aokolnychyi commented on a change in pull request #2873:
URL: https://github.com/apache/iceberg/pull/2873#discussion_r677028329
##########
File path: core/src/main/java/org/apache/iceberg/MetadataColumns.java
##########
@@ -44,6 +44,7 @@ private MetadataColumns() {
Integer.MAX_VALUE - 101, "file_path", Types.StringType.get(), "Path of a
file in which a deleted row is stored");
public static final NestedField DELETE_FILE_POS = NestedField.required(
Integer.MAX_VALUE - 102, "pos", Types.LongType.get(), "Ordinal position
of a deleted row in the data file");
+ public static final String DELETE_FILE_ROW_FIELD_NAME = "row";
Review comment:
@rdblue, did we not add the name on purpose?
--
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]