Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
spark-branch
Description
Currently the big table selection in a mapjoin is based on stats.
We should also enable the big-table selection based on hints. See class MapJoinProcessor. This is a logical-optimizer class, so we should be able to re-use this without too many changes to hook up with SparkMapJoinResolver.