Skip to content

Conversation

@dmitriibugakov
Copy link
Contributor

@dmitriibugakov dmitriibugakov commented Apr 23, 2024

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?

@dmitriibugakov dmitriibugakov force-pushed the 10173-remove-scalar-function branch from 779955f to b7deb1d Compare April 23, 2024 16:58
@alamb
Copy link
Contributor

alamb commented Apr 23, 2024

Thank you @dmitrybugakov

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A very nice first PR indeed ❤️ Thanks again!

Screenshot 2024-04-23 at 1 40 09 PM

@Omega359
Copy link
Contributor

lgtm

@alamb alamb merged commit 767bbca into apache:main Apr 23, 2024
@alamb
Copy link
Contributor

alamb commented Apr 23, 2024

Thanks again @dmitrybugakov

NegativeNode negative = 13;
InListNode in_list = 14;
Wildcard wildcard = 15;
ScalarFunctionNode scalar_function = 16;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add comment to occupy this position of 16 @dmitrybugakov @alamb @Omega359

Copy link
Contributor

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comments

ccciudatu pushed a commit to hstack/datafusion that referenced this pull request Apr 26, 2024
@dmitriibugakov dmitriibugakov deleted the 10173-remove-scalar-function branch April 26, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove ScalarFunction from datafusion.proto

4 participants