prestodb / rfcs

Presto RFCs
Apache License 2.0
0 stars 22 forks source link

Add RFC for Single level Jdbc Join query pushdwon for federated join #15

Closed Ajas-Mangal closed 2 weeks ago

Ajas-Mangal commented 4 months 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.

Ajas-Mangal commented 2 weeks ago

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