Skip to content

[Backport] Prevent joining on nested arrays and complex types#16397

Merged
LakshSingla merged 1 commit intoapache:30.0.0from
adarshsanjeev:backport-16349-to-30.0.0
May 7, 2024
Merged

[Backport] Prevent joining on nested arrays and complex types#16397
LakshSingla merged 1 commit intoapache:30.0.0from
adarshsanjeev:backport-16349-to-30.0.0

Conversation

@adarshsanjeev
Copy link
Copy Markdown
Contributor

Backport of #16349 to 30.0.0.

 apache#16068 modified DimensionHandlerUtils to accept complex types to be dimensions. This had an unintended side effect of allowing complex types to be joined upon (which wasn't guarded explicitly, it doesn't work).
This PR modifies the IndexedTable to reject building the index on the complex types to prevent joining on complex types. The PR adds back the check in the same place, explicitly.
@LakshSingla LakshSingla merged commit 21c6e7b into apache:30.0.0 May 7, 2024
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