Issue with table.optimizer.join-reorder-enabled and lookup join

2024-08-22 Thread Tamas Sule
Hello, I ran into an issue where if `table.optimizer.join-reorder-enabled` is set to true and I execute a lookup join query the following error is shown: ``` Exception in thread "main" org.apache.flink.table.api.TableException: Cannot generate a valid execution plan for the given query: FlinkLog

View and TimestampType serde

2023-10-09 Thread Tamas Sule
Hello, I'm working on a persistent Catalog which stores the tables, views etc in a DB. I'd like to get some guidance on the following issue: Firstly, it seems to be quite hard to serialize a view: I found 2 methods to do it, first is to use DescriptorProperties which is also used by the HiveCatalo