We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa1b35 commit 7b9a7f0Copy full SHA for 7b9a7f0
tests/integration/test_hive_migration.py
@@ -67,6 +67,7 @@ def test_migrate_table(
67
VALUES (4), (5), (6)
68
""")
69
70
+# Docs: https://iceberg.apache.org/docs/latest/hive-migration/#snapshot-hive-table-to-iceberg
71
spark.sql(f"""
72
CALL hive.system.snapshot('{src_table_identifier}', 'hive.{dst_table_identifier}')
73
0 commit comments