Skip to content

Commit

Permalink
Minor: Add comments for removed protobuf nodes (apache#10252)
Browse files Browse the repository at this point in the history
* Minor: Add comments for removed protobuf nodes

* Apply suggestions from code review

Co-authored-by: Alex Huang <[email protected]>

* regenerate proto and move location

---------

Co-authored-by: Alex Huang <[email protected]>
  • Loading branch information
alamb and Weijun-H authored Apr 28, 2024
1 parent ed14682 commit b41ef20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datafusion/proto/proto/datafusion.proto
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ message LogicalExprNode {
NegativeNode negative = 13;
InListNode in_list = 14;
Wildcard wildcard = 15;
// was ScalarFunctionNode scalar_function = 16;
TryCastNode try_cast = 17;

// window expressions
Expand Down Expand Up @@ -1310,12 +1311,13 @@ message PhysicalExprNode {
PhysicalSortExprNode sort = 10;
PhysicalNegativeNode negative = 11;
PhysicalInListNode in_list = 12;
// was PhysicalScalarFunctionNode scalar_function = 13;
PhysicalTryCastNode try_cast = 14;

// window expressions
PhysicalWindowExprNode window_expr = 15;

PhysicalScalarUdfNode scalar_udf = 16;
// was PhysicalDateTimeIntervalExprNode date_time_interval_expr = 17;

PhysicalLikeExprNode like_expr = 18;
}
Expand Down
3 changes: 3 additions & 0 deletions datafusion/proto/src/generated/prost.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b41ef20

Please sign in to comment.