-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spark): support NULL safe equality operator
Add support for the <=> operator (NULL safe equals) which gets generated by the spark optimiser for certain queries. Enables three more successful TPC-DS tests. Signed-off-by: Andrew Coleman <andrew_coleman@uk.ibm.com>
- Loading branch information
1 parent
29ede55
commit 080182b
Showing
2 changed files
with
4 additions
and
3 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