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

[TINY] Fix to #15863 - Query: incorrect results due to invalid subquery pushdown logic #15966

Merged
merged 1 commit into from
Jun 6, 2019

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Jun 5, 2019

Problem was that when translating Skip/Take we were not performing pushdown when the select expression already had orderings defined

…down logic

Problem was that when translating OrderBy we were not performing pushdown when the select expression already had Skip/Take defined
@maumar maumar merged commit d2b195a into master Jun 6, 2019
@ghost ghost deleted the fix15863 branch June 6, 2019 01:17
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