deniskuzZ commented on code in PR #5254:
URL: https://github.com/apache/hive/pull/5254#discussion_r1671730953


##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/IcebergAcidUtil.java:
##########
@@ -64,13 +70,17 @@ private IcebergAcidUtil() {
 
   private static final Types.NestedField PARTITION_HASH_META_COL = 
Types.NestedField.required(
       MetadataColumns.PARTITION_COLUMN_ID, 
MetadataColumns.PARTITION_COLUMN_NAME, Types.LongType.get());
+
+  public static final Types.NestedField PARTITION_PROJECTION = 
Types.NestedField.required(
+      Integer.MAX_VALUE - 6, "partition_projection", Types.StringType.get());

Review Comment:
   why `Integer.MAX_VALUE - 6` :) ?



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to