lsyldliu commented on code in PR #862:
URL: https://github.com/apache/fluss/pull/862#discussion_r2362095241
##########
fluss-flink/fluss-flink-common/src/main/java/com/alibaba/fluss/flink/catalog/FlinkCatalog.java:
##########
@@ -282,12 +285,22 @@ public CatalogBaseTable getTable(ObjectPath objectPath)
}
// should be as a fluss table
- CatalogTable catalogTable =
FlinkConversions.toFlinkTable(tableInfo);
Review Comment:
1. Due to flink materialized table is a normal fluss table, so we can't
control the user action outside flink. So user can use java api to read and
write it.
2. We should not support drop the internal options related to materialized
tables.
--
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]