-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-2655: Fix issue when binding IN args list for full hash key
Summary: We have a fast-path to return no results when the argument list for the 'IN' is empty. We now check for emptiness only after evaluating the expression to ensure that the bound variables are resolved. Previously, we were checking before and, therefore, wrongly returned no results in this case. Test Plan: jenkins, updated TestBindVariable Reviewers: kannan, robert Reviewed By: kannan Subscribers: kannan, yql Differential Revision: https://phabricator.dev.yugabyte.com/D3744
- Loading branch information
1 parent
49e56d6
commit 0365a89
Showing
2 changed files
with
77 additions
and
26 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