ConeyLiu commented on code in PR #4842:
URL: https://github.com/apache/iceberg/pull/4842#discussion_r879442889
##########
core/src/main/java/org/apache/iceberg/BaseFile.java:
##########
@@ -277,6 +280,9 @@ public void put(int i, Object value) {
this.sortOrderId = (Integer) value;
return;
case 17:
+ this.schemaId = (int) value;
Review Comment:
I updated the order because we add the `ROW_POSITION` after the schema
fields of DataFile here:
https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/BaseFile.java#L99.
Some experts could give some advice for this update.
--
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]