Skip to content

HIVE-29729: AIBOE in HiveFilterProjectTransposeRule during CBO planni…#6601

Open
rtrivedi12 wants to merge 1 commit into
apache:masterfrom
rtrivedi12:HIVE-29729
Open

HIVE-29729: AIBOE in HiveFilterProjectTransposeRule during CBO planni…#6601
rtrivedi12 wants to merge 1 commit into
apache:masterfrom
rtrivedi12:HIVE-29729

Conversation

@rtrivedi12

Copy link
Copy Markdown
Contributor

…ng for filters over windowing Projects

What changes were proposed in this pull request?

RedundancyChecker.visit(...) in HiveFilterProjectTransposeRule now skips (returns) when it reaches a Project that contains window functions (RexOver), instead of calling pushPastProjectUnlessBloat on it. This mirrors the guard that already exists in onMatch(...) and the visitor's existing "unsupported node → return" behaviour

Why are the changes needed?

isRedundantIsNotNull(...) (added in HIVE-25275) walks down the plan and pushes the predicate past each Project. For a Project holding RexOver expressions, Calcite's pushPastProjectUnlessBloat rewrites the RexInputRefs inside the window PARTITION BY / ORDER BY specs; those refs index into the input row type and can exceed the projection list size, throwing ArrayIndexOutOfBoundsException during CBO planning

Does this PR introduce any user-facing change?

No

How was this patch tested?

mvn test -pl itests/qtest -Pitests -Dtest=TestMiniLlapLocalCliDriver -Dqfile=cbo_filter_pushdown_windowing_notnull.q

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants