Skip to content

Commit b5462d0

Browse files
committed
chore: remove deprecated spark flag
1 parent eb7d0e6 commit b5462d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_spark_histogrammar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def get_spark():
3030
SparkSession.builder.master("local")
3131
.appName("histogrammar-pytest")
3232
.config("spark.jars", f"{hist_spark_jar},{hist_jar}")
33-
.config("spark.sql.execution.arrow.enabled", "false")
3433
.config("spark.sql.session.timeZone", "GMT")
3534
.getOrCreate()
3635
)

0 commit comments

Comments
 (0)