SteNicholas commented on code in PR #812:
URL: https://github.com/apache/incubator-paimon/pull/812#discussion_r1159523341


##########
paimon-core/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -568,6 +568,23 @@ public class CoreOptions implements Serializable {
                             "Only used to force TableScan to construct 
'ContinuousCompactorStartingScanner' and "
                                     + "'ContinuousCompactorFollowUpScanner' 
for dedicated streaming compaction job.");
 
+    public static final ConfigOption<StreamReadType> LOG_READ_FROM =
+            key("log.read-from")

Review Comment:
   It's better to name `streaming-read-from` because `log.read-from` is 
something confusing for users, in which the fact is that log reads from log 
system.



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

Reply via email to