Skip to content

Commit 7e8ded1

Browse files
committed
chore: disable ansi
Signed-off-by: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com>
1 parent 60e9ec2 commit 7e8ded1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • python/tests/pyspark_integration

python/tests/pyspark_integration/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def get_spark():
1717
"spark.sql.catalog.spark_catalog",
1818
"org.apache.spark.sql.delta.catalog.DeltaCatalog",
1919
)
20+
.config("spark.sql.ansi.enabled", "false")
2021
)
2122
return delta.pip_utils.configure_spark_with_delta_pip(builder).getOrCreate()
2223

0 commit comments

Comments
 (0)