JingsongLi commented on code in PR #8904:
URL: https://github.com/apache/paimon/pull/8904#discussion_r3673080852
##########
paimon-core/src/main/java/org/apache/paimon/append/dataevolution/DataEvolutionRowIdReassigner.java:
##########
@@ -68,11 +73,24 @@ public class DataEvolutionRowIdReassigner {
private static final Logger LOG =
LoggerFactory.getLogger(DataEvolutionRowIdReassigner.class);
private static final String COMMIT_USER_PREFIX = "reassign-row-id";
private static final int MAX_COMMIT_ATTEMPTS = 3;
+ private static final Projection RETRY_PROJECTION =
+ retryProjection(DataFileMeta.ROW_COUNT, DataFileMeta.FIRST_ROW_ID);
Review Comment:
ROW_RANGE_PROJECTION, move this to BinaryManifestEntry.
--
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]