zuston opened a new issue, #2413: URL: https://github.com/apache/fluss/issues/2413
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version 0.8.0 (latest release) ### Please describe the bug 🐞 When using Fluss 0.8.0 together with Flink 1.18, table creation fails with the following error: ``` Flink SQL> create table lake_test_s1( `dt` STRING, `uaa_user_id` STRING); [ERROR] Could not execute SQL statement. Reason: java.lang.NoSuchFieldError: MATERIALIZED_TABLE ``` It appears that Flink 1.18 has not yet introduced the MATERIALIZED_TABLE type. I noticed that the related logic was changed in Fluss in commit apache/flink@2a9876d. Given this, how can we ensure that `CatalogBaseTable` from Fluss correctly overrides (or replaces) the corresponding `CatalogBaseTable` implementation provided by Flink itself at runtime? ### Solution _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
