Skip to content

Commit

Permalink
Address reviewer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
fhueske committed Nov 4, 2024
1 parent 0aa95e0 commit 097d498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ ANY, and(logical(LogicalTypeRoot.BOOLEAN), LITERAL)
public static final BuiltInFunctionDefinition CURRENT_ROW_TIMESTAMP =
BuiltInFunctionDefinition.newBuilder()
.name("currentRowTimestamp")
.name("CURRENT_ROW_TIMESTAMP")
.sqlName("CURRENT_ROW_TIMESTAMP")
.kind(SCALAR)
.outputTypeStrategy(explicit(TIMESTAMP_LTZ(3).notNull()))
.notDeterministic()
Expand Down

0 comments on commit 097d498

Please sign in to comment.