steFaiz commented on code in PR #8526:
URL: https://github.com/apache/paimon/pull/8526#discussion_r3556004426
##########
paimon-core/src/main/java/org/apache/paimon/table/system/PartitionsTable.java:
##########
@@ -99,7 +108,8 @@ public class PartitionsTable implements ReadonlyTable {
new DataField(7, "updated_by", DataTypes.STRING()),
new DataField(8, "options", DataTypes.STRING()),
new DataField(9, "total_buckets",
DataTypes.INT().notNull()),
- new DataField(10, "done",
DataTypes.BOOLEAN().notNull())));
+ new DataField(10, "done",
DataTypes.BOOLEAN().notNull()),
+ new DataField(11, "deletion_num", new
BigIntType(true))));
Review Comment:
Thanks! `deleted_record_count` is more suitable!
--
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]