deniskuzZ commented on code in PR #5393:
URL: https://github.com/apache/hive/pull/5393#discussion_r1734428262
##########
common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java:
##########
@@ -489,6 +489,8 @@ public enum ErrorMsg {
HiveConf.ConfVars.SPLIT_UPDATE.varname + "\"=\"true\""),
READ_ONLY_DATABASE(10436, "Database {0} is read-only", true),
UNEXPECTED_PARTITION_TRANSFORM_SPEC(10437, "Partition transforms are only
supported by Iceberg storage handler", true),
+ NONICEBERG_WITH_FILTER_COMPACTION_NOT_SUPPORTED(10440, "Compaction with
filter is not allowed on non-Iceberg table {0}.{1}", true),
+ ICEBERG_COMPACTION_WITH_PART_SPEC_AND_FILTER_NOT_SUPPORTED(10441,
"Compaction command with both partition spec and filter is not supported on
Iceberg table {0}.{1}", true),
Review Comment:
`COMPACTION_WITH_PART_SPEC_AND_FILTER_NOT_SUPPORTED`
##########
common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java:
##########
@@ -489,6 +489,8 @@ public enum ErrorMsg {
HiveConf.ConfVars.SPLIT_UPDATE.varname + "\"=\"true\""),
READ_ONLY_DATABASE(10436, "Database {0} is read-only", true),
UNEXPECTED_PARTITION_TRANSFORM_SPEC(10437, "Partition transforms are only
supported by Iceberg storage handler", true),
+ NONICEBERG_WITH_FILTER_COMPACTION_NOT_SUPPORTED(10440, "Compaction with
filter is not allowed on non-Iceberg table {0}.{1}", true),
Review Comment:
`NONICEBERG_COMPACTION_WITH_FILTER_NOT_SUPPORTED`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]