JingsongLi commented on code in PR #2781:
URL: https://github.com/apache/incubator-paimon/pull/2781#discussion_r1464415603


##########
paimon-core/src/main/java/org/apache/paimon/mergetree/compact/FirstRowMergeTreeCompactRewriter.java:
##########
@@ -77,8 +80,19 @@ protected boolean rewriteChangelog(
     }
 
     @Override
-    protected boolean upgradeChangelog(int outputLevel, DataFileMeta file) {
-        return file.level() == 0;
+    protected UpgradeStrategy upgradeChangelog(int outputLevel, DataFileMeta 
file) {

Review Comment:
   this class is not extended lookup rewriter.



-- 
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]

Reply via email to