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


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/AbstractFlinkTableFactory.java:
##########
@@ -132,6 +141,10 @@ private static void validateFileStoreContinuous(Options 
options) {
             throw new ValidationException(
                     "File store continuous reading dose not support eventual 
consistency mode.");
         }
+        if (streamingReadMode == StreamingReadMode.LOG) {
+            throw new ValidationException(
+                    "Table data is stored only in the file store, can not 
reading from the log store.");

Review Comment:
   ```suggestion
                       "File store continuous reading does not support the log 
streaming read mode.");
   ```



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