Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ValidateLimitWithPresortedInput #16831

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Conversation

martint
Copy link
Member

@martint martint commented Mar 31, 2023

It's not powerful enough to validate properties of plans that get modified by predicate pushdown after AddExchanges runs, resulting in false positives such as #16768

Fixes #16768

Release notes

(x) Release notes are required, with the following suggested text:

# General
* Fix failure when querying a nested field of a `row` type in queries involving `ORDER BY ... LIMIT`. ({issue}`16768`)

@sopel39
Copy link
Member

sopel39 commented Apr 4, 2023

Can we add test?

It's not powerful enough to validate properties of plans
that get modified by predicate pushdown after AddExchanges
runs, resulting in false positives such as trinodb#16768
@martint
Copy link
Member Author

martint commented Apr 4, 2023

@sopel39, added test

@sopel39
Copy link
Member

sopel39 commented Apr 4, 2023

lgtm

@martint martint merged commit 04dd59b into trinodb:master Apr 5, 2023
@github-actions github-actions bot added this to the 412 milestone Apr 5, 2023
@martint martint deleted the presorted branch April 5, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Failure when querying nested field
2 participants