Hi, Shekhar
> 1. Optimizer does not use both - ProjectableTableSource and
> FilterableTableSource - in a single query even if the source implements both
> interfaces. Each interface works correctly if implemented independently.
I didn’t see your custom source implementation, but I think the tw
Hi, Shekhar
> 1. Optimizer does not use both - ProjectableTableSource and
> FilterableTableSource - in a single query even if the source implements both
> interfaces. Each interface works correctly if implemented independently.
I didn’t your custom source implementation, but I think the two int
Hi Satyam,
Currently, the community is using the new table source/sink API and the
`FilterableTableSource`, `ProjectableTableSource` have been deprecated. The
interface `SupportsProjectionPushDown` and `SupportsFilterPushDown` are the
new interfaces to push down the `projection` and `filter`.
You