We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad427a commit 6fce92bCopy full SHA for 6fce92b
tests/conftest.py
@@ -1961,6 +1961,7 @@ def spark() -> SparkSession:
1961
1962
spark = (
1963
SparkSession.builder.appName("PyIceberg integration test")
1964
+ .config("spark.sql.session.timeZone", "UTC")
1965
.config("spark.sql.extensions", "org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions")
1966
.config("spark.sql.catalog.integration", "org.apache.iceberg.spark.SparkCatalog")
1967
.config("spark.sql.catalog.integration.catalog-impl", "org.apache.iceberg.rest.RESTCatalog")
0 commit comments