Skip to content

Commit

Permalink
Touch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanhovell committed Nov 13, 2024
1 parent d1977e1 commit 1128897
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,8 @@ class SparkSessionBuilderSuite extends SparkFunSuite with Eventually {
.set(wh, "./data1")
.set(td, "bob")

// This creates an active SparkContext, which will be picked up the session.
// This creates an active SparkContext, which will be picked up by the session below.
new SparkContext(conf)

// The only way this could have ever worked if this is effectively a no-op.
val spark = SparkSession.builder()
.config(wh, "./data2")
.config(td, "alice")
Expand Down

0 comments on commit 1128897

Please sign in to comment.