-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: change the type of the bool_and testcase to aggregate #756
Conversation
@@ -1,4 +1,4 @@ | |||
### SUBSTRAIT_SCALAR_TEST: v1.0 | |||
### SUBSTRAIT_AGGREGATE_TEST: v1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bool.and
is a scalar function with variadic args. We should fix the tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is boolean.bool_and: https://github.com/substrait-io/substrait/blob/main/extensions/functions_boolean.yaml#L118
boolean.and is indeed a scalar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I missed the _ part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1,4 +1,4 @@ | |||
### SUBSTRAIT_SCALAR_TEST: v1.0 | |||
### SUBSTRAIT_AGGREGATE_TEST: v1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I missed the _ part.
No description provided.