-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integration tests for filters against various join types
We currently have an incomplete set of integration tests for filters involving joins - our existing test only covers a filter against the joined in dimension, and then implicitly discards all null values. This change adds more robust coverage, including filters against our current range of supported dimension join types (FULL OUTER and LEFT OUTER) and joins allowing for NULL values on the tables that might return NULL due to a join miss. These tests help make some of the test coverage around predicate pushdown operations a bit more explicit, although they are not about pushdown specifically.
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 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