Skip to content

Commit c4fc992

Browse files
committed
rebase
1 parent 2b7cde4 commit c4fc992

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

be/src/vec/functions/function_needs_to_handle_null.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ class FunctionNeedsToHandleNull : public IFunction {
6666
return Impl::get_return_type_impl(arguments);
6767
}
6868

69-
DataTypes get_variadic_argument_types_impl() const override {
70-
if constexpr (requires { Impl::get_variadic_argument_types(); }) {
71-
return Impl::get_variadic_argument_types();
72-
}
73-
return {};
74-
}
75-
7669
Status execute_impl(FunctionContext* context, Block& block, const ColumnNumbers& arguments,
7770
uint32_t result, size_t input_rows_count) const override {
7871
auto res_col = ResultColumnType::create();

regression-test/suites/doc/sql-manual/sql-functions/doc_date_functions_test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ suite("doc_date_functions_test") {
14271427

14281428
test {
14291429
sql """SELECT TIMESTAMP('9999-12-31', '65:43:21');"""
1430-
exception "out of range";
1430+
exception "is_invalid";
14311431
}
14321432

14331433

0 commit comments

Comments
 (0)