sd4324530 commented on code in PR #2083:
URL: https://github.com/apache/fluss/pull/2083#discussion_r2639630943


##########
fluss-flink/fluss-flink-1.18/src/main/java/org/apache/fluss/flink/adapter/CatalogTableAdapter.java:
##########
@@ -37,4 +38,9 @@ public static CatalogTable toCatalogTable(
             Map<String, String> options) {
         return CatalogTable.of(schema, comment, partitionKeys, options);
     }
+
+    public static boolean isMaterializedTable(CatalogBaseTable.TableKind 
tableKind) {
+        // flink 1.18 not support MaterializedTable

Review Comment:
   @loserwang1024 Sorry, I didn't understand what you meant. Do you mean the 
`CatalogBaseTable` class needs another adapter?



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

Reply via email to