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 c99d35a49b [Enhancement](profile) enhance column predicates display
on profile (#14664)
new 06d02b29d3 [Bug](predicate) fix ccore dump on varchar with in list
predicate (#14881)
new 9768a4d52e [fix](schemachange) fix the schema change that causes the
be core dump. (#14804)
new 569e6ed57e [fix](aggregate) agg table and unique table get different
result when… (#14822)
new 45e5fa0db8 [Improvement](multi-catalog) add show create catalog stmt
(#14938)
new 1fd9e552c9 [Bug](predicate) fix undefined behavior on in list
predicate #14961
new ed597bae3b [Bugfix](Jsonb) fix jsonb load in unique key model (#14958)
new 449006808c [fix](statistics) fix CpuTimeMS in audit log when
enable_vectorized_engine=true. (#14853)
new 3b28fbcd8d [Exec](Profile) Register to Fetch Result time and Write
Result time in FE to debug (#14832)
new 0a54885a7c [Improvement](multi catalog)Add comment to external hms
table show create table output. (#14861)
new f9fa2d4f2e [fix](csv-reader) fix be crash when reading invalid value
(#14951)
new f0c6f7bb14 [fix](fe-meta) NPE in DataProperty when upgrading to 1.2.x
(#14976)
new b970188b5f [Bug](DictoryColumn) reverse the _codes.size() replace
_reserve_size (#14984)
The 12 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/exec/text_converter.hpp | 10 ++-
be/src/olap/bitmap_filter_predicate.h | 3 +-
be/src/olap/bloom_filter_predicate.h | 8 ++-
be/src/olap/comparison_predicate.h | 15 +++--
be/src/olap/generic_iterators.cpp | 13 ++--
be/src/olap/in_list_predicate.h | 14 ++--
be/src/runtime/primitive_type.h | 3 +
be/src/vec/columns/column_dictionary.h | 7 +-
be/src/vec/core/block.cpp | 12 ++++
be/src/vec/core/block.h | 2 +
be/src/vec/exec/scan/new_olap_scan_node.cpp | 1 +
be/src/vec/exec/scan/scanner_scheduler.cpp | 6 +-
be/src/vec/exec/scan/vscan_node.cpp | 1 +
be/src/vec/exec/scan/vscan_node.h | 1 +
be/src/vec/exec/scan/vscanner.cpp | 1 +
be/src/vec/exec/scan/vscanner.h | 10 +++
be/src/vec/utils/template_helpers.hpp | 4 +-
.../Create/CREATE-CATALOG.md | 4 +-
.../Show-Statements/SHOW-CREATE-CATALOG.md} | 23 ++++---
docs/sidebars.json | 1 +
.../Create/CREATE-CATALOG.md | 4 +-
.../SHOW-CREATE-CATALOG.md} | 22 ++++---
fe/fe-core/src/main/cup/sql_parser.cup | 4 ++
.../apache/doris/alter/SchemaChangeHandler.java | 5 +-
.../org/apache/doris/analysis/AddColumnClause.java | 15 ++++-
.../apache/doris/analysis/AlterTableClause.java | 6 ++
.../org/apache/doris/analysis/AlterTableStmt.java | 3 +
.../apache/doris/analysis/ModifyColumnClause.java | 15 ++++-
...reateDbStmt.java => ShowCreateCatalogStmt.java} | 46 ++++++-------
.../org/apache/doris/catalog/DataProperty.java | 12 +++-
.../doris/catalog/HiveMetaStoreClientHelper.java | 14 +++-
.../doris/common/util/QueryPlannerProfile.java | 30 ++++++++-
.../org/apache/doris/datasource/CatalogMgr.java | 28 ++++++++
.../java/org/apache/doris/qe/ShowExecutor.java | 11 ++++
.../java/org/apache/doris/qe/StmtExecutor.java | 8 +++
.../apache/doris/alter/SchemaChangeJobV2Test.java | 5 +-
.../apache/doris/analysis/AddColumnClauseTest.java | 11 ++--
.../doris/analysis/ModifyColumnClauseTest.java | 5 +-
.../apache/doris/datasource/CatalogMgrTest.java | 27 ++++++++
...=> test_jsonb_load_unique_key_and_function.out} | 0
.../data/jsonb_p0/test_jsonb_unique_key.csv | 75 ++++++++++++++++++++++
.../sql/sqlsmith01.out} | 3 +-
...test_jsonb_load_unique_key_and_function.groovy} | 20 +++---
.../test_agg_keys_schema_change.groovy | 22 +++++++
.../suites/tpcds_sf1_unique_p1/sql/sqlsmith01.sql | 1 +
45 files changed, 416 insertions(+), 115 deletions(-)
copy
docs/{zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
=> en/docs/sql-manual/sql-reference/Show-Statements/SHOW-CREATE-CATALOG.md}
(70%)
copy
docs/zh-CN/docs/sql-manual/sql-reference/{Data-Definition-Statements/Drop/DROP-CATALOG.md
=> Show-Statements/SHOW-CREATE-CATALOG.md} (73%)
copy fe/fe-core/src/main/java/org/apache/doris/analysis/{ShowCreateDbStmt.java
=> ShowCreateCatalogStmt.java} (58%)
copy regression-test/data/jsonb_p0/{test_jsonb_load_and_function.out =>
test_jsonb_load_unique_key_and_function.out} (100%)
create mode 100644 regression-test/data/jsonb_p0/test_jsonb_unique_key.csv
copy regression-test/data/{correctness/test_crossjoin_inlineview_slot.out =>
tpcds_sf1_unique_p1/sql/sqlsmith01.out} (84%)
copy regression-test/suites/jsonb_p0/{test_jsonb_load_and_function.groovy =>
test_jsonb_load_unique_key_and_function.groovy} (97%)
create mode 100644
regression-test/suites/tpcds_sf1_unique_p1/sql/sqlsmith01.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]