Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Apr 15, 2024
1 parent 7fb985a commit 3ccd490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/sparksql/Register.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ void registerFunctions(const std::string& prefix) {
registerFunction<WeekFunction, int32_t, Timestamp>({prefix + "week_of_year"});
registerFunction<WeekFunction, int32_t, Date>({prefix + "week_of_year"});
registerFunction<YearOfWeekSparkFunction, int32_t, Date>(
{prefix + "spark_year_of_week"});
{prefix + "year_of_week"});

registerFunction<ToUtcTimestampFunction, Timestamp, Timestamp, Varchar>(
{prefix + "to_utc_timestamp"});
Expand Down

0 comments on commit 3ccd490

Please sign in to comment.