szehon-ho commented on code in PR #6661:
URL: https://github.com/apache/iceberg/pull/6661#discussion_r1169503010
##########
core/src/main/java/org/apache/iceberg/PartitionsTable.java:
##########
@@ -47,7 +50,27 @@ public class PartitionsTable extends BaseMetadataTable {
Types.NestedField.required(
2, "record_count", Types.LongType.get(), "Count of records in
data files"),
Types.NestedField.required(
- 3, "file_count", Types.IntegerType.get(), "Count of data
files"));
+ 3, "file_count", Types.IntegerType.get(), "Count of data
files"),
+ Types.NestedField.required(
+ 5,
+ "pos_delete_record_count",
Review Comment:
I think 'position_delete', 'equality_delete' may be better in the full form,
to match SnapshotSummary. Maybe even 'position_delete_count' ,
'equality_delete_count' (SnapshotSummary has added_position_deletes,
added_equality_deletes)
--
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]