Skip to content

Commit 7013b0a

Browse files
committed
Merge branch 'main' of github.com:apache/iceberg-python into fd-add-loading-mode
2 parents e3c1c1b + f0e49c6 commit 7013b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,7 @@ def spark() -> "SparkSession":
24432443
os.environ["AWS_REGION"] = "us-east-1"
24442444
os.environ["AWS_ACCESS_KEY_ID"] = "admin"
24452445
os.environ["AWS_SECRET_ACCESS_KEY"] = "password"
2446+
os.environ["SPARK_LOCAL_IP"] = "127.0.0.1"
24462447

24472448
spark = (
24482449
SparkSession.builder.appName("PyIceberg integration test")

0 commit comments

Comments
 (0)