[
https://issues.apache.org/jira/browse/CALCITE-6600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruben Q L updated CALCITE-6600:
-------------------------------
Description: AggregateJoinTransposeRule can throw
ArrayIndexOutOfBoundsException when applied on a SemiJoin, because it creates a
mapping containing only the Join's field count (which in case of a SemiJoin is
just the LHS field count), and said mapping is used to process the (Semi)Join
condition, which can contain references to the RHS fields. (was:
AggregateJoinTransposeRule can throw ArrayIndexOutOfBoundsException when
applied on a SemiJoin)
> AggregateJoinTransposeRule can throw ArrayIndexOutOfBoundsException when
> applied on a SemiJoin
> ----------------------------------------------------------------------------------------------
>
> Key: CALCITE-6600
> URL: https://issues.apache.org/jira/browse/CALCITE-6600
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.37.0
> Reporter: Ruben Q L
> Assignee: Ruben Q L
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.38.0
>
>
> AggregateJoinTransposeRule can throw ArrayIndexOutOfBoundsException when
> applied on a SemiJoin, because it creates a mapping containing only the
> Join's field count (which in case of a SemiJoin is just the LHS field count),
> and said mapping is used to process the (Semi)Join condition, which can
> contain references to the RHS fields.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)