Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Currently Hive planner introduces this branch and later executes a rule to remove this branch if it could.
Subquery remove rule itself could check if subquery will produce max one row (using relmetadat's getMaxRowCount) and avoid introducing this branch.