Skip to content

Commit 3cc50ec

Browse files
committed
lint
1 parent 7b9a7f0 commit 3cc50ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_hive_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_migrate_table(
6767
VALUES (4), (5), (6)
6868
""")
6969

70-
# Docs: https://iceberg.apache.org/docs/latest/hive-migration/#snapshot-hive-table-to-iceberg
70+
# Docs: https://iceberg.apache.org/docs/latest/hive-migration/#snapshot-hive-table-to-iceberg
7171
spark.sql(f"""
7272
CALL hive.system.snapshot('{src_table_identifier}', 'hive.{dst_table_identifier}')
7373
""")

0 commit comments

Comments
 (0)