Skip to content

Commit c252fb7

Browse files
kevinjqliuCopilot
andauthored
Update pyiceberg/catalog/hive.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 64e9a60 commit c252fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/catalog/hive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def commit_table(
558558
# - Existing HMS table properties (set by external systems like Hive/Spark) are preserved.
559559
#
560560
# While it is possible to modify HMS table properties through this API, it is not recommended:
561-
# - New/Updated HMS table properties will also be stored in Iceberg metadata (even though it's HMS-specific)
561+
# - New/Updated HMS table properties will also be stored in Iceberg metadata (even though it is HMS-specific)
562562
# - HMS properties cannot be deleted since they are not visible to Iceberg
563563
# - Mixing HMS-specific properties in Iceberg metadata can cause confusion
564564
new_iceberg_properties = _construct_parameters(

0 commit comments

Comments
 (0)