We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7d0e6 commit b5462d0Copy full SHA for b5462d0
tests/test_spark_histogrammar.py
@@ -30,7 +30,6 @@ def get_spark():
30
SparkSession.builder.master("local")
31
.appName("histogrammar-pytest")
32
.config("spark.jars", f"{hist_spark_jar},{hist_jar}")
33
- .config("spark.sql.execution.arrow.enabled", "false")
34
.config("spark.sql.session.timeZone", "GMT")
35
.getOrCreate()
36
)
0 commit comments