This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 57aa73719d [bugfix](vertical-compaction) Only can init the
SegmentCacheHandle once (#23246)
new 0b3a6f50b8 [fix](parquet) the key colum of map type in parquet may be
nullable (#23180)
new e0b1582e05 [Bug](agg) fix QUANTILE_UNION many problems (#23181)
new e852c809f6 [improvement](agg) Do not serialize bitmap to string
(#23172)
new 40e69c209a [Fix](View)Use the element_at function to replace
%element_extract% to prevent parsing errors (#23093)
new 56199ebcca [Fix](planner) fix incorrect nullable in ctas. (#22770)
The 5 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/agent/be_exec_version_manager.h | 6 +-
be/src/util/bitmap_value.h | 4 +
.../vec/aggregate_functions/aggregate_function.h | 11 +-
.../aggregate_function_bitmap.h | 148 ++++++++++++++++++++-
.../aggregate_function_bitmap_agg.h | 22 ++-
.../aggregate_function_quantile_state.cpp | 3 +-
be/src/vec/exec/format/parquet/schema_desc.cpp | 2 +-
.../exec/format/parquet/vparquet_file_metadata.cpp | 3 +-
be/src/vec/exec/vaggregation_node.cpp | 1 +
be/src/vec/exprs/vectorized_agg_fn.h | 2 +
be/src/vec/functions/function_quantile_state.cpp | 8 +-
.../sql-reference/Data-Types/QUANTILE_STATE.md | 4 +-
.../sql-reference/Data-Types/QUANTILE_STATE.md | 4 +-
.../main/java/org/apache/doris/common/Config.java | 2 +-
fe/fe-core/src/main/cup/sql_parser.cup | 6 +-
.../java/org/apache/doris/analysis/ColumnDef.java | 7 +-
.../doris/analysis/CreateTableAsSelectStmt.java | 16 +++
.../apache/doris/analysis/FunctionCallExpr.java | 2 +-
.../apache/doris/planner/SingleNodePlanner.java | 2 +-
.../apache/doris/analysis/CreateTableStmtTest.java | 4 +-
.../data/datatype_p0/bitmap/test_bitmap_int.out | Bin 316 -> 315 bytes
.../external_table_p2/hive/test_complex_types.out | 3 +
regression-test/data/view_p0/view_p0.out | 7 +
regression-test/suites/ddl_p0/test_ctas.groovy | 33 +++++
.../suites/delete_p0/test_delete.groovy | 2 +-
.../hive/test_complex_types.groovy | 4 +
regression-test/suites/view_p0/view_p0.groovy | 75 +++++++++++
27 files changed, 342 insertions(+), 39 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]