TsukiokaKogane commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3361841235


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/stream/BaseTableStream.java:
##########
@@ -109,15 +123,19 @@ public void setProperties(Map<String, String> properties) 
throws org.apache.dori
         showInitialRows = PropertyAnalyzer.analyzeBooleanProp(properties,
                 PropertyAnalyzer.PROPERTIES_STREAM_SHOW_INITIAL_ROWS,
                 false);
-        streamConsumeType = PropertyAnalyzer.analyzeStreamType(properties);
+        streamScanType = PropertyAnalyzer.analyzeStreamType(properties);
     }
 
     public String getTableStreamType() {
         return "BASE_STREAM";
     }
 
-    public String getConsumeType() {
-        return streamConsumeType.name();
+    public String getConsumeTypeString() {

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to