Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: ivanmurashko

Differential Revision: D51149231

fbshipit-source-id: 6377d520b53b8210dde361cf42bc46451a70e593
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed Nov 9, 2023
1 parent 0d2b927 commit 9cfa1a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion velox/functions/sparksql/DateTimeFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ struct MonthFunction {
}
};


template <typename T>
struct QuarterFunction {
VELOX_DEFINE_FUNCTION_TYPES(T);
Expand Down
1 change: 0 additions & 1 deletion velox/functions/sparksql/tests/DateTimeFunctionsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ TEST_F(DateTimeFunctionsTest, monthDate) {
EXPECT_EQ(8, month("1954-08-08"));
}


TEST_F(DateTimeFunctionsTest, quarterDate) {
const auto quarter = [&](const std::string& dateString) {
return evaluateOnce<int32_t, int32_t>(
Expand Down

0 comments on commit 9cfa1a6

Please sign in to comment.