Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NEUpanning committed Nov 7, 2024
1 parent fc5d2da commit 1119cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/sparksql/DateTimeFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Expected<std::shared_ptr<DateTimeFormatter>> getDateTimeFormatter(
// @return A shared pointer to a DateTimeFormatter. If the formatter
// initialization fails and the legacy formatter is used, nullptr is returned.
std::shared_ptr<DateTimeFormatter> initializeFormatter(
const std::string_view& format,
const std::string_view format,
bool legacyFormatter) {
auto formatter = detail::getDateTimeFormatter(
std::string_view(format),
Expand Down

0 comments on commit 1119cbb

Please sign in to comment.