Closed Ajas-Mangal closed 2 weeks ago
For a federated join query (Join tables from single or multiple connector), all tables from the FROM clause connector will pushdown to connector level to handle the join query.
FROM clause
We are closing this RFC PR as we did the same through another RFC https://github.com/Thanzeel-Hassan-IBM/rfcs/blob/main/RFC-0009-jdbc-join-push-down.md
PR: https://github.com/prestodb/rfcs/pull/31
For a federated join query (Join tables from single or multiple connector), all tables from the
FROM clause
connector will pushdown to connector level to handle the join query.