-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect OFFSET during LIMIT pushdown. (#12399)
* test: demonstrate offset not applied correctly with limit pushdown on multiple input streams * fix: do not pushdown when skip is applied * test: update tests after fix * chore: more doc cleanup * chore: move LIMIT+OFFSET tests to proper sqllogic test case * refactor: add global limit back (if there is a skip) during limit pushdown * Apply suggestions from code review * Add comment explaining why --------- Co-authored-by: Andrew Lamb <[email protected]>
- Loading branch information
Showing
2 changed files
with
162 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters