We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e9a60 commit c252fb7Copy full SHA for c252fb7
pyiceberg/catalog/hive.py
@@ -558,7 +558,7 @@ def commit_table(
558
# - Existing HMS table properties (set by external systems like Hive/Spark) are preserved.
559
#
560
# 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)
+ # - New/Updated HMS table properties will also be stored in Iceberg metadata (even though it is HMS-specific)
562
# - HMS properties cannot be deleted since they are not visible to Iceberg
563
# - Mixing HMS-specific properties in Iceberg metadata can cause confusion
564
new_iceberg_properties = _construct_parameters(
0 commit comments