Re: Bucketing 3.1.1

2021-03-22 Thread German Schiavon
Ohh! That is why! I missed that rename 😅 Thanks a lot Bartosz! On Mon, 22 Mar 2021 at 09:55, Bartosz Konieczny wrote: > Hi German Schiavon, > > The property is supported in shuffle hash join strategy too and it was > renamed here https://github.com/apache/spark/pull/29079/files. Try with > *spa

Re: Bucketing 3.1.1

2021-03-22 Thread Bartosz Konieczny
Hi German Schiavon, The property is supported in shuffle hash join strategy too and it was renamed here https://github.com/apache/spark/pull/29079/files. Try with *spark.sql.bucketing.coalesceBucketsInJoin.enabled* instead of spark.sql.bucketing.coalesceBucketsInSortMergeJoin.enabled :) (You can a