Skip to content

Commit

Permalink
Changed Arguments Passed In A Function Due To Rebase
Browse files Browse the repository at this point in the history
Signed-off-by: GabeFernandez310 <[email protected]>
  • Loading branch information
GabeFernandez310 committed Dec 5, 2022
1 parent 7f67e8e commit 38e3408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/opensearch/sql/expression/DSL.java
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public static FunctionExpression dayofyear(Expression... expressions) {
}

public static FunctionExpression day_of_year(Expression... expressions) {
return compile(BuiltinFunctionName.DAY_OF_YEAR, expressions);
return compile(FunctionProperties.None, BuiltinFunctionName.DAY_OF_YEAR, expressions);
}

public static FunctionExpression from_days(Expression... expressions) {
Expand Down

0 comments on commit 38e3408

Please sign in to comment.