Skip to content

Commit

Permalink
Adding "spark.sql.mapKeyDedupPolicy=LAST_WIN" to the test python spar…
Browse files Browse the repository at this point in the history
…k session.
  • Loading branch information
piotrszul committed Jan 28, 2025
1 parent e83ae17 commit 9a80483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def pathling_ctx(request, temp_warehouse_dir):
SparkSession.builder.appName("pathling-test")
.master("local[1]")
.config("spark.driver.memory", "4g")
.config("spark.sql.mapKeyDedupPolicy", "LAST_WIN")
.config(
"spark.driver.extraJavaOptions",
"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7896",
Expand Down

0 comments on commit 9a80483

Please sign in to comment.