final classLinkPartitionsToBuckets extends Rule[LogicalPlan]
This rule sets the flag at query level to link the partitions to
be created for tables to be the same as number of buckets. This will avoid
exchange on one side of a non-collocated join in many cases.
This rule sets the flag at query level to link the partitions to be created for tables to be the same as number of buckets. This will avoid exchange on one side of a non-collocated join in many cases.