Skip to content

Commit

Permalink
use correct casing
Browse files Browse the repository at this point in the history
  • Loading branch information
nl5887 committed Jun 7, 2022
1 parent 3f3ab6c commit 93b1d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto/proto/datafusion.proto
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ message LogicalExprNode {
// Scalar UDF expressions
ScalarUDFExprNode scalar_udf_expr = 20;

GetIndexedField getIndexedField = 21;
GetIndexedField get_indexed_field = 21;
}
}

Expand Down

0 comments on commit 93b1d2a

Please sign in to comment.