Skip to content

Commit

Permalink
Alignment corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
gopukrishnasIBM committed Apr 19, 2023
1 parent 8cd6f8c commit f1a1026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion velox/docs/functions/presto/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ This behavior is different from Presto Java that allows arbitrary large timestam

.. function:: yow(x) -> bigint

This is an alias for :func:`year_of_week`.
This is an alias for :func:`year_of_week`.
2 changes: 1 addition & 1 deletion velox/functions/prestosql/tests/DateTimeFunctionsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2864,4 +2864,4 @@ TEST_F(DateTimeFunctionsTest, timeZoneHour) {
VELOX_ASSERT_THROW(
timezone_hour("123456", "Canada/Atlantic"),
"Unable to parse timestamp value: \"123456\", expected format is (YYYY-MM-DD HH:MM:SS[.MS])");
}
}

0 comments on commit f1a1026

Please sign in to comment.