Skip to content

Commit 5673b19

Browse files
authored
Merge branch 'main' into joshi-SNOW-2895675-remove-join-alias
2 parents 58abbe6 + 0116de3 commit 5673b19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integ/scala/test_dataframe_writer_suite.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ def test_iceberg(session, local_testing_mode):
258258
ddl[0][0] == f"create or replace ICEBERG TABLE {table_name} (\n\t"
259259
f"A STRING,\n\tB LONG,\n\tTS TIMESTAMP_NTZ(9)\n)\n "
260260
f"PARTITION BY (A, BUCKET(5, B), TRUNCATE(3, A), DAY(TS))\n "
261-
f"EXTERNAL_VOLUME = 'PYTHON_CONNECTOR_ICEBERG_EXVOL'\n CATALOG = 'SNOWFLAKE'\n "
261+
f"EXTERNAL_VOLUME = 'PYTHON_CONNECTOR_ICEBERG_EXVOL'\n "
262+
f"ICEBERG_VERSION = 3\n "
263+
f"CATALOG = 'SNOWFLAKE'\n "
262264
f"BASE_LOCATION = 'snowpark_python_tests/';"
263265
)
264266

0 commit comments

Comments
 (0)