[doris] branch master updated (35c19daec7 -> fd97587aff)

2023-06-13 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 35c19daec7 [opt](routine load) log BE id when get partitions failed. (#20749) add fd97587aff [fix](merge-on-write)

[GitHub] [doris] xiaokang merged pull request #20754: [fix](merge-on-write) fix the merged rows is not equal to missed rows when do cumulative compaction

2023-06-13 Thread via GitHub
xiaokang merged PR #20754: URL: https://github.com/apache/doris/pull/20754 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch branch-2.0-beta updated (35c19daec7 -> fd97587aff)

2023-06-13 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git from 35c19daec7 [opt](routine load) log BE id when get partitions failed. (#20749) add fd97587aff [fix](merge-

[GitHub] [doris] zhannngchen commented on a diff in pull request #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-13 Thread via GitHub
zhannngchen commented on code in PR #20720: URL: https://github.com/apache/doris/pull/20720#discussion_r1228127333 ## be/src/olap/delta_writer.cpp: ## @@ -456,7 +450,20 @@ Status DeltaWriter::close_wait(const PSlaveTabletNodes& slave_tablet_nodes, // calculate dele

[GitHub] [doris] morningman commented on a diff in pull request #20765: [improvement](jdbc) support insert autoinc and default value column to mysql

2023-06-13 Thread via GitHub
morningman commented on code in PR #20765: URL: https://github.com/apache/doris/pull/20765#discussion_r1228208547 ## fe/fe-core/src/main/java/org/apache/doris/analysis/NativeInsertStmt.java: ## @@ -768,6 +774,13 @@ private DataSink createDataSink() throws AnalysisException {

[GitHub] [doris] zy-kkk opened a new pull request, #20766: [fix](script)Fix the JAVA_OPTS version error of the BE start script

2023-06-13 Thread via GitHub
zy-kkk opened a new pull request, #20766: URL: https://github.com/apache/doris/pull/20766 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d

[GitHub] [doris] zy-kkk commented on pull request #20766: [fix](script)Fix the JAVA_OPTS version error of the BE start script

2023-06-13 Thread via GitHub
zy-kkk commented on PR #20766: URL: https://github.com/apache/doris/pull/20766#issuecomment-1589423638 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] Mryange commented on pull request #20734: [fix](profile) remove same profile in join node

2023-06-13 Thread via GitHub
Mryange commented on PR #20734: URL: https://github.com/apache/doris/pull/20734#issuecomment-1589429959 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] Mryange commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-13 Thread via GitHub
Mryange commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1589433240 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] github-actions[bot] commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1589438243 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] liaoxin01 commented on a diff in pull request #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-13 Thread via GitHub
liaoxin01 commented on code in PR #20720: URL: https://github.com/apache/doris/pull/20720#discussion_r1228238880 ## be/src/olap/tablet.cpp: ## @@ -3126,10 +3126,34 @@ Status Tablet::update_delete_bitmap_without_lock(const RowsetSharedPtr& rowset) return Status::OK(); }

[GitHub] [doris] wzymumon opened a new pull request, #20767: [Feature-WIP][UDF][WASM] add wasmtime-c-api

2023-06-13 Thread via GitHub
wzymumon opened a new pull request, #20767: URL: https://github.com/apache/doris/pull/20767 ## Proposed changes Issue Number: #20267 using wasmtime to execute the WebAssembly(wasm) code ## Further comments If this is a relatively large or complex change, ki

[GitHub] [doris] zy-kkk opened a new pull request, #20768: [improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table

2023-06-13 Thread via GitHub
zy-kkk opened a new pull request, #20768: URL: https://github.com/apache/doris/pull/20768 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d

[GitHub] [doris] csun5285 commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
csun5285 commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1228259846 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,251 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #20767: [Feature-WIP][UDF][WASM] add wasmtime-c-api

2023-06-13 Thread via GitHub
github-actions[bot] commented on code in PR #20767: URL: https://github.com/apache/doris/pull/20767#discussion_r1228264046 ## be/src/util/wasmtime-c-api/include/wasmtime/memory.h: ## @@ -0,0 +1,111 @@ +/** + * \file wasmtime/memory.h + * + * Wasmtime API for interacting with was

[GitHub] [doris] csun5285 commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
csun5285 commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1228266075 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,251 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

[GitHub] [doris] zy-kkk opened a new pull request, #20769: [1.2][improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table

2023-06-13 Thread via GitHub
zy-kkk opened a new pull request, #20769: URL: https://github.com/apache/doris/pull/20769 ## Proposed changes cherry-pick from #20768 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d.

[GitHub] [doris] github-actions[bot] commented on pull request #20766: [fix](script)Fix the JAVA_OPTS version error of the BE start script

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20766: URL: https://github.com/apache/doris/pull/20766#issuecomment-1589483122 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #20766: [fix](script)Fix the JAVA_OPTS version error of the BE start script

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20766: URL: https://github.com/apache/doris/pull/20766#issuecomment-1589482959 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] englefly commented on a diff in pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-13 Thread via GitHub
englefly commented on code in PR #20746: URL: https://github.com/apache/doris/pull/20746#discussion_r1228260891 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/rewrite/CostBasedRewriteJob.java: ## @@ -0,0 +1,90 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] morningman merged pull request #20769: [1.2][improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table

2023-06-13 Thread via GitHub
morningman merged PR #20769: URL: https://github.com/apache/doris/pull/20769 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris] branch branch-1.2-lts updated: [1.2][improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table (#20769)

2023-06-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 4eb080bbed [1.2][improvement]

[GitHub] [doris] kaijchen commented on pull request #20764: [refactor](load) restore semantics of num_segment in BetaRowsetWriter

2023-06-13 Thread via GitHub
kaijchen commented on PR #20764: URL: https://github.com/apache/doris/pull/20764#issuecomment-1589489622 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] github-actions[bot] commented on pull request #20768: [improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20768: URL: https://github.com/apache/doris/pull/20768#issuecomment-1589489705 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #20768: [improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20768: URL: https://github.com/apache/doris/pull/20768#issuecomment-1589489600 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] BiteTheDDDDt commented on pull request #20751: [Bug](function) catch error state in function cast to avoid core dump

2023-06-13 Thread via GitHub
BiteThet commented on PR #20751: URL: https://github.com/apache/doris/pull/20751#issuecomment-1589493285 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] zy-kkk commented on pull request #20768: [improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table

2023-06-13 Thread via GitHub
zy-kkk commented on PR #20768: URL: https://github.com/apache/doris/pull/20768#issuecomment-1589495691 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] csun5285 commented on pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
csun5285 commented on PR #20715: URL: https://github.com/apache/doris/pull/20715#issuecomment-1589498148 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] github-actions[bot] commented on pull request #20764: [refactor](load) restore semantics of num_segment in BetaRowsetWriter

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20764: URL: https://github.com/apache/doris/pull/20764#issuecomment-1589502111 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20751: [Bug](function) catch error state in function cast to avoid core dump

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20751: URL: https://github.com/apache/doris/pull/20751#issuecomment-1589507161 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20744: [chore](workflow) Improve the robustness of BE UT (Clang)

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20744: URL: https://github.com/apache/doris/pull/20744#issuecomment-1589522873 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20744: [chore](workflow) Improve the robustness of BE UT (Clang)

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20744: URL: https://github.com/apache/doris/pull/20744#issuecomment-1589544383 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] eldenmoon commented on a diff in pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
eldenmoon commented on code in PR #20732: URL: https://github.com/apache/doris/pull/20732#discussion_r1228357872 ## be/src/runtime/query_context.h: ## @@ -222,6 +228,14 @@ class QueryContext { taskgroup::TaskGroupPtr _task_group; std::unique_ptr _runtime_filter_mgr;

[GitHub] [doris] eldenmoon commented on pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
eldenmoon commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1589584924 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] github-actions[bot] commented on pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1589592785 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1589625252 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] deadlinefen commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
deadlinefen commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1589637365 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] eldenmoon commented on pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
eldenmoon commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1589680114 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] morningman opened a new pull request, #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
morningman opened a new pull request, #20770: URL: https://github.com/apache/doris/pull/20770 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mail

[GitHub] [doris] github-actions[bot] commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1589684632 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5258230284";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1589688254 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1589691882 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] morningman commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
morningman commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1589693430 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] zy-kkk commented on a diff in pull request #20748: [typo](doc)delete document optimization

2023-06-13 Thread via GitHub
zy-kkk commented on code in PR #20748: URL: https://github.com/apache/doris/pull/20748#discussion_r1228440013 ## docs/en/docs/ecosystem/flink-doris-connector.md: ## @@ -531,7 +531,7 @@ When Exactly-Once is not required, it can also be solved by turning off 2PC comm Occurred in

[doris] branch master updated: [typo](doc) add column type description for range partition (#20691)

2023-06-13 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ba3e065955 [typo](doc) add column type description

[GitHub] [doris] zy-kkk merged pull request #20691: [typo](doc) add column type description for range partition

2023-06-13 Thread via GitHub
zy-kkk merged PR #20691: URL: https://github.com/apache/doris/pull/20691 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

[GitHub] [doris] github-actions[bot] commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1589697743 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris] branch master updated (ba3e065955 -> a58a0d4003)

2023-06-13 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ba3e065955 [typo](doc) add column type description for range partition (#20691) add a58a0d4003 [doc](community)upd

[GitHub] [doris] zy-kkk merged pull request #20476: [doc](community)update connector release doc

2023-06-13 Thread via GitHub
zy-kkk merged PR #20476: URL: https://github.com/apache/doris/pull/20476 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

[GitHub] [doris] xinyiZzz opened a new pull request, #20771: [fix](pipeline) refactor olap table sink close

2023-06-13 Thread via GitHub
xinyiZzz opened a new pull request, #20771: URL: https://github.com/apache/doris/pull/20771 ## Proposed changes Issue Number: close #xxx 1. For pipeline, olap table sink close is divided into three stages, try_close() --> pending_finish() --> close() only after all node chan

[GitHub] [doris] github-actions[bot] commented on pull request #20771: [fix](pipeline) refactor olap table sink close

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20771: URL: https://github.com/apache/doris/pull/20771#issuecomment-1589797403 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] xinyiZzz commented on pull request #20771: [fix](pipeline) refactor olap table sink close

2023-06-13 Thread via GitHub
xinyiZzz commented on PR #20771: URL: https://github.com/apache/doris/pull/20771#issuecomment-1589871202 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] github-actions[bot] commented on pull request #20771: [fix](pipeline) refactor olap table sink close

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20771: URL: https://github.com/apache/doris/pull/20771#issuecomment-1589879198 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20734: [fix](profile) remove same profile in join node

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20734: URL: https://github.com/apache/doris/pull/20734#issuecomment-1589917472 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] Mryange commented on pull request #20734: [fix](profile) remove same profile in join node

2023-06-13 Thread via GitHub
Mryange commented on PR #20734: URL: https://github.com/apache/doris/pull/20734#issuecomment-1590151539 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] HappenLee commented on a diff in pull request #20658: [Bug](materialized-view) fix problems about create mv on ssb_flat q4.1 failed

2023-06-13 Thread via GitHub
HappenLee commented on code in PR #20658: URL: https://github.com/apache/doris/pull/20658#discussion_r1228618232 ## be/src/vec/functions/function.h: ## @@ -314,6 +315,17 @@ class IFunctionBuilder { using FunctionBuilderPtr = std::shared_ptr; +inline std::string get_types_st

[GitHub] [doris] adonis0147 commented on pull request #20744: [chore](workflow) Improve the robustness of BE UT (Clang)

2023-06-13 Thread via GitHub
adonis0147 commented on PR #20744: URL: https://github.com/apache/doris/pull/20744#issuecomment-1590192057 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-13 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1590193450 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-13 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1590239963 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-13 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1590245609 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] yiguolei merged pull request #20744: [chore](workflow) Improve the robustness of BE UT (Clang)

2023-06-13 Thread via GitHub
yiguolei merged PR #20744: URL: https://github.com/apache/doris/pull/20744 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [chore](workflow) Improve the robustness of BE UT (Clang) (#20744)

2023-06-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new edd0a1590d [chore](workflow) Improve the robust

[GitHub] [doris] github-actions[bot] commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590260501 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yiguolei commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
yiguolei commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590264970 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] github-actions[bot] commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590265195 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590265707 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590269279 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yiguolei merged pull request #20757: [minor](script) fix typo in build.sh

2023-06-13 Thread via GitHub
yiguolei merged PR #20757: URL: https://github.com/apache/doris/pull/20757 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [minor](script) fix typo in build.sh (#20757)

2023-06-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new cd46f459db [minor](script) fix typo in build.sh

[GitHub] [doris] liangjw opened a new issue, #20772: [Bug] A large amount of 'apply filter meet error' occurred during the Doris BE running process and the node subsequently crashed

2023-06-13 Thread via GitHub
liangjw opened a new issue, #20772: URL: https://github.com/apache/doris/issues/20772 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1.4 ### What's

[GitHub] [doris] zddr opened a new issue, #20773: [Bug] create mtmv with partition error

2023-06-13 Thread via GitHub
zddr opened a new issue, #20773: URL: https://github.com/apache/doris/issues/20773 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's Wr

[GitHub] [doris] github-actions[bot] commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590304268 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yiguolei commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
yiguolei commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590311138 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] dataroaring merged pull request #20750: [fix](cooldown) Fix bug when cooldown a dropped tablet

2023-06-13 Thread via GitHub
dataroaring merged PR #20750: URL: https://github.com/apache/doris/pull/20750 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[doris] branch master updated (cd46f459db -> 9b4b0d4bf9)

2023-06-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from cd46f459db [minor](script) fix typo in build.sh (#20757) add 9b4b0d4bf9 [fix](cooldown) Fix bug when cooldown

[GitHub] [doris] zy-kkk merged pull request #20718: [test](find_in_set) add find_in_set function test case

2023-06-13 Thread via GitHub
zy-kkk merged PR #20718: URL: https://github.com/apache/doris/pull/20718 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

[doris] branch master updated (9b4b0d4bf9 -> affe36d32e)

2023-06-13 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9b4b0d4bf9 [fix](cooldown) Fix bug when cooldown a dropped tablet (#20750) add affe36d32e [test](find_in_set) add

[GitHub] [doris] csun5285 commented on pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
csun5285 commented on PR #20715: URL: https://github.com/apache/doris/pull/20715#issuecomment-1590316812 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] caoliang-web commented on a diff in pull request #20748: [typo](doc)delete document optimization

2023-06-13 Thread via GitHub
caoliang-web commented on code in PR #20748: URL: https://github.com/apache/doris/pull/20748#discussion_r1228880373 ## docs/zh-CN/docs/ecosystem/flink-doris-connector.md: ## @@ -528,7 +528,7 @@ Exactly-Once场景下,Flink Job重启时必须从最新的Checkpoint/Savepoint 发生在Commit阶段,checkpoint里面记录的事务

[GitHub] [doris] Wilson-BT opened a new issue, #20774: [BUG] Unknow system variable 'have_query_cache' caused by mysql-jdbc

2023-06-13 Thread via GitHub
Wilson-BT opened a new issue, #20774: URL: https://github.com/apache/doris/issues/20774 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version mysql-java-connector:

[GitHub] [doris] github-actions[bot] commented on pull request #20714: [feature](nereids) Support multi target rf

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20714: URL: https://github.com/apache/doris/pull/20714#issuecomment-1590338017 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] BiteTheDDDDt commented on pull request #20751: [Bug](function) catch error state in function cast to avoid core dump

2023-06-13 Thread via GitHub
BiteThet commented on PR #20751: URL: https://github.com/apache/doris/pull/20751#issuecomment-1590341708 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] csun5285 commented on pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
csun5285 commented on PR #20715: URL: https://github.com/apache/doris/pull/20715#issuecomment-1590344610 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] zhannngchen commented on pull request #20762: [Enhancement](merge-on-write) optimize contains_agg when calculate delete bitmap

2023-06-13 Thread via GitHub
zhannngchen commented on PR #20762: URL: https://github.com/apache/doris/pull/20762#issuecomment-1590344721 How about the optimize gain? pls add some data to show the effect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] zhannngchen commented on a diff in pull request #20762: [Enhancement](merge-on-write) optimize contains_agg when calculate delete bitmap

2023-06-13 Thread via GitHub
zhannngchen commented on code in PR #20762: URL: https://github.com/apache/doris/pull/20762#discussion_r1228897952 ## be/src/olap/tablet_meta.cpp: ## @@ -941,6 +941,21 @@ bool DeleteBitmap::contains_agg(const BitmapKey& bmk, uint32_t row_id) const { return get_agg(bmk)->co

[GitHub] [doris] BiteTheDDDDt commented on pull request #20658: [Bug](materialized-view) fix problems about create mv on ssb_flat q4.1 failed

2023-06-13 Thread via GitHub
BiteThet commented on PR #20658: URL: https://github.com/apache/doris/pull/20658#issuecomment-1590346649 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] Mryange commented on pull request #20734: [fix](profile) remove same profile in join node

2023-06-13 Thread via GitHub
Mryange commented on PR #20734: URL: https://github.com/apache/doris/pull/20734#issuecomment-1590347167 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20746: URL: https://github.com/apache/doris/pull/20746#issuecomment-1590348053 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #20762: [Enhancement](merge-on-write) optimize contains_agg when calculate delete bitmap

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20762: URL: https://github.com/apache/doris/pull/20762#issuecomment-1590348678 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20746: URL: https://github.com/apache/doris/pull/20746#issuecomment-1590348114 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #20762: [Enhancement](merge-on-write) optimize contains_agg when calculate delete bitmap

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20762: URL: https://github.com/apache/doris/pull/20762#issuecomment-1590348639 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] morrySnow commented on a diff in pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-13 Thread via GitHub
morrySnow commented on code in PR #20746: URL: https://github.com/apache/doris/pull/20746#discussion_r1228901030 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/rewrite/CostBasedRewriteJob.java: ## @@ -0,0 +1,90 @@ +// Licensed to the Apache Software Foundation (ASF) u

[GitHub] [doris] morrySnow commented on a diff in pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-13 Thread via GitHub
morrySnow commented on code in PR #20746: URL: https://github.com/apache/doris/pull/20746#discussion_r1228901147 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/rewrite/CostBasedRewriteJob.java: ## @@ -0,0 +1,90 @@ +// Licensed to the Apache Software Foundation (ASF) u

[GitHub] [doris] github-actions[bot] commented on pull request #20658: [Bug](materialized-view) fix problems about create mv on ssb_flat q4.1 failed

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20658: URL: https://github.com/apache/doris/pull/20658#issuecomment-1590351511 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] Gabriel39 commented on pull request #20763: [Bug](pipeline) fix bug for file scan node on pipeline engine

2023-06-13 Thread via GitHub
Gabriel39 commented on PR #20763: URL: https://github.com/apache/doris/pull/20763#issuecomment-1590358750 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] github-actions[bot] commented on pull request #20763: [Bug](pipeline) fix bug for file scan node on pipeline engine

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20763: URL: https://github.com/apache/doris/pull/20763#issuecomment-1590364651 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #20763: [Bug](pipeline) fix bug for file scan node on pipeline engine

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20763: URL: https://github.com/apache/doris/pull/20763#issuecomment-1590364698 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #20714: [feature](nereids) Support multi target rf

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20714: URL: https://github.com/apache/doris/pull/20714#issuecomment-1590365420 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] kaijchen commented on pull request #20764: [refactor](load) restore semantics of num_segment in BetaRowsetWriter

2023-06-13 Thread via GitHub
kaijchen commented on PR #20764: URL: https://github.com/apache/doris/pull/20764#issuecomment-1590365469 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] xzj7019 commented on pull request #20714: [feature](nereids) Support multi target rf

2023-06-13 Thread via GitHub
xzj7019 commented on PR #20714: URL: https://github.com/apache/doris/pull/20714#issuecomment-1590366437 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

<    1   2   3   4   5   >