Kkkaneki-k commented on code in PR #6697:
URL: https://github.com/apache/paimon/pull/6697#discussion_r2625776017


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2112,6 +2112,14 @@ public InlineElement getDescription() {
                             "The maximum number of concurrent scanner for 
global index."
                                     + "By default is the number of processors 
available to the Java virtual machine.");
 
+    public static final ConfigOption<Boolean> ROW_ID_PUSH_DOWN_ENABLED =
+            key("row-id-push-down.enabled")

Review Comment:
   > Remove this option, it is useless.
   
   I think this option is necessary, it disables rowId pushdown for 
non-data-evolution tables. Currently, due to the issue in #6747, rowId pushdown 
should not be enabled for non-data-evolution tables.



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