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 5c45361 commit 5454282Copy full SHA for 5454282
tests/conftest.py
@@ -2282,6 +2282,7 @@ def spark() -> "SparkSession":
2282
.config("spark.sql.catalog.hive.s3.endpoint", "http://localhost:9000")
2283
.config("spark.sql.catalog.hive.s3.path-style-access", "true")
2284
.config("spark.sql.execution.arrow.pyspark.enabled", "true")
2285
+ .config("spark.executor.extraJavaOptions", "-XX:+PrintGCDetails -XX:+PrintGCTimeStamps")
2286
.getOrCreate()
2287
)
2288
0 commit comments