Skip to content

Conversation

@mspruc
Copy link
Contributor

@mspruc mspruc commented Apr 18, 2025

Due to the way we handle joins internally with the java key extractor i.e. over the input,
and how calcite handles joins i.e. a union type directly on the join. It was possible to get an out of bounds exception if you changed your sql join order from tableA join tableB on tableA.col = tableB.col to tableA join tableB on tableB.col = tableA.col

@juripetersen juripetersen merged commit 06db2b1 into apache:main Apr 22, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants