Re: [PR] [Fix]remove useless workload group test [doris]

2024-12-29 Thread via GitHub
github-actions[bot] commented on PR #46147: URL: https://github.com/apache/doris/pull/46147#issuecomment-2564985291 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](correctness) Fix operator initialization [doris]

2024-12-29 Thread via GitHub
doris-robot commented on PR #45728: URL: https://github.com/apache/doris/pull/45728#issuecomment-2564985258 ClickBench: Total hot run time: 30.95 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve] Support writing data from one topic to multiple tables. [doris-kafka-connector]

2024-12-29 Thread via GitHub
JNSimba merged PR #58: URL: https://github.com/apache/doris-kafka-connector/pull/58 -- 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-kafka-connector) branch master updated: [improve] Support writing data from one topic to multiple tables

2024-12-29 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-kafka-connector.git The following commit(s) were added to refs/heads/master by this push: new e36b3ff [improve] Support writing

Re: [PR] [feat](nereids) add session variable disable_nereids_expression_rules [doris]

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

Re: [PR] branch-3.0: [fix](sql) Wrong result for alter set property #46028 [doris]

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

Re: [PR] branch-3.0: [fix](segcompaction) fix segcompaction file not found when inverted index storage format is v1 #46054 [doris]

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

(doris-website) branch asf-site updated (aeb904bda0d -> 8f54bb3d1e9)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard aeb904bda0d Automated deployment with doris branch @ d9d355bdc7a0cd28bfa2f0406f7a16f5991d8190 new 8

Re: [PR] [test](regression)Add index compaction exception case [doris]

2024-12-29 Thread via GitHub
qidaye commented on PR #46118: URL: https://github.com/apache/doris/pull/46118#issuecomment-2564950998 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 unsubscribe

Re: [PR] [fix](correctness) Fix operator initialization [doris]

2024-12-29 Thread via GitHub
Gabriel39 commented on PR #45728: URL: https://github.com/apache/doris/pull/45728#issuecomment-2564951320 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] [improve](ut)add data_type_array ut test and serde test [doris]

2024-12-29 Thread via GitHub
eldenmoon commented on code in PR #46063: URL: https://github.com/apache/doris/pull/46063#discussion_r1899237482 ## be/test/vec/data_types/data_type_array_test.cpp: ## @@ -0,0 +1,307 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licens

Re: [PR] [Feature](orc-reader) Implement new merge io facility for orc reader. [doris]

2024-12-29 Thread via GitHub
morningman commented on PR #45966: URL: https://github.com/apache/doris/pull/45966#issuecomment-2564950419 This pull request introduces a new `OrcMergeRangeFileReader` class and enhances the ORC file reading process with improved profiling and optimized I/O operations. The most important ch

Re: [PR] branch-2.1: [fix](sql) Wrong result for partition item tosql #45918 [doris]

2024-12-29 Thread via GitHub
w41ter merged PR #45960: URL: https://github.com/apache/doris/pull/45960 -- 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 branch-2.1 updated: branch-2.1: [fix](sql) Wrong result for partition item tosql #45918 (#45960)

2024-12-29 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter 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 b085e94a5e2 branch-2.1: [fix](sql) Wrong

(doris) branch auto-pick-45918-branch-2.1 deleted (was 968fb90b273)

2024-12-29 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch auto-pick-45918-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 968fb90b273 [fix](sql) Wrong result for partition item tosql (#45918) The revisions that were on t

Re: [PR] [env](compile) add compiler check and fix some clang-tidy suggestions for vec/exec/format [doris]

2024-12-29 Thread via GitHub
suxiaogang223 commented on PR #45881: URL: https://github.com/apache/doris/pull/45881#issuecomment-2564944366 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] update max group num [doris]

2024-12-29 Thread via GitHub
github-actions[bot] commented on PR #46036: URL: https://github.com/apache/doris/pull/46036#issuecomment-2564945431 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

(doris-website) branch asf-site updated (99f3a996076 -> 1e1b3b540f2)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 99f3a996076 Automated deployment with doris branch @ d9d355bdc7a0cd28bfa2f0406f7a16f5991d8190 new 1

Re: [PR] [fix](Nereids) fix bug for TimestampArithmetic.equals() [doris]

2024-12-29 Thread via GitHub
englefly commented on PR #45924: URL: https://github.com/apache/doris/pull/45924#issuecomment-2564953040 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

[PR] branch-3.0: [Fix](recycler) Fix potential data leak when a partial update load which has publish conflict fails #45626 [doris]

2024-12-29 Thread via GitHub
bobhan1 opened a new pull request, #46138: URL: https://github.com/apache/doris/pull/46138 pick https://github.com/apache/doris/pull/45626 -- 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] branch-3.0: [Fix](recycler) Fix potential data leak when a partial update load which has publish conflict fails #45626 [doris]

2024-12-29 Thread via GitHub
Thearas commented on PR #46138: URL: https://github.com/apache/doris/pull/46138#issuecomment-256491 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] branch-3.0: [Fix](recycler) Fix potential data leak when a partial update load which has publish conflict fails #45626 [doris]

2024-12-29 Thread via GitHub
bobhan1 commented on PR #46138: URL: https://github.com/apache/doris/pull/46138#issuecomment-2564955576 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

Re: [PR] update max group num [doris]

2024-12-29 Thread via GitHub
wangbo merged PR #46036: URL: https://github.com/apache/doris/pull/46036 -- 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

Re: [PR] [fix](correctness) Fix operator initialization [doris]

2024-12-29 Thread via GitHub
yiguolei commented on code in PR #45728: URL: https://github.com/apache/doris/pull/45728#discussion_r1899239847 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -654,7 +654,7 @@ Status PipelineFragmentContext::_create_tree_helper(ObjectPool* pool, RETURN_IF_ERROR(_c

(doris) branch master updated: update max group num (#46036)

2024-12-29 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo 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 7def321124a update max group num (#46036) 7def321

Re: [PR] [feat](nereids) add session variable disable_nereids_expression_rules [doris]

2024-12-29 Thread via GitHub
yujun777 commented on PR #44831: URL: https://github.com/apache/doris/pull/44831#issuecomment-2564956380 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] [fix](sort)fix merge sort may miss the limit [doris]

2024-12-29 Thread via GitHub
github-actions[bot] commented on PR #46072: URL: https://github.com/apache/doris/pull/46072#issuecomment-2564958081 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](sort)fix merge sort may miss the limit [doris]

2024-12-29 Thread via GitHub
github-actions[bot] commented on PR #46072: URL: https://github.com/apache/doris/pull/46072#issuecomment-2564958095 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](cluster key) test mow cases in cluster key [doris]

2024-12-29 Thread via GitHub
mymeiyi commented on PR #42565: URL: https://github.com/apache/doris/pull/42565#issuecomment-2564958180 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

[PR] branch-3.0: [Fix](merge-on-write) Should update pending delete bitmap KVs in MS when no need to calc delete bitmaps in publish phase #46039 [doris]

2024-12-29 Thread via GitHub
bobhan1 opened a new pull request, #46139: URL: https://github.com/apache/doris/pull/46139 pick https://github.com/apache/doris/pull/46039 -- 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] branch-3.0: [Fix](merge-on-write) Should update pending delete bitmap KVs in MS when no need to calc delete bitmaps in publish phase #46039 [doris]

2024-12-29 Thread via GitHub
hello-stephen commented on PR #46139: URL: https://github.com/apache/doris/pull/46139#issuecomment-2564958490 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+pro

Re: [PR] branch-2.1: [test](nereids) add test for normalize sort #45890 [doris]

2024-12-29 Thread via GitHub
yiguolei merged PR #46112: URL: https://github.com/apache/doris/pull/46112 -- 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.1 updated: branch-2.1: [test](nereids) add test for normalize sort #45890 (#46112)

2024-12-29 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 9b91a4a5600 branch-2.1: [test](nereids)

Re: [PR] branch-3.0: [test](nereids) add test for normalize sort #45890 [doris]

2024-12-29 Thread via GitHub
yiguolei merged PR #46111: URL: https://github.com/apache/doris/pull/46111 -- 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 auto-pick-45890-branch-2.1 deleted (was e2f2982d2d5)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45890-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was e2f2982d2d5 [test](nereids) add test for normalize sort (#45890) The revisions that were on th

(doris) branch branch-3.0 updated: branch-3.0: [test](nereids) add test for normalize sort #45890 (#46111)

2024-12-29 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 29f8196c97f branch-3.0: [test](nereids)

(doris) branch auto-pick-45890-branch-3.0 deleted (was 6beabab5744)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45890-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 6beabab5744 [test](nereids) add test for normalize sort (#45890) The revisions that were on th

(doris) branch branch-2.1 updated: [Cherry-pick](branch-2.1) Pick "[Enhancement](compaction) Do not set failure time when cumulative compaction dealing with delete rowset (#43466)" (#46117)

2024-12-29 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 1d742b5f7d1 [Cherry-pick](branch-2.1) P

Re: [PR] [Cherry-pick](branch-2.1) Pick "[Enhancement](compaction) Do not set failure time when cumulative compaction dealing with delete rowset (#43466)" [doris]

2024-12-29 Thread via GitHub
yiguolei merged PR #46117: URL: https://github.com/apache/doris/pull/46117 -- 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] move config of ccr to a page and update 2.1 and 3.0 [doris-website]

2024-12-29 Thread via GitHub
dataroaring commented on code in PR #1655: URL: https://github.com/apache/doris-website/pull/1655#discussion_r1899241397 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/ccr/config.md: ## @@ -0,0 +1,66 @@ +--- +title: 配置说明 +language: zh-CN +--- + + +

Re: [PR] [fix](correctness) Fix operator initialization [doris]

2024-12-29 Thread via GitHub
yiguolei commented on PR #45728: URL: https://github.com/apache/doris/pull/45728#issuecomment-2564960177 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] [fix](regression) multi-contains in ExplainAction print undefined string [doris]

2024-12-29 Thread via GitHub
github-actions[bot] commented on PR #46095: URL: https://github.com/apache/doris/pull/46095#issuecomment-2564960703 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](regression) multi-contains in ExplainAction print undefined string [doris]

2024-12-29 Thread via GitHub
github-actions[bot] commented on PR #46095: URL: https://github.com/apache/doris/pull/46095#issuecomment-2564960727 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

(doris-website) branch asf-site updated (7c630e5e7ac -> 82fd0692d1b)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 7c630e5e7ac Automated deployment with doris branch @ d9d355bdc7a0cd28bfa2f0406f7a16f5991d8190 new 8

Re: [PR] [enhancement](plugin) logstash: add retry queue without blocking tasks [doris]

2024-12-29 Thread via GitHub
xiaokang commented on code in PR #44999: URL: https://github.com/apache/doris/pull/44999#discussion_r1899213576 ## extension/logstash/lib/logstash/outputs/doris.rb: ## @@ -157,50 +173,59 @@ def send_events(events) http_headers["label"] = @label_prefix + "_" + @db + "_"

Re: [PR] [optimize](meta) change GsonBuilder addSerializationExclusionStrategy to setExclusionStrategies [doris]

2024-12-29 Thread via GitHub
github-actions[bot] commented on PR #34776: URL: https://github.com/apache/doris/pull/34776#issuecomment-2564876486 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [fix](new_json_reader)fix core for new_json_reader [doris]

2024-12-29 Thread via GitHub
xiaokang commented on code in PR #45905: URL: https://github.com/apache/doris/pull/45905#discussion_r1899215050 ## be/src/vec/exec/format/json/new_json_reader.cpp: ## @@ -1818,6 +1816,10 @@ Status NewJsonReader::_simdjson_write_data_to_column(simdjson::ondemand::value& } e

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
xiaokang commented on code in PR #45827: URL: https://github.com/apache/doris/pull/45827#discussion_r1899220311 ## be/test/vec/columns/column_array_test.cpp: ## @@ -0,0 +1,425 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agree

(doris-website) branch asf-site updated (bef38916a1e -> 99f3a996076)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard bef38916a1e Automated deployment with doris branch @ d9d355bdc7a0cd28bfa2f0406f7a16f5991d8190 new 9

Re: [PR] [improve](ut) add ut for column_array [doris]

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

(doris-website) branch asf-site updated (68f7ae8ce8e -> 2e6e7bf1646)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 68f7ae8ce8e Automated deployment with doris branch @ 9eb474d65082dbef8706d312a355ab351a6ac3e7 new 2

Re: [PR] [improve](ut) add ut for column_array [doris]

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

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
doris-robot commented on PR #45827: URL: https://github.com/apache/doris/pull/45827#issuecomment-2565049101 ClickBench: Total hot run time: 31.68 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] Table design [doris-website]

2024-12-29 Thread via GitHub
wangtianyi2004 opened a new pull request, #1670: URL: https://github.com/apache/doris-website/pull/1670 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] T

Re: [PR] [Improvement](docs) refine query acceleration doc [doris-website]

2024-12-29 Thread via GitHub
KassieZ merged PR #1669: URL: https://github.com/apache/doris-website/pull/1669 -- 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] branch-3.0: [Fix](merge-on-write) Should update pending delete bitmap KVs in MS when no need to calc delete bitmaps in publish phase #46039 [doris]

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

(doris-website) branch master updated: [Improvement](docs) refine query acceleration doc (#1669)

2024-12-29 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez 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 f0f287d3824 [Improvement](docs) refine q

(doris-website) branch asf-site updated (8e7e2600010 -> 010f92a05c5)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 8e7e2600010 Automated deployment with doris branch @ d9d355bdc7a0cd28bfa2f0406f7a16f5991d8190 new 0

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
amorynan commented on code in PR #45827: URL: https://github.com/apache/doris/pull/45827#discussion_r1899258531 ## be/test/vec/columns/column_array_test.cpp: ## @@ -0,0 +1,425 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agree

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
amorynan commented on code in PR #45827: URL: https://github.com/apache/doris/pull/45827#discussion_r1899258564 ## be/test/vec/columns/column_array_test.cpp: ## @@ -0,0 +1,425 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agree

(doris) branch master updated: [fix](correctness) Fix operator initialization (#45728)

2024-12-29 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 b3186cb5a52 [fix](correctness) Fix operator i

(doris) branch branch-2.1 updated: branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 (#46127)

2024-12-29 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter 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 c8fb934bc16 branch-2.1: [chore](config) d

Re: [PR] branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 [doris]

2024-12-29 Thread via GitHub
w41ter merged PR #46127: URL: https://github.com/apache/doris/pull/46127 -- 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

Re: [PR] [fix](correctness) Fix operator initialization [doris]

2024-12-29 Thread via GitHub
Gabriel39 merged PR #45728: URL: https://github.com/apache/doris/pull/45728 -- 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](Nereids) fix cast string to date [doris]

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

Re: [PR] [opt](jdbc catalog) Compatible with higher ClickHouse JDBC Driver versions [doris]

2024-12-29 Thread via GitHub
morningman commented on code in PR #46026: URL: https://github.com/apache/doris/pull/46026#discussion_r1899258576 ## fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client/JdbcClickHouseClient.java: ## @@ -121,4 +202,80 @@ protected Type jdbcTypeToDoris(JdbcFieldSchema

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
amorynan commented on code in PR #45827: URL: https://github.com/apache/doris/pull/45827#discussion_r1899259878 ## be/test/vec/columns/column_array_test.cpp: ## @@ -0,0 +1,425 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agree

Re: [PR] Upgrade doc [doris-website]

2024-12-29 Thread via GitHub
KassieZ commented on code in PR #1665: URL: https://github.com/apache/doris-website/pull/1665#discussion_r1899259993 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/cluster-management/upgrade.md: ## @@ -25,268 +25,213 @@ under the License. --> -## 概述 +Dori

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
amorynan commented on PR #45827: URL: https://github.com/apache/doris/pull/45827#issuecomment-2565000361 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] [multi-catalog](hudi) impl hudi_metadata table value function [doris]

2024-12-29 Thread via GitHub
morningman commented on code in PR #46137: URL: https://github.com/apache/doris/pull/46137#discussion_r1899260573 ## gensrc/thrift/Types.thrift: ## @@ -732,6 +732,7 @@ enum TSortType { enum TMetadataType { ICEBERG, + HUDI, Review Comment: Always add new enum type to t

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
amorynan commented on code in PR #45827: URL: https://github.com/apache/doris/pull/45827#discussion_r1899257903 ## be/test/vec/columns/column_array_test.cpp: ## @@ -0,0 +1,425 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agree

[PR] branch-3.0: [fix](correctness) Fix operator initialization #45728 [doris]

2024-12-29 Thread via GitHub
github-actions[bot] opened a new pull request, #46148: URL: https://github.com/apache/doris/pull/46148 Cherry-picked from #45728 -- 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 comme

(doris) branch auto-pick-46104-branch-2.1 deleted (was e9d81435751)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46104-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was e9d81435751 [chore](config) disable restore_reset_index_id by default (#46104) The revisions

(doris) branch auto-pick-45728-branch-3.0 created (now 3369a2754b7)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45728-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 3369a2754b7 branch-3.0: [chore](config) disable restore_reset_index_id by default #46104 (#461

Re: [PR] [Feat](Nereids) Support use mv hint [doris]

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

(doris-website) branch master updated: Import sidebar (#1668)

2024-12-29 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 9eb474d6508 Import sidebar (#1668) 9eb47

(doris) branch auto-pick-45728-branch-2.1 deleted (was c8fb934bc16)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45728-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was c8fb934bc16 branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 (#461

Re: [PR] branch-3.0: [fix](correctness) Fix operator initialization #45728 [doris]

2024-12-29 Thread via GitHub
Thearas commented on PR #46148: URL: https://github.com/apache/doris/pull/46148#issuecomment-2564998903 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] branch-3.0: [fix](correctness) Fix operator initialization #45728 [doris]

2024-12-29 Thread via GitHub
Thearas commented on PR #46148: URL: https://github.com/apache/doris/pull/46148#issuecomment-2564998921 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

(doris) branch auto-pick-45728-branch-2.1 created (now c8fb934bc16)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45728-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at c8fb934bc16 branch-2.1: [chore](config) disable restore_reset_index_id by default #46104 (#461

(doris) branch auto-pick-45728-branch-3.0 updated (3369a2754b7 -> c57ccf9869c)

2024-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45728-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 3369a2754b7 branch-3.0: [chore](config) disable restore_reset_index_id by default #46104 (#461

Re: [PR] branch-3.0: [fix](correctness) Fix operator initialization #45728 [doris]

2024-12-29 Thread via GitHub
dataroaring closed pull request #46148: branch-3.0: [fix](correctness) Fix operator initialization #45728 URL: https://github.com/apache/doris/pull/46148 -- 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

Re: [PR] [improve](ut) add ut for column_array [doris]

2024-12-29 Thread via GitHub
amorynan commented on code in PR #45827: URL: https://github.com/apache/doris/pull/45827#discussion_r1899259674 ## be/src/vec/columns/column_array.cpp: ## @@ -390,12 +392,6 @@ size_t ColumnArray::allocated_bytes() const { return get_data().allocated_bytes() + get_offsets().

Re: [PR] Import sidebar [doris-website]

2024-12-29 Thread via GitHub
liaoxin01 merged PR #1668: URL: https://github.com/apache/doris-website/pull/1668 -- 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...@do

Re: [PR] branch-3.0: [Fix](merge-on-write) Should update pending delete bitmap KVs in MS when no need to calc delete bitmaps in publish phase #46039 [doris]

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

Re: [PR] [fix](Nereids) fix cast string to date [doris]

2024-12-29 Thread via GitHub
doris-robot commented on PR #46065: URL: https://github.com/apache/doris/pull/46065#issuecomment-2565002056 ClickBench: Total hot run time: 31.63 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enchancement](sort) change priority_queue to ck SortingQueue [doris]

2024-12-29 Thread via GitHub
BiteThet commented on PR #45952: URL: https://github.com/apache/doris/pull/45952#issuecomment-2565001981 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

Re: [PR] [feature](hive)Support read hive4 transaction tables. [doris]

2024-12-29 Thread via GitHub
morningman commented on PR #44001: URL: https://github.com/apache/doris/pull/44001#issuecomment-2565003130 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] [Feat](Nereids) Support use mv hint [doris]

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

Re: [PR] branch-3.0: [Fix](recycler) Fix potential data leak when a partial update load which has publish conflict fails #45626 [doris]

2024-12-29 Thread via GitHub
bobhan1 commented on PR #46138: URL: https://github.com/apache/doris/pull/46138#issuecomment-2565004031 run cloud_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 unsu

[PR] [fix](cloud) fix routine load loss data when fe master node restart [doris]

2024-12-29 Thread via GitHub
sollhui opened a new pull request, #46149: URL: https://github.com/apache/doris/pull/46149 ### What problem does this PR solve? Problem Summary: In cloud mode, routine load loss data when fe master node restart. When updating progress, in order to avoid small values cover

Re: [PR] [fix](cloud) fix routine load loss data when fe master node restart [doris]

2024-12-29 Thread via GitHub
Thearas commented on PR #46149: URL: https://github.com/apache/doris/pull/46149#issuecomment-2565004357 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](cloud) fix routine load loss data when fe master node restart [doris]

2024-12-29 Thread via GitHub
sollhui commented on PR #46149: URL: https://github.com/apache/doris/pull/46149#issuecomment-2565004375 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

Re: [PR] [Feat](Nereids) Support use mv hint [doris]

2024-12-29 Thread via GitHub
doris-robot commented on PR #45855: URL: https://github.com/apache/doris/pull/45855#issuecomment-2565006704 ClickBench: Total hot run time: 31.55 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-3.0: [Fix](merge-on-write) Should update pending delete bitmap KVs in MS when no need to calc delete bitmaps in publish phase #46039 [doris]

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

[PR] [Improvement](docs) refine query acceleration doc [doris-website]

2024-12-29 Thread via GitHub
xzj7019 opened a new pull request, #1669: URL: https://github.com/apache/doris-website/pull/1669 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cas

Re: [PR] [fix](memory) Fix Jemalloc dirty page usage strategy and some memory management bugs [doris]

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

Re: [PR] [feat](nereids) implement showConvertLscCommand in nereids [doris]

2024-12-29 Thread via GitHub
vinlee19 commented on PR #45631: URL: https://github.com/apache/doris/pull/45631#issuecomment-2565011992 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] update elastic-expansion [doris-website]

2024-12-29 Thread via GitHub
KassieZ commented on code in PR #1664: URL: https://github.com/apache/doris-website/pull/1664#discussion_r1899263138 ## docs/admin-manual/cluster-management/elastic-expansion.md: ## @@ -24,131 +24,123 @@ KIND, either express or implied. See the License for the specific languag

Re: [PR] [fix](memory) Fix Jemalloc dirty page usage strategy and some memory management bugs [doris]

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

<    1   2   3   4   >