Skip to content

Commit 7b9a7f0

Browse files
authored
Add link
1 parent baa1b35 commit 7b9a7f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_hive_migration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +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
7071
spark.sql(f"""
7172
CALL hive.system.snapshot('{src_table_identifier}', 'hive.{dst_table_identifier}')
7273
""")

0 commit comments

Comments
 (0)