Skip to content

Commit b6acaf8

Browse files
committed
Fix test
1 parent a4f493f commit b6acaf8

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/test_storage_iceberg

1 file changed

+1
-1
lines changed

tests/integration/test_storage_iceberg/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,7 @@ def execute_spark_query(query: str):
28422842
f"""
28432843
INSERT INTO {TABLE_NAME} VALUES
28442844
(1, DATE '2024-01-20',
2845-
TIMESTAMP '2024-02-20 10:00:00', named_struct('a', DATE '2024-01-20', 'b', TIMESTAMP '2024-02-20 10:00:00'), 'vasya', 5)
2845+
TIMESTAMP '2024-02-20 10:00:00', named_struct('a', DATE '2024-02-20', 'b', TIMESTAMP '2024-02-20 10:00:00'), 'vasya', 5)
28462846
"""
28472847
)
28482848

0 commit comments

Comments
 (0)