(doris) 03/05: [fix](window_funnel) fix problem when upgrading from 3.0 caused by behaviour change of window_funnel (#39739)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit b67901343746c7817f127aa3b043b323d14e0bf5 Author: TengJianPing <18241664+jackte...@users.noreply.github.com> Autho

(doris) 04/05: [chore](build) Skip cloud module for arm64 (aarch64) in build-for-release.sh (#39804)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 110b1288b356bd78cf4c0f33ab97dc0a9c8d5c39 Author: Gavin Chou AuthorDate: Wed Aug 28 21:40:02 2024 +0800 [cho

(doris) 01/05: [Feat](Job)After a job is paused, it can be manually triggered to execute. (#39565)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 599c81460ce31937fa82ff1584539ab4cd8ae1d9 Author: Calvin Kirs AuthorDate: Fri Aug 30 15:03:24 2024 +0800 [Fe

(doris) 02/05: [fix](auth)Fix some issues with incorrect permission verification (#39726)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 8b827089e3b86fda81ee5bcb7de2c4a045aa9cc8 Author: zhangdong <493738...@qq.com> AuthorDate: Wed Aug 28 17:20:08 202

(doris) branch branch-3.0 updated (f925b6ea705 -> 07f60ed47bf)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from f925b6ea705 [Enhancement](txn) Block new insert into if schema change happens during transaction (#39483)

(doris) 05/05: [fix](catalog) fix invalid getPartitionNames() methods (#39878)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 07f60ed47bfd078bff1a9138d6e495ab1a4beae3 Author: Mingyu Chen AuthorDate: Mon Aug 26 22:53:06 2024 +0800 [fi

(doris) branch branch-3.0 updated: [fix](group commit) Fix group commit error log when decommission (#39899)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 11a942ae548 [fix](group commit) Fix

Re: [PR] [Feature](compaction) Support full compaction by table id for cloud [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #39934: URL: https://github.com/apache/doris/pull/39934#issuecomment-2325855773 ClickBench: Total hot run time: 32.07 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](nereids)build agg for random distributed agg table in bindRelation phase [doris]

2024-09-03 Thread via GitHub
morrySnow commented on code in PR #40181: URL: https://github.com/apache/doris/pull/40181#discussion_r1741611259 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindRelation.java: ## @@ -215,7 +236,103 @@ private LogicalPlan makeOlapScan(TableIf table, Unbou

Re: [PR] [opt](Nereids) add show statement syntax [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40288: URL: https://github.com/apache/doris/pull/40288#issuecomment-2325855500 ClickBench: Total hot run time: 32.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](partial update) Fix `__DORIS_SEQUENCE_COL__` is not set for newly inserted rows in partial update [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40272: URL: https://github.com/apache/doris/pull/40272#issuecomment-2325855670 ClickBench: Total hot run time: 31.57 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch master updated (a4956d6d378 -> b7e6d7350bc)

2024-09-03 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 a4956d6d378 [feature](metacache) add system table catalog_meta_cache_statistics (#40155) add b7e6d7350bc [fix]

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

2024-09-03 Thread via GitHub
LiBinfeng-01 commented on PR #40167: URL: https://github.com/apache/doris/pull/40167#issuecomment-2325857814 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

Re: [PR] [fix](testcase) fix unstable case [doris]

2024-09-03 Thread via GitHub
morrySnow merged PR #40124: URL: https://github.com/apache/doris/pull/40124 -- 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) 03/04: [fix](build index)Only get file size for inverted index (#39965)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit cf5624c5441a70c10d9b6d9ade1f1249b1ba0a56 Author: qiye AuthorDate: Thu Aug 29 12:05:52 2024 +0800 [fix](buil

(doris) 01/04: [fix](parquet)Fix the be core issue when reading parquet unsigned types. (#39926)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit e7bc3ba34af88ba2cb7167dcb52e2d841a25ecfb Author: daidai <2017501...@qq.com> AuthorDate: Thu Aug 29 18:23:40 2024

(doris) branch branch-3.0 updated (11a942ae548 -> 2861bd2996a)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 11a942ae548 [fix](group commit) Fix group commit error log when decommission (#39899) new e7bc3ba34af [f

(doris) 04/04: [improve](routine load) delay schedule EOF tasks to avoid too many small transactions (#39975)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 2861bd2996a13eda9cf90e49c055c802b8919cc0 Author: hui lai <1353307...@qq.com> AuthorDate: Wed Aug 28 17:05:16 2024

(doris) 02/04: [Fix](merge-on-write) Fix duplicate key problem after adding sequence column for merge-on-write table (#39958)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 2cc05ce142ff4833d43b9f2c30b43ea4e02e3e47 Author: bobhan1 AuthorDate: Wed Aug 28 11:15:42 2024 +0800 [Fix](m

Re: [PR] [fix](DCHECK) Fix the DCHECK failure when the query is canceled. [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40276: URL: https://github.com/apache/doris/pull/40276#issuecomment-2325861283 ClickBench: Total hot run time: 32.62 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch branch-3.0 updated: [Improve](Variant) truncate key when column is variant type when creating mtmv (#39988)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 2dcca11b948 [Improve](Variant) trunc

Re: [PR] [fix](nereids) fix bug for A>n, where A.max is infinity [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #39936: URL: https://github.com/apache/doris/pull/39936#issuecomment-2325864309 ClickBench: Total hot run time: 32.04 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](aes_encrypt) support GCM mode for aes_encrypt and aes_decrypt [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40004: URL: https://github.com/apache/doris/pull/40004#issuecomment-2325864365 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] [ut](data type) fix get_common_type_test [doris]

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

Re: [PR] [ut](data type) fix get_common_type_test [doris]

2024-09-03 Thread via GitHub
zhangstar333 commented on code in PR #40317: URL: https://github.com/apache/doris/pull/40317#discussion_r1741617169 ## be/test/vec/core/get_common_type_test.cpp: ## @@ -143,10 +146,8 @@ INSTANTIATE_TEST_SUITE_P(data_type, LeastSuperTypeTest, {"F

Re: [PR] [feature](statistics)Support enable/disable auto analyze for table. [doris]

2024-09-03 Thread via GitHub
Jibing-Li merged PR #39532: URL: https://github.com/apache/doris/pull/39532 -- 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 master updated (b7e6d7350bc -> 8c6da41e24f)

2024-09-03 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b7e6d7350bc [fix](testcase) fix unstable case (#40124) add 8c6da41e24f [feature](statistics)Support enable/disab

Re: [PR] [improvement](tablet report) tablet report increase report version [doris]

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

Re: [PR] [fix](ES Catalog)Do not extract doc_values of field with ignore_above setting [doris]

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

Re: [PR] [ut](data type) fix get_common_type_test [doris]

2024-09-03 Thread via GitHub
eldenmoon commented on code in PR #40317: URL: https://github.com/apache/doris/pull/40317#discussion_r1741623686 ## be/test/vec/core/get_common_type_test.cpp: ## @@ -143,10 +146,8 @@ INSTANTIATE_TEST_SUITE_P(data_type, LeastSuperTypeTest, {"Floa

Re: [PR] [Bug](exchange) fix tablet sink shuffle without project not match the output tuple [doris]

2024-09-03 Thread via GitHub
zhangstar333 commented on PR #40299: URL: https://github.com/apache/doris/pull/40299#issuecomment-2325873290 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] [ut](data type) fix get_common_type_test [doris]

2024-09-03 Thread via GitHub
eldenmoon commented on code in PR #40317: URL: https://github.com/apache/doris/pull/40317#discussion_r1741624045 ## be/test/vec/core/get_common_type_test.cpp: ## @@ -143,10 +146,8 @@ INSTANTIATE_TEST_SUITE_P(data_type, LeastSuperTypeTest, {"Floa

(doris) 02/11: [Fix](load) fix commit txn timeout when loading to table with many tablet (#40031)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit c0c17b32a02315d278b51f18ec15b43969bc94fa Author: zclllhhjj AuthorDate: Thu Aug 29 10:55:18 2024 +0800 [Fix]

(doris) 06/11: [Refactor](SchemaCache) remove redundant Schema cache (#40091)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit d0927b8958320a8fef50c0d4ffa27366f64e40e2 Author: lihangyu <15605149...@163.com> AuthorDate: Mon Sep 2 12:11:27 20

(doris) 05/11: [fix](ut)fix be enable_http_auth ut (#40071)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit f9b56553d8539e7c13ad26a2e194d0d596f03e88 Author: daidai <2017501...@qq.com> AuthorDate: Thu Aug 29 10:52:12 2024

(doris) 08/11: [fix](restore) Reset next version for remote table when restore (#40118)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit afe09e459e3e45451fddec245b863e266c1e1187 Author: smallx AuthorDate: Fri Aug 30 10:24:42 2024 +0800 [fix](re

(doris) 11/11: [fix](join) Fix partitioned hash join strategy (#40163)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 5f59f915fef31ac34b351509a40e25df53181aaf Author: Gabriel AuthorDate: Fri Aug 30 14:20:11 2024 +0800 [fix](j

(doris) 10/11: [feature](metacache) add system table catalog_meta_cache_statistics (#40155)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 61dc07f6d0d5308fbb7c5a963ff9b91a08860c1e Author: Mingyu Chen AuthorDate: Tue Sep 3 14:00:03 2024 +0800 [fea

(doris) 03/11: [chore](routine load) make error msg clear if routine load name illegal (#40037)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit d46500c08f2f4aa03a7ef6c0998621de465c8b17 Author: hui lai <1353307...@qq.com> AuthorDate: Thu Aug 29 14:12:02 2024

(doris) 07/11: [fix](ES Catalog)Do not push down limit to ES when predicates can not be processed by ES. (#40111)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 6dacb0e2b5084b15e37cfda2dd7caf0f9d4daf27 Author: qiye AuthorDate: Sun Sep 1 12:16:07 2024 +0800 [fix](ES Ca

(doris) 09/11: [Fix](load) Lower lock granularity to reduce loading CPU pressure (#40134)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 6d4eb9b7e0fff249b33c0e96cecd83eb3260095d Author: zclllhhjj AuthorDate: Thu Aug 29 23:52:05 2024 +0800 [Fix]

(doris) 04/11: [fix](multi-catalog)fix max compute null parts table read (#40046)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit e22dfd0d22f7cd2e3fa6b788adebe0e672e553e9 Author: slothever <18522955+w...@users.noreply.github.com> AuthorDate: F

(doris) branch branch-3.0 updated (2dcca11b948 -> 5f59f915fef)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 2dcca11b948 [Improve](Variant) truncate key when column is variant type when creating mtmv (#39988) new

(doris) 01/11: [opt](parquet) add predicate filter time for parquet reader (#40005)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit f973c2fa2d89e86ae8d90dbc3406bbad3bef761d Author: Mingyu Chen AuthorDate: Wed Aug 28 17:13:07 2024 +0800 [op

(doris) branch branch-3.0 updated (5f59f915fef -> 9b807ebb801)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 5f59f915fef [fix](join) Fix partitioned hash join strategy (#40163) new 5726f16371b [Bug](function) fix e

(doris) 02/03: [fix](regression) fix regression failure of window_funnel caused by duplicated table name (#40216)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 6d0c11ba1cde1b0b7c49ed7af5cd2431a9bccb6f Author: TengJianPing <18241664+jackte...@users.noreply.github.com> Autho

(doris) 01/03: [Bug](function) fix encryption_function return wrong result at const column (#40201)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 5726f16371bf7e64323be536e8468c022916fe2d Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> Au

(doris) 03/03: [fix](regression) speed up some case (#40237)

2024-09-03 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 9b807ebb80166d381f2147fb8443c858cfe5 Author: meiyi AuthorDate: Tue Sep 3 10:47:59 2024 +0800 [fix](regr

[PR] [improvement] change batch size default value and add max limitation [doris-spark-connector]

2024-09-03 Thread via GitHub
gnehil opened a new pull request, #230: URL: https://github.com/apache/doris-spark-connector/pull/230 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

Re: [PR] [ut](data type) fix get_common_type_test [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40317: URL: https://github.com/apache/doris/pull/40317#issuecomment-2325882469 TeamCity be ut coverage result: Function Coverage: 36.83% (9386/25485) Line Coverage: 28.28% (77457/273855) Region Coverage: 27.67% (39958/144404) Branch Coverage: 24.3

Re: [PR] [improvement](tablet report) tablet report increase report version [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40172: URL: https://github.com/apache/doris/pull/40172#issuecomment-2325883173 ClickBench: Total hot run time: 31.36 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](ES Catalog)Do not extract doc_values of field with ignore_above setting [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40314: URL: https://github.com/apache/doris/pull/40314#issuecomment-2325883220 ClickBench: Total hot run time: 32.51 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
BePPPower commented on PR #40282: URL: https://github.com/apache/doris/pull/40282#issuecomment-2325883288 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] [fix](mtmv) Disable sql_limit variable when query rewrite by materialize view [doris]

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

Re: [PR] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
BePPPower commented on PR #40303: URL: https://github.com/apache/doris/pull/40303#issuecomment-2325883651 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] [opt](partial update) Remove unnecessary lock and refactor some code for partial update [doris]

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

[PR] [Fix](Variant) use uinque id to access column reader [doris]

2024-09-03 Thread via GitHub
eldenmoon opened a new pull request, #40320: URL: https://github.com/apache/doris/pull/40320 #39841 -- 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:

Re: [PR] [ut](data type) fix get_common_type_test [doris]

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

Re: [PR] [Fix](Variant) use uinque id to access column reader [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40320: URL: https://github.com/apache/doris/pull/40320#issuecomment-2325890048 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](regression-test) Sync after insert to get stable results [doris]

2024-09-03 Thread via GitHub
yiguolei merged PR #40309: URL: https://github.com/apache/doris/pull/40309 -- 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 (0e9fa3dff7a -> 67d46297f22)

2024-09-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 0e9fa3dff7a [fix](decimaltype) handle exception with tablet init (#40263) add 67d46297f22 [fix](regression

Re: [PR] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
BePPPower commented on PR #40282: URL: https://github.com/apache/doris/pull/40282#issuecomment-2325892814 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] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
BePPPower commented on PR #40303: URL: https://github.com/apache/doris/pull/40303#issuecomment-2325894001 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] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40303: URL: https://github.com/apache/doris/pull/40303#issuecomment-2325895935 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] [Bug](sink) update error status on BufferControlBlock::close [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40116: URL: https://github.com/apache/doris/pull/40116#issuecomment-2325897442 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](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40282: URL: https://github.com/apache/doris/pull/40282#issuecomment-2325897434 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] [Bug](sink) update error status on BufferControlBlock::close [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40116: URL: https://github.com/apache/doris/pull/40116#issuecomment-2325897377 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) branch master updated: [Bug](sink) update error status on BufferControlBlock::close (#40116)

2024-09-03 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 000fc9e2fb7 [Bug](sink) update error status o

Re: [PR] [Bug](sink) update error status on BufferControlBlock::close [doris]

2024-09-03 Thread via GitHub
BiteThet merged PR #40116: URL: https://github.com/apache/doris/pull/40116 -- 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] [ut](data type) fix get_common_type_test [doris]

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

Re: [PR] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40303: URL: https://github.com/apache/doris/pull/40303#issuecomment-2325904577 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] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40282: URL: https://github.com/apache/doris/pull/40282#issuecomment-2325906640 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] [fix](mtmv) Disable sql_limit variable when query rewrite by materialize view [doris]

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

Re: [PR] [fix](decimal) throw overflow exception if result is NaN of Infinit when converting from decimal to float [doris]

2024-09-03 Thread via GitHub
jacktengg commented on PR #40290: URL: https://github.com/apache/doris/pull/40290#issuecomment-2325907312 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] [fix](mtmv)Fix that after insert overwrite, the partition version will always be 2 [doris]

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

Re: [PR] [opt](partial update) Remove unnecessary lock and refactor some code for partial update [doris]

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

Re: [PR] [feature](nereids)support correlated scalar subquery without scalar agg [doris]

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

Re: [PR] [Feat](nereids) add max/min filter push down rewrite rule [doris]

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

[PR] FIX dead links of Compile and Install section in README [doris]

2024-09-03 Thread via GitHub
xiaozongyang opened a new pull request, #40321: URL: https://github.com/apache/doris/pull/40321 ## Proposed changes Issue Number: close #xxx Fix dead links of Compile and Install sections in README.md 1. Remove old link address and replace them with the newest. --

Re: [PR] FIX dead links of Compile and Install section in README [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40321: URL: https://github.com/apache/doris/pull/40321#issuecomment-2325916209 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](mtmv) Disable sql_limit variable when query rewrite by materialize view [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40106: URL: https://github.com/apache/doris/pull/40106#issuecomment-2325919090 ClickBench: Total hot run time: 31.86 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](decimal) throw overflow exception if result is NaN of Infinit when converting from decimal to float [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40290: URL: https://github.com/apache/doris/pull/40290#issuecomment-2325919959 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] [fix](decimal) throw overflow exception if result is NaN of Infinit when converting from decimal to float [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40290: URL: https://github.com/apache/doris/pull/40290#issuecomment-2325919835 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] [pick](Variant) pick nested impl and unique_id fix [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on code in PR #40320: URL: https://github.com/apache/doris/pull/40320#discussion_r1741658901 ## be/src/vec/columns/column_object.cpp: ## @@ -415,11 +456,77 @@ void ColumnObject::Subcolumn::insert(Field field, FieldInfo info) { data.back()->ins

Re: [PR] [pick](Variant) pick nested impl and unique_id fix [doris]

2024-09-03 Thread via GitHub
eldenmoon merged PR #40320: URL: https://github.com/apache/doris/pull/40320 -- 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)build agg for random distributed agg table in bindRelation phase [doris]

2024-09-03 Thread via GitHub
starocean999 commented on PR #40181: URL: https://github.com/apache/doris/pull/40181#issuecomment-2325923246 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] [opt](partial update) Remove unnecessary lock and refactor some code for partial update [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40062: URL: https://github.com/apache/doris/pull/40062#issuecomment-2325923205 ClickBench: Total hot run time: 31.87 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [Improve] add check for doris.batch.size [doris-flink-connector]

2024-09-03 Thread via GitHub
JNSimba opened a new pull request, #480: URL: https://github.com/apache/doris-flink-connector/pull/480 # Proposed changes Issue Number: close #xxx ## Problem Summary: Increase the limit of doris.batch.size and change the default value, reference https://github.com/apache

Re: [PR] [ut](data type) fix get_common_type_test [doris]

2024-09-03 Thread via GitHub
zhangstar333 commented on code in PR #40317: URL: https://github.com/apache/doris/pull/40317#discussion_r1741661569 ## be/test/vec/core/get_common_type_test.cpp: ## @@ -143,10 +146,8 @@ INSTANTIATE_TEST_SUITE_P(data_type, LeastSuperTypeTest, {"F

Re: [PR] [ut](data type) fix get_common_type_test [doris]

2024-09-03 Thread via GitHub
zhangstar333 commented on code in PR #40317: URL: https://github.com/apache/doris/pull/40317#discussion_r1741665899 ## be/test/vec/core/get_common_type_test.cpp: ## @@ -143,10 +146,8 @@ INSTANTIATE_TEST_SUITE_P(data_type, LeastSuperTypeTest, {"F

Re: [PR] [improvement](tablet report) tablet report increase report version [doris]

2024-09-03 Thread via GitHub
yujun777 commented on PR #40172: URL: https://github.com/apache/doris/pull/40172#issuecomment-2325933133 run feut -- 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 unsubsc

Re: [PR] [fix](mtmv)Fix that after insert overwrite, the partition version will always be 2 [doris]

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

Re: [PR] FIX dead links of Compile and Install section in README [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #40321: URL: https://github.com/apache/doris/pull/40321#issuecomment-2325937785 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] [feature](nereids)support correlated scalar subquery without scalar agg [doris]

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

Re: [PR] [Feat](nereids) add max/min filter push down rewrite rule [doris]

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

Re: [PR] [feature](Nereids) Support cache tablets aggregate result (fe) [doris]

2024-09-03 Thread via GitHub
github-actions[bot] commented on PR #39670: URL: https://github.com/apache/doris/pull/39670#issuecomment-2325943253 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] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-03 Thread via GitHub
BePPPower commented on PR #40282: URL: https://github.com/apache/doris/pull/40282#issuecomment-2325944760 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] [fix](mtmv)Fix that after insert overwrite, the partition version will always be 2 [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40318: URL: https://github.com/apache/doris/pull/40318#issuecomment-2325948508 ClickBench: Total hot run time: 32.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](nereids)support correlated scalar subquery without scalar agg [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #39471: URL: https://github.com/apache/doris/pull/39471#issuecomment-2325951386 ClickBench: Total hot run time: 32.06 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feat](nereids) add max/min filter push down rewrite rule [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #39252: URL: https://github.com/apache/doris/pull/39252#issuecomment-2325952241 ClickBench: Total hot run time: 32.53 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

<    1   2   3   4   5   6   7   8   >