JingsongLi commented on code in PR #8117:
URL: https://github.com/apache/paimon/pull/8117#discussion_r3458248198
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java:
##########
@@ -274,6 +274,16 @@ public class FlinkConnectorOptions {
+ "normal source, the max partition(s)
will be determined before job running "
+ "without refreshing even for streaming
jobs.");
+ public static final ConfigOption<Integer> SCAN_BUCKET =
Review Comment:
Can this option just be in `CoreOptions`? And Flink does need to do anything.
--
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]