memsql / singlestore-spark-connector

A connector for SingleStore and Spark
Apache License 2.0
160 stars 54 forks source link

Support pushdown for RIGHT OUTER JOINS #14

Closed chandransuraj closed 7 years ago

chandransuraj commented 8 years ago

Right now we support pushdown to memsql for left outer joins only. It would be great if we have pushdown support for other join operations as well.

carlsverre commented 8 years ago

We are looking at building this feature soon - thank you for filing the issue so we can track it more easily. Will update when we make progress on this.

chandransuraj commented 8 years ago

Great to hear. Thanks. I was working on a patch for right outer join but; more test cases would be awesome.

carlsverre commented 8 years ago

Oh sweet - please contribute pull reqs if you have it working. Even just one more join would be great. :)

carlsverre commented 7 years ago

Unfortunately with our move to Spark 2.0 we removed our extensive SQL pushdown integration until it is formally supported by Spark.