You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by "Long, Andrew" <lo...@amazon.com.INVALID> on 2019/11/18 22:28:04 UTC

CR for adding bucket join support to V2 Datasources

Hey Friends,

I recently created a pull request to add an optional support for bucket joins to V2 Datasources, via a concrete class representing the Spark Style ash Partitioning. If anyone has some free time Id appreciate a code review.  This also adds a concrete implementation of V2 ClusteredDistribution to make specifying Clustered Distributionseasier.

https://github.com/apache/spark/pull/26511

Cheers Andrew