Skip to content

Commit

Permalink
Changed Arguments Passed Into 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 ffbca9b commit 76f8d38
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 @@ -391,7 +391,7 @@ public static FunctionExpression week(Expression... expressions) {
}

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

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

0 comments on commit 76f8d38

Please sign in to comment.