Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When applying the ProjectJoinTransposeRule on a project with a Rex expression containing a RexOver call (using HepPlanner), this might cause an infinite loop (and ultimately a StackOverflowError exception) as PushProjector identify the RexOver call as to be push down under the join, but doesn't not rewrite correctly the top Project expression.
Attachments
Issue Links
- relates to
-
HIVE-25278 HiveProjectJoinTransposeRule may do invalid transformations with windowing expressions
- Closed
- links to