This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-2.0-alpha
in repository https://gitbox.apache.org/repos/asf/doris.git
from 19870d99cd [branch-2.0-alpha] fix mtmv thread interruption issue
new cf3f04567d [Fix](Nereids) Check bound status in analyze straight
after bounding (#18581)
new de36bf3c07 [fix](editLog) add sufficient replay logic and edit log for
altering light schema change (#18746)
new 0ceff07202 [fix](outfile) unify broker and hdfs path in outfile
(#18809)
new 233975b6f6 [MemLeak](pipeline) fix mem leak by exchange node in
pipeline (#18864)
new 1dc2011da6 [chore](cold_heat) fix cold heat case to use correct http
api (#18870)
new 95c4b53c4e [Bug](table-function) fix wrong result when seprator of
explode_split size more than one (#18824)
new 7d2a96468b [Fix](dynamic table) fix dynamic table with insert into and
column al… (#18808)
new 19887c7586 Author: Mingyu Chen <[email protected]> Date: Fri Apr 21
11:24:20 2023 +0800
The 8 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/olap/memtable.cpp | 11 +-
be/src/vec/columns/column_object.cpp | 15 ++-
be/src/vec/columns/column_object.h | 30 +++++
be/src/vec/exprs/table_function/vexplode_split.cpp | 3 +-
be/src/vec/sink/vdata_stream_sender.h | 13 ++-
...CHelper.java => AlterLightSchChangeHelper.java} | 52 ++++-----
.../apache/doris/alter/SchemaChangeHandler.java | 19 +++-
.../org/apache/doris/analysis/OutFileClause.java | 9 +-
.../org/apache/doris/catalog/TableProperty.java | 3 -
.../org/apache/doris/journal/JournalEntity.java | 7 +-
.../doris/nereids/analyzer/NereidsAnalyzer.java | 4 +
.../org/apache/doris/nereids/rules/RuleType.java | 1 +
.../nereids/rules/analysis/CheckAnalysis.java | 24 ++--
.../doris/nereids/rules/analysis/CheckBound.java | 74 +++++++++++++
...ionLog.java => AlterLightSchemaChangeInfo.java} | 29 ++---
.../java/org/apache/doris/persist/EditLog.java | 8 +-
.../doris/analysis/OutFileClauseFunctionTest.java | 122 +++++++++++++--------
.../rules/analysis/BindSlotReferenceTest.java | 2 +-
.../sql_functions/table_function/explode_split.out | 6 +
.../create_table_use_partition_policy.groovy | 12 +-
.../create_table_use_policy.groovy | 2 +-
.../modify_replica_use_partition.groovy | 4 +-
.../table_modify_resouce_and_policy.groovy | 2 +-
.../test_set_session_default_val.groovy | 4 +-
.../suites/datev2/ssb_sf0.1_p1/load.groovy | 2 +-
.../suites/datev2/ssb_sf1_p2/load.groovy | 2 +-
.../suites/datev2/tpcds_sf1_p1/load.groovy | 4 +-
.../suites/dynamic_table_p0/load.groovy | 4 +-
.../nereids_p0/except/test_bound_exception.groovy | 55 ++++++++++
.../table_function/explode_split.groovy | 1 +
regression-test/suites/ssb_sf0.1_p1/load.groovy | 2 +-
regression-test/suites/ssb_sf100_p2/load.groovy | 2 +-
regression-test/suites/ssb_sf1_p2/load.groovy | 2 +-
regression-test/suites/tpcds_sf100_p2/load.groovy | 2 +-
regression-test/suites/tpcds_sf1_p1/load.groovy | 4 +-
.../suites/tpcds_sf1_unique_p1/load.groovy | 2 +-
36 files changed, 391 insertions(+), 147 deletions(-)
rename fe/fe-core/src/main/java/org/apache/doris/alter/{AlterLSCHelper.java =>
AlterLightSchChangeHelper.java} (87%)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/CheckBound.java
copy
fe/fe-core/src/main/java/org/apache/doris/persist/{ModifyTableEngineOperationLog.java
=> AlterLightSchemaChangeInfo.java} (67%)
create mode 100644
regression-test/suites/nereids_p0/except/test_bound_exception.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]