-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[MINOR] Remove ScalarFunction from datafusion.proto #10173 #10202
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
[MINOR] Remove ScalarFunction from datafusion.proto #10173 #10202
Conversation
779955f to
b7deb1d
Compare
|
Thank you @dmitrybugakov |
alamb
left a comment
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 |
|
Thanks again @dmitrybugakov |
| NegativeNode negative = 13; | ||
| InListNode in_list = 14; | ||
| Wildcard wildcard = 15; | ||
| ScalarFunctionNode scalar_function = 16; |
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.
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.
Agreed -- made #10252
| PhysicalSortExprNode sort = 10; | ||
| PhysicalNegativeNode negative = 11; | ||
| PhysicalInListNode in_list = 12; | ||
| PhysicalScalarFunctionNode scalar_function = 13; |
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.
same comments

Which issue does this PR close?
Closes #10173
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?