leekeiabstraction opened a new issue, #2715: URL: https://github.com/apache/fluss/issues/2715
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation Batch / Union Read query against Lance table is [currently unimplemented](https://github.com/apache/fluss/blob/575db63687793be0086c63f6793bce683e1281f0/fluss-lake/fluss-lake-lance/src/main/java/org/apache/fluss/lake/lance/LanceLakeStorage.java#L49) ``` public class LanceLakeStorage implements LakeStorage { ... @Override public LakeSource<?> createLakeSource(TablePath tablePath) { throw new UnsupportedOperationException("Not implemented"); } } ``` Implementing LakeSource here will allow batch / union read from Flink SQL. ### Solution _No response_ ### Anything else? _No response_ ### Willingness to contribute - [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]
