dear community, I want to set maxShuffledHashJoinLocalMapThreshold to enable convert smj to hash join,but I found maxShuffledHashJoinLocalMapThreshold must be large than advisoryPartitionSize. I want to know what happend if maxShuffledHashJoinLocalMapThreshold < advisoryPartitionSize
- why advisoryPartitionSize <= maxShuffledHashJoinLocalMapThres... ??????