We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9a7f0 commit 3cc50ecCopy full SHA for 3cc50ec
tests/integration/test_hive_migration.py
@@ -67,7 +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
+ # 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