-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable numeric sort optimization support for all numeric types (#6424)
* Adding numeric optimization support for all numeric types Signed-off-by: gashutos <gashutos@amazon.com> * modifying CHANGELOG.md Signed-off-by: gashutos <gashutos@amazon.com> * Handling multi-cluster scenario where SortField serialization was failing Signed-off-by: gashutos <gashutos@amazon.com> * Fixing javadoc errors Signed-off-by: gashutos <gashutos@amazon.com> * Fixing nested sort integ tests Signed-off-by: gashutos <gashutos@amazon.com> * Stremlining behaviour of custom comparator tests too Signed-off-by: gashutos <gashutos@amazon.com> * Adding more integ tests for IntValuesComparatorSource & fixing few ITs Signed-off-by: gashutos <gashutos@amazon.com> * Fixing few more integ tests Signed-off-by: gashutos <gashutos@amazon.com> * Streamlining applySortWidening method with CreateSort and avoid modifying cteated objects of sort Signed-off-by: gashutos <gashutos@amazon.com> * Correcting licence header Signed-off-by: gashutos <gashutos@amazon.com> --------- Signed-off-by: gashutos <gashutos@amazon.com> Co-authored-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
- Loading branch information
Showing
14 changed files
with
703 additions
and
172 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
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.