You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/21 23:43:59 UTC

[GitHub] [iceberg] szehon-ho commented on a change in pull request #3015: Add data_file.spec_id to metadata tables

szehon-ho commented on a change in pull request #3015:
URL: https://github.com/apache/iceberg/pull/3015#discussion_r713491851



##########
File path: core/src/main/java/org/apache/iceberg/BaseFile.java
##########
@@ -327,6 +330,8 @@ public Object get(int i) {
       case 15:
         return sortOrderId;
       case 16:
+        return partitionSpecId;
+      case 17:

Review comment:
       Yea you are right, I can file issue and take a look at it after this change is in.




-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org