Alibaba-HZY commented on code in PR #812: URL: https://github.com/apache/incubator-paimon/pull/812#discussion_r1156907431
########## paimon-core/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -559,6 +559,23 @@ public class CoreOptions implements Serializable { .withDescription( "Full compaction will be constantly triggered after delta commits."); + public static final ConfigOption<StreamReadType> STREAMING_READ_FROM = + key("streaming-read-from") + .enumType(StreamReadType.class) + .defaultValue(StreamReadType.FILE_STORE) Review Comment: ok ########## paimon-core/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -559,6 +559,23 @@ public class CoreOptions implements Serializable { .withDescription( "Full compaction will be constantly triggered after delta commits."); + public static final ConfigOption<StreamReadType> STREAMING_READ_FROM = + key("streaming-read-from") Review Comment: ok -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org