JingsongLi commented on code in PR #6697:
URL: https://github.com/apache/paimon/pull/6697#discussion_r2625695555
##########
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.
--
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]