bakjos opened a new issue, #2619: URL: https://github.com/apache/fluss/issues/2619
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version main (development) ### Please describe the bug 🐞 I have been testing Fluss using iceberg as the dalatake with S3 tables and found the following issues: 1. ClassCastException on Select: While running a SELECT count(*) FROM table, I encountered the following exception: ``` java.lang.ClassCastException: class java.time.LocalDate cannot be cast to class java.lang.Integer... 2. Performance degradation: Query performance for the data lake table is very slow compared to querying remote storage. It appears that the table metadata is being queried for every split. ``` 3. Configuration issue with TTL: The documentation states that we can use -1 for table.log.ttl, but setting this value throws an InvalidConfigException: ``` org.apache.fluss.exception.InvalidConfigException: Invalid value for config 'table.log.ttl'... ``` ### Solution _No response_ ### Are you willing to submit a PR? - [x] 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]
