-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Percentile operations supporting null (#12271)
* new test framework candidate * Improved test system * Improve framework to be able to specify segments as strings * fix headers * Improve assertions when there are nulls * Improve error text * Improvements in the framework * Add a base class single input aggregation operations can extend to support null handling * Fix issue in NullableSingleInputAggregationFunction.forEachNotNullInt * Improve error message in NullEnabledQueriesTest * Add new schema family * Rename test schemas and table config * Split AllNullQueriesTest into on test per query * Revert change in AllNullQueriesTest that belongs to mode-null-support branch * Add tests * Fix issue in bytes in aggregation case * Update to the new framework * Fix some tests * rollback a code style change
- Loading branch information
Showing
20 changed files
with
861 additions
and
213 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
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
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
Oops, something went wrong.