Skip to content

Commit

Permalink
fix ut.
Browse files Browse the repository at this point in the history
  • Loading branch information
ywqzzy committed Sep 5, 2022
1 parent 2fc46d6 commit 604a5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbms/src/TestUtils/AggregationTestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ void AggregationTest::SetUpTestCase()
};

register_func(DB::registerAggregateFunctions);
register_func(DB::registerFunctions);
}

::testing::AssertionResult AggregationTest::checkAggReturnType(const String & agg_name, const DataTypes & data_types, const DataTypePtr & expect_type)
Expand Down

0 comments on commit 604a5c7

Please sign in to comment.