Re: [I] [Bug] query result's column name becomes value [doris]

2024-07-22 Thread via GitHub
morrySnow commented on issue #38020: URL: https://github.com/apache/doris/issues/38020#issuecomment-2244395599 https://github.com/user-attachments/assets/3db83122-0428-4cc1-afe0-c7a0009ef3a1";> -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [I] [Bug] query result's column name becomes value [doris]

2024-07-22 Thread via GitHub
morrySnow commented on issue #38020: URL: https://github.com/apache/doris/issues/38020#issuecomment-2244395026 which version do u use? cannot reproduce this. order version have this problem and have be fixed -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] [fix](Row store) get the correct value of `row_store_page_size` after FE restarts [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38236: URL: https://github.com/apache/doris/pull/38236#issuecomment-2244389225 TPC-H: Total hot run time: 40059 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](partial-update) insert only without auto_inc column should not use partial update [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38229: URL: https://github.com/apache/doris/pull/38229#issuecomment-2244388653 TPC-H: Total hot run time: 39623 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[PR] [doc] support ngram_search function [doris-website]

2024-07-22 Thread via GitHub
Mryange opened a new pull request, #899: URL: https://github.com/apache/doris-website/pull/899 https://github.com/apache/doris/pull/38226 -- 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 speci

Re: [PR] [structure](cloud) Add cloud mode in deployment section [doris-website]

2024-07-22 Thread via GitHub
gavinchou commented on PR #737: URL: https://github.com/apache/doris-website/pull/737#issuecomment-2244387190 no need to merge -- 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

Re: [PR] [structure](cloud) Add cloud mode in deployment section [doris-website]

2024-07-22 Thread via GitHub
gavinchou closed pull request #737: [structure](cloud) Add cloud mode in deployment section URL: https://github.com/apache/doris-website/pull/737 -- 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

Re: [PR] [Feature](multi-catalog) Add memory tracker for orc reader/writer and arrow parquet writer。 [doris]

2024-07-22 Thread via GitHub
xinyiZzz commented on code in PR #37257: URL: https://github.com/apache/doris/pull/37257#discussion_r1687515292 ## be/src/vec/common/allocator.h: ## @@ -112,47 +251,66 @@ class Allocator { release_memory(size); throw_bad_alloc(fmt::format("Alloc

Re: [PR] [fix](nereids)mv selection should only consider visible indexes [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38148: URL: https://github.com/apache/doris/pull/38148#issuecomment-2244381372 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

Re: [PR] [fix](nereids)mv selection should only consider visible indexes [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38148: URL: https://github.com/apache/doris/pull/38148#issuecomment-2244381430 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

Re: [PR] [enhance](Azure) Make azure dependency compile one config [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on code in PR #38239: URL: https://github.com/apache/doris/pull/38239#discussion_r1687512418 ## be/test/io/fs/azure_test.cpp: ## @@ -18,10 +18,12 @@ #include Review Comment: warning: 'fmt/core.h' file not found [clang-diagnostic-error] ```c

Re: [PR] [Fix](inverted index) skip index compaction for inverted index V2 [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38209: URL: https://github.com/apache/doris/pull/38209#issuecomment-2244379784 TPC-H: Total hot run time: 39712 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [enhancement](profile) Store profile on disk so that we can hold more profile in memory [doris]

2024-07-22 Thread via GitHub
zhiqiang- commented on PR #33690: URL: https://github.com/apache/doris/pull/33690#issuecomment-2244378334 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. T

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
yiguolei commented on code in PR #38238: URL: https://github.com/apache/doris/pull/38238#discussion_r1687507174 ## be/src/olap/tablet.h: ## @@ -107,6 +107,7 @@ class Tablet final : public BaseTablet { const std::string_view& cumulative_compaction_type = ""); D

[PR] [enhance](Azure) Make azure dependency compile one config [doris]

2024-07-22 Thread via GitHub
ByteYue opened a new pull request, #38239: URL: https://github.com/apache/doris/pull/38239 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [enhance](Azure) Make azure dependency compile one config [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38239: URL: https://github.com/apache/doris/pull/38239#issuecomment-2244369210 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
yiguolei commented on code in PR #38238: URL: https://github.com/apache/doris/pull/38238#discussion_r1687502310 ## be/src/vec/exec/scan/new_olap_scanner.cpp: ## @@ -514,6 +515,7 @@ doris::TabletStorageType NewOlapScanner::get_storage_type() { } Status NewOlapScanner::_get_b

[PR] [Improve] Update flink cdc version to 3.1.1 [doris-flink-connector]

2024-07-22 Thread via GitHub
JNSimba opened a new pull request, #438: URL: https://github.com/apache/doris-flink-connector/pull/438 # Proposed changes Issue Number: close #407 #404 #358 ## Problem Summary: Update flink cdc version to 3.1.1 ## Checklist(Required) 1. Does it affect the

Re: [PR] [fix](partial-update) insert only without auto_inc column should not use partial update [doris]

2024-07-22 Thread via GitHub
cambyzju commented on PR #38229: URL: https://github.com/apache/doris/pull/38229#issuecomment-2244354532 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

(doris) branch master updated (34ccf3a3747 -> 355ffa5f244)

2024-07-22 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 34ccf3a3747 [fix](compaction) fix duplicate key in agg/mor table caused by ordered data compaction (#38224) ad

Re: [PR] [opt](compatibility) fill schema and table name in protocol column def [doris]

2024-07-22 Thread via GitHub
morrySnow merged PR #38126: URL: https://github.com/apache/doris/pull/38126 -- 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.ap

Re: [PR] [chore](backup) Fix the db name of the restored view [doris]

2024-07-22 Thread via GitHub
w41ter commented on PR #38072: URL: https://github.com/apache/doris/pull/38072#issuecomment-2244346313 convert to draft, because this PR requires updating FeMetaVersion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [enhance](iceberg) upgrade iceberg to 1.4.3 [doris]

2024-07-22 Thread via GitHub
w41ter closed pull request #38159: [enhance](iceberg) upgrade iceberg to 1.4.3 URL: https://github.com/apache/doris/pull/38159 -- 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. T

(doris) branch master updated (cf1bc4a7341 -> 34ccf3a3747)

2024-07-22 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 cf1bc4a7341 [fix](pipeline) Fix blocked tasks if query is canceled before opening (#38206) add 34ccf3a3747 [

Re: [PR] [fix](compaction) fix duplicate key in agg/mor table caused by ordered data compaction [doris]

2024-07-22 Thread via GitHub
dataroaring merged PR #38224: URL: https://github.com/apache/doris/pull/38224 -- 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.

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on code in PR #38238: URL: https://github.com/apache/doris/pull/38238#discussion_r1687484329 ## be/src/runtime/workload_management/io_throttle.cpp: ## @@ -0,0 +1,76 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

(doris) branch branch-2.0 updated: [Fix](JsonReader) fix json with duplicate key entry may result out of bound exception (#38188)

2024-07-22 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 1631076ae51 [Fix](JsonReader) fix json

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on code in PR #38238: URL: https://github.com/apache/doris/pull/38238#discussion_r1687482553 ## be/src/runtime/workload_management/io_throttle.cpp: ## @@ -0,0 +1,76 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

Re: [PR] [Improvement](runtime-filter) use shared ptr to instead object pool to store runtime filters [doris]

2024-07-22 Thread via GitHub
BiteThet commented on PR #38085: URL: https://github.com/apache/doris/pull/38085#issuecomment-2244337614 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

(doris) branch branch-2.1 updated (e28dcda0e27 -> ba5d23aea82)

2024-07-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from e28dcda0e27 [fix](regression test) fix test_report_version_missing due to set force_olap_table_replication_nu

Re: [PR] [enhancement](log) Changed log of waiting previous transactions to info level for debug convenience (#38133) [doris]

2024-07-22 Thread via GitHub
dataroaring merged PR #38230: URL: https://github.com/apache/doris/pull/38230 -- 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.

Re: [PR] [Fix](JsonReader) fix json with duplicate key entry may result out of bound exception [doris]

2024-07-22 Thread via GitHub
eldenmoon merged PR #38188: URL: https://github.com/apache/doris/pull/38188 -- 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.ap

(doris) branch branch-2.1 updated: [fix](regression test) fix test_report_version_missing due to set force_olap_table_replication_num #38211 (#38232)

2024-07-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new e28dcda0e27 [fix](regression test) f

Re: [PR] [fix](regression test) fix test_report_version_missing due to set force_olap_table_replication_num #38211 [doris]

2024-07-22 Thread via GitHub
dataroaring merged PR #38232: URL: https://github.com/apache/doris/pull/38232 -- 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.

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
yiguolei commented on code in PR #38238: URL: https://github.com/apache/doris/pull/38238#discussion_r1687481325 ## be/src/agent/workload_group_listener.cpp: ## @@ -61,6 +61,9 @@ void WorkloadGroupListener::handle_topic_info(const std::vector& topi // 4 create and updat

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
wangbo commented on PR #38238: URL: https://github.com/apache/doris/pull/38238#issuecomment-2244332816 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

Re: [PR] [Fix](branch-2.1) TopN should forbid two-phase topN if child is DistributionSpecGather [doris]

2024-07-22 Thread via GitHub
xiedeyantu commented on PR #38164: URL: https://github.com/apache/doris/pull/38164#issuecomment-2244333189 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

[PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
wangbo opened a new pull request, #38238: URL: https://github.com/apache/doris/pull/38238 ## Proposed changes Add IOThrottle to limit workload group's scan IO. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38238: URL: https://github.com/apache/doris/pull/38238#issuecomment-2244328100 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Refactor](exec) remove the unless file and refactor the agg code [doris]

2024-07-22 Thread via GitHub
HappenLee commented on PR #38193: URL: https://github.com/apache/doris/pull/38193#issuecomment-2244327635 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

Re: [PR] [Imrpoment]Add io throttle [doris]

2024-07-22 Thread via GitHub
wangbo commented on PR #38238: URL: https://github.com/apache/doris/pull/38238#issuecomment-2244328198 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

Re: [PR] [Fix](inverted index) skip index compaction for inverted index V2 [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38209: URL: https://github.com/apache/doris/pull/38209#issuecomment-2244324285 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

Re: [PR] [enhancement](profile) Store profile on disk so that we can hold more profile in memory [doris]

2024-07-22 Thread via GitHub
zhiqiang- commented on PR #33690: URL: https://github.com/apache/doris/pull/33690#issuecomment-2244324002 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. T

Re: [PR] [feature](workloadgroup) use slot num to control memory distribution among one workload group [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38237: URL: https://github.com/apache/doris/pull/38237#issuecomment-2244325401 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 (2e0559b0323 -> cf1bc4a7341)

2024-07-22 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2e0559b0323 [enhancement](nereids) Speedup partition pruner (#38191) add cf1bc4a7341 [fix](pipeline) Fix block

Re: [PR] [fix](pipeline) Fix blocked tasks if query is canceled before opening [doris]

2024-07-22 Thread via GitHub
Gabriel39 merged PR #38206: URL: https://github.com/apache/doris/pull/38206 -- 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.ap

Re: [PR] [fix](Row store) get the correct value of `row_store_page_size` after FE restarts [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38236: URL: https://github.com/apache/doris/pull/38236#issuecomment-2244321917 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

[PR] [feature](workloadgroup) use slot num to control memory distribution among one workload group [doris]

2024-07-22 Thread via GitHub
yiguolei opened a new pull request, #38237: URL: https://github.com/apache/doris/pull/38237 ## Proposed changes 1. use wg_mem_limit / total slots count as default query mem limit. 2. user could specify query_slot_count to adjust the mem limit for specific query. 3. user could a

Re: [PR] [feature](workloadgroup) use slot num to control memory distribution among one workload group [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38237: URL: https://github.com/apache/doris/pull/38237#issuecomment-2244317858 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](Row store) get the correct value of `row_store_page_size` after FE restarts [doris]

2024-07-22 Thread via GitHub
lxr599 opened a new pull request, #38236: URL: https://github.com/apache/doris/pull/38236 ## Proposed changes get the correct value of `row_store_page_size` after FE restarts -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] [fix](Row store) get the correct value of `row_store_page_size` after FE restarts [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38236: URL: https://github.com/apache/doris/pull/38236#issuecomment-2244314998 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Fix](inverted index) skip index compaction for inverted index V2 [doris]

2024-07-22 Thread via GitHub
airborne12 commented on PR #38209: URL: https://github.com/apache/doris/pull/38209#issuecomment-2244316735 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

Re: [PR] [fix](Row store) get the correct value of `row_store_page_size` after FE restarts [doris]

2024-07-22 Thread via GitHub
lxr599 commented on PR #38236: URL: https://github.com/apache/doris/pull/38236#issuecomment-2244315321 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

Re: [PR] [fix](pipeline) Fix blocked tasks if query is canceled before opening [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38206: URL: https://github.com/apache/doris/pull/38206#issuecomment-2244311195 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

Re: [PR] [fix](pipeline) Fix blocked tasks if query is canceled before opening [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38206: URL: https://github.com/apache/doris/pull/38206#issuecomment-2244311225 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

Re: [PR] [opt](arrow-flight-sql) Add config `arrow_flight_result_sink_buffer_size_rows` [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38221: URL: https://github.com/apache/doris/pull/38221#issuecomment-2244300699 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

Re: [PR] [opt](arrow-flight-sql) Add config `arrow_flight_result_sink_buffer_size_rows` [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38221: URL: https://github.com/apache/doris/pull/38221#issuecomment-2244300739 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

Re: [PR] [bugfix](arrow) Fix time zone issues and accuracy issues [doris]

2024-07-22 Thread via GitHub
liugddx commented on PR #38215: URL: https://github.com/apache/doris/pull/38215#issuecomment-2244299366 > is it possible to add some test? I will fix all test case error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

(doris) branch branch-2.1 updated: [conf](parallel) Reduce parallel tasks for large cluster (#38196) (#38233)

2024-07-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 33e04b12ffe [conf](parallel) Reduce par

Re: [PR] [conf](parallel) Reduce parallel tasks for large cluster (#38196) [doris]

2024-07-22 Thread via GitHub
yiguolei merged PR #38233: URL: https://github.com/apache/doris/pull/38233 -- 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

Re: [PR] [bug](function) fix conv function get wrong result as parse overflow [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38001: URL: https://github.com/apache/doris/pull/38001#issuecomment-2244289287 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

Re: [PR] [fix](partial-update) insert only without auto_inc column should not use partial update [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38229: URL: https://github.com/apache/doris/pull/38229#issuecomment-2244289304 ClickBench: Total hot run time: 30.71 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](mtmv) Support variants rewrite by materialized view [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37929: URL: https://github.com/apache/doris/pull/37929#issuecomment-2244287907 ClickBench: Total hot run time: 30.9 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [bugfix](arrow) Fix time zone issues and accuracy issues [doris]

2024-07-22 Thread via GitHub
zclllyybb commented on PR #38215: URL: https://github.com/apache/doris/pull/38215#issuecomment-2244283376 is it possible to add some test? -- 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 spec

Re: [PR] [fix](partial-update) insert only without auto_inc column should not use partial update [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38229: URL: https://github.com/apache/doris/pull/38229#issuecomment-2244282876 TPC-DS: Total hot run time: 173671 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [feature](mtmv) Support variants rewrite by materialized view [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37929: URL: https://github.com/apache/doris/pull/37929#issuecomment-2244281182 TPC-DS: Total hot run time: 173736 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](partial-update) insert only without auto_inc column should not use partial update [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38229: URL: https://github.com/apache/doris/pull/38229#issuecomment-2244271885 TPC-H: Total hot run time: 39506 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature](mtmv) Support variants rewrite by materialized view [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37929: URL: https://github.com/apache/doris/pull/37929#issuecomment-2244270407 TPC-H: Total hot run time: 40281 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [enhencement](trino-connector) trino-connector supports push down projection to connectors [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37874: URL: https://github.com/apache/doris/pull/37874#issuecomment-2244263757 ClickBench: Total hot run time: 30.5 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [enhencement](trino-connector) trino-connector supports push down projection to connectors [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37874: URL: https://github.com/apache/doris/pull/37874#issuecomment-2244258917 TPC-DS: Total hot run time: 174159 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

(doris-website) branch master updated: remove broker from backup (#878)

2024-07-22 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 500540b683 remove broker from backup (

Re: [PR] remove broker from backup [doris-website]

2024-07-22 Thread via GitHub
luzhijing merged PR #878: URL: https://github.com/apache/doris-website/pull/878 -- 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...@dori

Re: [PR] add 3.0 docs [doris-website]

2024-07-22 Thread via GitHub
luzhijing merged PR #897: URL: https://github.com/apache/doris-website/pull/897 -- 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...@dori

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244253484 ClickBench: Total hot run time: 30.6 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [Bug](agg) fix collect_set function core dump without arena pool [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38234: URL: https://github.com/apache/doris/pull/38234#issuecomment-2244251676 ClickBench: Total hot run time: 30.91 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](mtmv) Support variants rewrite by materialized view [doris]

2024-07-22 Thread via GitHub
seawinde commented on PR #37929: URL: https://github.com/apache/doris/pull/37929#issuecomment-2244250272 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

Re: [PR] [enhencement](trino-connector) trino-connector supports push down projection to connectors [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37874: URL: https://github.com/apache/doris/pull/37874#issuecomment-2244248921 TPC-H: Total hot run time: 39470 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244248837 TPC-DS: Total hot run time: 172291 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244246846 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

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244246817 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

Re: [PR] [Bug](agg) fix collect_set function core dump without arena pool [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38234: URL: https://github.com/apache/doris/pull/38234#issuecomment-2244247070 TPC-DS: Total hot run time: 174276 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244239051 TPC-H: Total hot run time: 40107 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](partial-update) insert only without auto_inc column should not use partial update [doris]

2024-07-22 Thread via GitHub
cambyzju commented on PR #38229: URL: https://github.com/apache/doris/pull/38229#issuecomment-2244238468 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

Re: [PR] [Bug](agg) fix collect_set function core dump without arena pool [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38234: URL: https://github.com/apache/doris/pull/38234#issuecomment-2244236763 TPC-H: Total hot run time: 39661 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [chore](audit) Optimize the SQL (insert into values) length in audit logs [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37894: URL: https://github.com/apache/doris/pull/37894#issuecomment-2244231962 ClickBench: Total hot run time: 31.06 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](outfile) FE check the hdfs URI of outfile [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38203: URL: https://github.com/apache/doris/pull/38203#issuecomment-2244231518 ClickBench: Total hot run time: 30.53 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](nereids) Added compatibility with mysql alias conflict [doris]

2024-07-22 Thread via GitHub
Toms1999 commented on code in PR #38104: URL: https://github.com/apache/doris/pull/38104#discussion_r1687406489 ## regression-test/suites/query_p0/cross_db/cross_db.groovy: ## @@ -54,7 +54,7 @@ suite("cross_db") { (4, 40) """ -sql """SELECT * FROM cross_db_1.

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244229020 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

Re: [PR] [chore](audit) Optimize the SQL (insert into values) length in audit logs [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #37894: URL: https://github.com/apache/doris/pull/37894#issuecomment-2244227421 TPC-DS: Total hot run time: 173399 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Fix](outfile) FE check the hdfs URI of outfile [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38203: URL: https://github.com/apache/doris/pull/38203#issuecomment-2244226953 TPC-DS: Total hot run time: 174994 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [feature](function) support ngram_search function [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38226: URL: https://github.com/apache/doris/pull/38226#issuecomment-2244225855 ClickBench: Total hot run time: 30.6 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
kaijchen commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244224436 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

Re: [PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38235: URL: https://github.com/apache/doris/pull/38235#issuecomment-2244224339 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [log](load) print reason when LoadPathMgr failed to delete file [doris]

2024-07-22 Thread via GitHub
kaijchen opened a new pull request, #38235: URL: https://github.com/apache/doris/pull/38235 ## Proposed changes print reason when LoadPathMgr failed to delete file -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [feature](function) support ngram_search function [doris]

2024-07-22 Thread via GitHub
doris-robot commented on PR #38226: URL: https://github.com/apache/doris/pull/38226#issuecomment-2244221619 TPC-DS: Total hot run time: 173509 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [chore](nereids) Added compatibility with mysql alias conflict [doris]

2024-07-22 Thread via GitHub
morrySnow commented on code in PR #38104: URL: https://github.com/apache/doris/pull/38104#discussion_r1687400532 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindExpression.java: ## @@ -531,6 +537,29 @@ private LogicalJoin bindJoin(MatchingContext

(doris) branch master updated: [enhancement](nereids) Speedup partition pruner (#38191)

2024-07-22 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 2e0559b0323 [enhancement](nereids) Speedup pa

Re: [PR] [fix](inverted index) disable range query in StringTypeInvertedIndexReader [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38218: URL: https://github.com/apache/doris/pull/38218#issuecomment-2244220266 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

Re: [PR] [fix](inverted index) disable range query in StringTypeInvertedIndexReader [doris]

2024-07-22 Thread via GitHub
github-actions[bot] commented on PR #38218: URL: https://github.com/apache/doris/pull/38218#issuecomment-2244220230 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

Re: [PR] [enhancement](nereids) Speedup partition pruner [doris]

2024-07-22 Thread via GitHub
924060929 merged PR #38191: URL: https://github.com/apache/doris/pull/38191 -- 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.ap

  1   2   3   4   5   6   7   8   >