This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch auto-pick-50099-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 1bca6605909 [fix](dialect)fix starrocks dialect (#50099)
add 2e4aec48dea branch-3.1: [fix](Export) Enhance `removeOldExportJobs`
Logic #47604 (#51935)
add e97cdc615f8 branch-3.1 [fix](Export) change the export logical and
more info in show export(#48022 #48144 #48488 ) (#51937)
add 4fbd6c84420 branch-3.1: [improve](mow) refactor mow update lock for
compaction to reduce txn conflict (#48024) (#51881)
add bdf559f6f04 branch-3.1: [Enhancement](nereids) config rf wait time in
cloud mode #47579 (#51873)
add c93ff4e222f [chore](ci) fix some pipeline script (#51914)
add ee00251309d branch-3.1: [Bug](function) fix wrong result of
hll_to_base64 #51831 (#51919)
add 1019f5cad9f branch-3.1: [bugfix](query) Fix for incorrect query
results of variant type #51651 (#51920)
add 19e3ecab9e7 branch-3.1: [feat](dialect) add starrocks dialect #49951
(#51922)
add f9683d034e5 [fix](dialect)fix starrocks dialect (#50099)
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 (1bca6605909)
\
N -- N -- N refs/heads/auto-pick-50099-branch-3.1 (f9683d034e5)
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/cloud/cloud_meta_mgr.cpp | 5 +-
be/src/vec/functions/function_hll.cpp | 4 +-
be/src/vec/sink/writer/vfile_result_writer.cpp | 78 +++-
be/src/vec/sink/writer/vfile_result_writer.h | 2 +
cloud/src/common/config.h | 2 +
cloud/src/meta-service/keys.cpp | 14 +-
cloud/src/meta-service/keys.h | 5 +-
cloud/src/meta-service/meta_service.cpp | 473 +++++++++++++++------
cloud/src/meta-service/meta_service_job.cpp | 227 ++++++----
cloud/src/recycler/recycler.cpp | 13 +
cloud/test/meta_service_job_test.cpp | 53 ++-
cloud/test/meta_service_test.cpp | 317 ++++++++++++++
cloud/test/recycler_test.cpp | 44 ++
.../main/java/org/apache/doris/common/Config.java | 11 +-
.../org/apache/doris/analysis/OutFileClause.java | 6 +
.../main/java/org/apache/doris/catalog/Env.java | 11 +
.../transaction/CloudGlobalTransactionMgr.java | 6 +-
.../main/java/org/apache/doris/load/ExportJob.java | 142 +++----
.../main/java/org/apache/doris/load/ExportMgr.java | 18 +
.../org/apache/doris/load/ExportTaskExecutor.java | 51 ++-
.../java/org/apache/doris/load/OutfileInfo.java | 6 +
.../org/apache/doris/nereids/NereidsPlanner.java | 70 +--
.../org/apache/doris/nereids/parser/Dialect.java | 6 +-
.../LogicalResultSinkToShortCircuitPointQuery.java | 3 +
.../org/apache/doris/planner/ResultFileSink.java | 45 +-
.../java/org/apache/doris/qe/ConnectContext.java | 8 +-
.../java/org/apache/doris/qe/StmtExecutor.java | 2 +-
.../analysis/ExportToOutfileLogicalPlanTest.java | 127 ++----
.../apache/doris/load/loadv2/ExportMgrTest.java | 46 ++
gensrc/proto/cloud.proto | 4 +
.../data/export_p0/outfile/test_outfile_result.out | Bin 0 -> 225 bytes
.../http_stream/test_http_stream_compress.out | Bin 179025 -> 179043 bytes
.../data/point_query_p0/test_point_query.out | Bin 9934 -> 9946 bytes
.../data/variant_p0/variant_with_rowstore.out | Bin 1338 -> 1344 bytes
regression-test/pipeline/cloud_p0/prepare.sh | 4 +-
.../pipeline/{p0 => nonConcurrent}/conf/be.conf | 10 +-
.../pipeline/{p0 => nonConcurrent}/conf/fe.conf | 6 +-
.../conf/regression-conf.groovy | 40 +-
regression-test/pipeline/performance/compile.sh | 4 +-
regression-test/pipeline/performance/deploy.sh | 6 +-
regression-test/pipeline/performance/prepare.sh | 10 +-
.../pipeline/performance/run-clickbench.sh | 6 +-
regression-test/pipeline/performance/run-load.sh | 6 +-
regression-test/pipeline/vault_p0/prepare.sh | 4 +-
.../export_p0/outfile/test_outfile_result.groovy | 89 ++++
.../http_stream/test_http_stream_compress.groovy | 1 +
.../suites/point_query_p0/test_point_query.groovy | 31 +-
47 files changed, 1438 insertions(+), 578 deletions(-)
create mode 100644
regression-test/data/export_p0/outfile/test_outfile_result.out
copy regression-test/pipeline/{p0 => nonConcurrent}/conf/be.conf (93%)
copy regression-test/pipeline/{p0 => nonConcurrent}/conf/fe.conf (92%)
copy regression-test/pipeline/{p0 =>
nonConcurrent}/conf/regression-conf.groovy (81%)
create mode 100644
regression-test/suites/export_p0/outfile/test_outfile_result.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]