This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 495d37d337 [fix](join) crash caused by canceling query (#16311)
(#16349)
new e48404e1c0 [fix](planner) create view generate wrong sql when sql
contains multi count distinct (#16092)
new 38c9fe7f8d [Refactor](function) opt the exec of function with null
column (#16256)
new a1dcec461c [Enhance] use fast_float::from_chars to do str cast to
float/double to avoid lose precision (#16190)
new 29e6480bc8 [fix](multi-catalog) remove the eof check among parquet
columns (#16302)
new df7200f8ae [test](regression) add tvf regression to test the remove of
eof check (#16342)
new be7c4d267e [branch1.2] fix compile bug after cherry-pick
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/util/string_parser.hpp | 146 ++++++---------------
.../exec/format/parquet/vparquet_group_reader.cpp | 9 +-
be/src/vec/exprs/vectorized_fn_call.cpp | 2 +
be/src/vec/functions/function.cpp | 14 +-
be/src/vec/functions/function_cast.h | 11 +-
be/src/vec/functions/function_helpers.cpp | 119 ++++++++---------
be/src/vec/functions/function_helpers.h | 26 ++--
be/test/util/string_parser_test.cpp | 5 +-
.../org/apache/doris/analysis/BaseViewStmt.java | 1 +
.../apache/doris/analysis/FunctionCallExpr.java | 1 +
.../java/org/apache/doris/analysis/SelectStmt.java | 8 +-
regression-test/conf/regression-conf.groovy | 29 ++++
.../external_table_emr_p2/hive/test_tvf_p2.out | 32 +++++
.../suites/ddl_p0/test_create_view.groovy | 72 ++++++++++
.../external_table_emr_p2/hive/test_tvf_p2.groovy | 31 ++---
15 files changed, 276 insertions(+), 230 deletions(-)
create mode 100644
regression-test/data/external_table_emr_p2/hive/test_tvf_p2.out
create mode 100644 regression-test/suites/ddl_p0/test_create_view.groovy
copy be/src/runtime/tuple_row.cpp =>
regression-test/suites/external_table_emr_p2/hive/test_tvf_p2.groovy (55%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]