-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to MaxBy and MinBy in Qualification tool (#1335)
Signed-off-by: Ahmed Hussein <[email protected]> Fixes #1329 - Add `MaxBy` and `MinBy` to the supported expressions CSV files - Update the score sheets - Remove the override from the `override_supported_configs.json` - Add a unit test to verify that `min_by` and `max_by` are marked as supported when appearing in hashAggregate
- Loading branch information
1 parent
4f2d6e0
commit 12adc3f
Showing
15 changed files
with
64 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,3 +302,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,3 +302,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,3 +290,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,3 +284,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,3 +284,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,3 +290,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,3 +284,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,3 +290,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,3 +290,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,3 +290,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,3 +290,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,3 +302,5 @@ BoundReference,1.5 | |
HiveHash,1.5 | ||
MapFromArrays,1.5 | ||
DecimalSum,1.5 | ||
MaxBy,1.5 | ||
MinBy,1.5 |
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