Skip to content

Commit

Permalink
Add localhost driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreesh Maheshwar committed Dec 21, 2024
1 parent dbcf65b commit 349f1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2254,6 +2254,7 @@ def spark() -> "SparkSession":

spark = (
SparkSession.builder.appName("PyIceberg integration test")
.config("spark.driver.host", "localhost")
.config("spark.sql.session.timeZone", "UTC")
.config("spark.sql.extensions", "org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions")
.config("spark.sql.catalog.integration", "org.apache.iceberg.spark.SparkCatalog")
Expand Down

0 comments on commit 349f1b5

Please sign in to comment.