apache / incubator-wayang

Apache Wayang(incubating) is the first cross-platform data processing system.
https://wayang.incubator.apache.org/
Apache License 2.0
174 stars 70 forks source link

Jdbc and Postgres do not support JoinOperators yet #384

Closed juripetersen closed 7 months ago

juripetersen commented 7 months ago

The Postgres Platform only supports simple select-project queries for now. Introducing Joins would expand the possibilities of using Postgres with Wayang.

I will open a pull request and propose a solution to this.

kbeedkar commented 7 months ago

At the moment only simple projections and filters can be pushed down. Supporting join push downs is welcomed.

zkaoudi commented 7 months ago

+1