This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch auto-pick-48223-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 4312f4b764b [fix](test) fix unstable jdbc test case (#48223)
add 56b712908d9 branch-3.0-pick: [test](case) add a case for cloud mow
(#47868) (#48230)
add 6c70e034eac [fix](load) fix metrics memtable_flush_duration_us
(#47607) (#48211)
add e84a55488e4 branch-3.0: [Fix](agg) Remove useless DCHECK for streaming
agg node #47842 (#48258)
add 2b8a4418d06 branch-3.0: [fix](Outfile) Set `retryTime` to one while
executing `outfile` statement. #48095 (#48216)
add b54cacfa0ff branch-3.0: [fix](parquet)Fix data column and null map
column not equal when reading Parquet complex type cross-page data #47734
(#48038)
add b8e907717c7 branch-3.0: [fix](test) fix the regression test
`test_trino_hive_serde_prop` #48012 (#48044)
add 2a9243c2d9d branch-3.0: [fix](regression) Fix test_show_data_warehouse
groovy failed occasionally in `ASAN` mode #47802 (#48268)
add 2bd0ed6f0d1 [Chore](parallel-result-sink) disable fuzzy
ENABLE_PARALLEL_RESULT_SINK on branch-3.0 (#48068)
add 5e6897cebe5 [fix](test) fix unstable jdbc test case (#48223)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4312f4b764b)
\
N -- N -- N refs/heads/auto-pick-48223-branch-3.0 (5e6897cebe5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
be/src/olap/memtable_flush_executor.cpp | 12 +-
.../distinct_streaming_aggregation_operator.cpp | 1 -
.../exec/format/parquet/vparquet_column_reader.cpp | 23 +++-
.../exec/format/parquet/vparquet_column_reader.h | 21 ++--
.../transaction/CloudGlobalTransactionMgr.java | 13 +++
.../java/org/apache/doris/qe/SessionVariable.java | 3 +-
.../java/org/apache/doris/qe/StmtExecutor.java | 5 +
.../tvf/{test_tvf_p2.out => test_tvf_p0.out} | Bin 5562 -> 5674 bytes
.../hive/test_parquet_complex_cross_page.out} | Bin 127 -> 137 bytes
.../cloud/test_cloud_mow_lock_expired.out} | Bin 365 -> 388 bytes
.../hive/test_trino_hive_serde_prop.groovy | 1 +
.../tvf/{test_tvf_p2.groovy => test_tvf_p0.groovy} | 24 +++-
.../hive/test_parquet_complex_cross_page.groovy | 52 +++++++++
.../cloud/test_cloud_mow_lock_expired.groovy | 126 +++++++++++++++++++++
.../suites/show_p0/test_show_data_warehouse.groovy | 29 +++--
15 files changed, 280 insertions(+), 30 deletions(-)
rename regression-test/data/external_table_p0/tvf/{test_tvf_p2.out =>
test_tvf_p0.out} (98%)
copy
regression-test/data/{nereids_rules_p0/defer_materialize_topn/one_phase.out =>
external_table_p2/hive/test_parquet_complex_cross_page.out} (83%)
copy regression-test/data/{delete_p0/test_segment_iterator_delete.out =>
fault_injection_p0/cloud/test_cloud_mow_lock_expired.out} (63%)
rename regression-test/suites/external_table_p0/tvf/{test_tvf_p2.groovy =>
test_tvf_p0.groovy} (78%)
create mode 100644
regression-test/suites/external_table_p2/hive/test_parquet_complex_cross_page.groovy
create mode 100644
regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_lock_expired.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]