Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

2024-01-29 Thread via GitHub
zclllyybb commented on code in PR #30557: URL: https://github.com/apache/doris/pull/30557#discussion_r1470730503 ## be/src/vec/functions/like.cpp: ## @@ -447,43 +445,39 @@ void FunctionLike::convert_like_pattern(LikeSearchState* state, const std::strin } // add ^ to

Re: [PR] [branch-2.0](migrate disk) fix migrate disk lost data during publish version #29887 [doris]

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

Re: [PR] [Fix](parquet-reader) Fix reading fixed length byte array decimal in parquet reader introduced by #29825. [doris]

2024-01-29 Thread via GitHub
kaka11chen commented on PR #30535: URL: https://github.com/apache/doris/pull/30535#issuecomment-1916261062 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] [Test](Nereids) Add SSB dataset to test materialized view rewrite [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30528: URL: https://github.com/apache/doris/pull/30528#issuecomment-1916261797 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 85a84b6a87ad81d1b8fe511f8aaa5bcf13573fbc with default session variables Stream

Re: [PR] [pipelineX](profile) Fix Tablet counter on pipelineX engine [doris]

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

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

2024-01-29 Thread via GitHub
zclllyybb commented on code in PR #30557: URL: https://github.com/apache/doris/pull/30557#discussion_r1470725487 ## be/src/vec/functions/like.cpp: ## @@ -320,6 +319,53 @@ Status FunctionLikeBase::hs_prepare(FunctionContext* context, const char* expres return Status::OK();

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

2024-01-29 Thread via GitHub
zclllyybb commented on code in PR #30557: URL: https://github.com/apache/doris/pull/30557#discussion_r1470724487 ## be/src/udf/udf.h: ## @@ -25,6 +25,7 @@ #include #include +#include "runtime/runtime_state.h" Review Comment: indeed it need... or use `state()` will thro

Re: [PR] [Test](Nereids) Add SSB dataset to test materialized view rewrite [doris]

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

[PR] [runtimefilter](nereids)push down RF into cte producer [doris]

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

Re: [PR] [pipelineX](profile) Fix Tablet counter on pipelineX engine [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30566: URL: https://github.com/apache/doris/pull/30566#issuecomment-1916253033 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] [pipelineX](profile) Fix Tablet counter on pipelineX engine [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30566: URL: https://github.com/apache/doris/pull/30566#issuecomment-1916252995 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](audit) add workload_group to audit log table [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30470: URL: https://github.com/apache/doris/pull/30470#issuecomment-1916251728 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](audit) add workload_group to audit log table [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30470: URL: https://github.com/apache/doris/pull/30470#issuecomment-1916251669 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] [Test](Nereids) Add SSB dataset to test materialized view rewrite [doris]

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

Re: [PR] [feat](binlog) Reduce AlterJobV2/TruncateTable binlog size (#30505) [doris]

2024-01-29 Thread via GitHub
JackDrogon commented on PR #30567: URL: https://github.com/apache/doris/pull/30567#issuecomment-1916250688 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] [optimize](invert index) avoid redundant checks for exist. [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30562: URL: https://github.com/apache/doris/pull/30562#issuecomment-1916250565 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 56bd5ad158d4b53f69e1c7f983ee54c1b48b0139 with default session variables Stream

[PR] [feat](binlog) Reduce AlterJobV2/TruncateTable binlog size (#30505) [doris]

2024-01-29 Thread via GitHub
JackDrogon opened a new pull request, #30567: URL: https://github.com/apache/doris/pull/30567 ## Proposed changes Reduce AlterJobV2/TruncateTable binlog size (#30505) ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@do

Re: [PR] [optimize](invert index) avoid redundant checks for exist. [doris]

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

Re: [PR] [pipelineX](profile) Fix Tablet counter on pipelineX engine [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30566: URL: https://github.com/apache/doris/pull/30566#issuecomment-1916246406 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][binlog] fix binlog size too large problem [doris]

2024-01-29 Thread via GitHub
XuJianxu commented on PR #30564: URL: https://github.com/apache/doris/pull/30564#issuecomment-1916240471 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] [bugfix](paimon)fix paimon testcases [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30514: URL: https://github.com/apache/doris/pull/30514#issuecomment-1916240432 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](paimon)fix paimon testcases [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30514: URL: https://github.com/apache/doris/pull/30514#issuecomment-1916240392 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] [optimize](invert index) avoid redundant checks for exist. [doris]

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

Re: [PR] [feature](merge-cloud) Initialize _max_version_schema in BaseTablet [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30560: URL: https://github.com/apache/doris/pull/30560#issuecomment-1916238142 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit dc9ea78f08eff2550a254255f4f350f8e0ffdfcf with default session variables Stream

Re: [PR] [Test](Nereids) Add SSB dataset to test materialized view rewrite [doris]

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

Re: [PR] [refactor](readability) Refactor MemTableFlushExecutor::create_flush_token to improve readability && Add default type guard [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30554: URL: https://github.com/apache/doris/pull/30554#issuecomment-1916237406 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](merge-cloud) Avoid converting unset fields of RowsetMeta [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30559: URL: https://github.com/apache/doris/pull/30559#issuecomment-1916237067 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](merge-cloud) Avoid converting unset fields of RowsetMeta [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30559: URL: https://github.com/apache/doris/pull/30559#issuecomment-1916237019 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](join) incorrect result of mark join [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30543: URL: https://github.com/apache/doris/pull/30543#issuecomment-1916237005 TeamCity be ut coverage result: Function Coverage: 36.23% (8634/23828) Line Coverage: 28.28% (70598/249651) Region Coverage: 27.28% (36440/133564) Branch Coverage: 24.0

Re: [PR] [feature](merge-cloud) Set txn expiration fields for cloud load [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30561: URL: https://github.com/apache/doris/pull/30561#issuecomment-1916236206 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] [feature](merge-cloud) Set txn expiration fields for cloud load [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30561: URL: https://github.com/apache/doris/pull/30561#issuecomment-1916236266 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] [pipelineX](profile) Fix Tablet counter on pipelineX engine [doris]

2024-01-29 Thread via GitHub
Gabriel39 commented on PR #30566: URL: https://github.com/apache/doris/pull/30566#issuecomment-1916235670 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

[PR] [pipelineX](profile) Fix Tablet counter on pipelineX engine [doris]

2024-01-29 Thread via GitHub
Gabriel39 opened a new pull request, #30566: URL: https://github.com/apache/doris/pull/30566 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

(doris) 09/24: [Try_Fix](scan) try fix the scanner schedule logic to prevent excessive memory usage and timeout (#30515)

2024-01-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 commit 129463f557c74eda05a618608ae3dea8d83ceede Author: HappenLee AuthorDate: Mon Jan 29 23:41:55 2024 +0800 [Try_Fix

(doris) 05/24: [regression test](schema change) add case for modify partition info (#30338)

2024-01-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 commit 123a187c2397cab78c9144c8ad1248ed021583f2 Author: Guangdong Liu AuthorDate: Mon Jan 29 21:55:26 2024 +0800 [reg

(doris) 11/24: [enhancement](log) print detail error for segment compaction failure (#30503)

2024-01-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 commit 0932dadcff7a1c12bb3e72d6c8668dcad6706b73 Author: zhannngchen <48427519+zhannngc...@users.noreply.github.com> AuthorD

(doris) 08/24: [Fix](jdk17) support start FE with JDK17 (#29658) (#30485)

2024-01-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 commit 589e83561c69679136250a009ed4035d73780d65 Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> AuthorDat

(doris) 22/24: [fix](JDK17) It will report an exception whenwe start BE with JDK17 and query AVRO table : InaccessibleObjectException (#30541)

2024-01-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 commit ea427e8c51f126729dc8b45580455e00a49eebc0 Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> AuthorDat

(doris) 24/24: [fix](regex) use boost regex instead of std (#30462)

2024-01-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 commit 7fe4d00bb21826c69d76f927dfca3c157f2e7ba9 Author: Yongqiang YANG <98214048+dataroar...@users.noreply.github.com> Auth

(doris) 13/24: [improvement](index)add index_id column in show index stmt (#30431)

2024-01-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 commit b712f0b8102c66c3b8166c6752a5190bb6c5a867 Author: qiye AuthorDate: Tue Jan 30 10:17:20 2024 +0800 [improvement]

(doris) 20/24: [improvement](thirdparty) introduce brpc stream patch to make stream write to socket in background bthread (#30458)

2024-01-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 commit b7c86d66faa5186316559a42a8965926b84d20ee Author: HHoflittlefish777 <77738092+hhoflittlefish...@users.noreply.github.

(doris) 19/24: [fix](group commit) Fix group commit VOlapTablePartitionParam memory … (#30491)

2024-01-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 commit 218fb80938e605929060b2d0337ec9b03c90e980 Author: meiyi AuthorDate: Tue Jan 30 14:03:29 2024 +0800 [fix](group

(doris) 17/24: [fix](mtmv)resolve task tvf concurrent modification exception #30497

2024-01-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 commit 9e63015e2fd56484b38bbfbfb2f75d17179dfead Author: zhangdong <493738...@qq.com> AuthorDate: Tue Jan 30 11:55:20 2024 +

(doris) 10/24: [fix](move-memtable) check load timeout before close wait (#30526)

2024-01-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 commit 28c4e6914911a3c8e09ee61e22de4bec82978c9b Author: Kaijie Chen AuthorDate: Tue Jan 30 09:44:03 2024 +0800 [fix](

(doris) 14/24: [fix](Nereids): add order by when testing pkfk to avoid unstable res #30507

2024-01-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 commit 5731ed7aad1d86f52cc014fc19c14a474471873c Author: 谢健 AuthorDate: Tue Jan 30 10:26:15 2024 +0800 [fix](Nereids):

(doris) 21/24: [fix](Nereids): fix wrong regression test (#30520)

2024-01-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 commit 12827ceb16ced8d77027968f595ebb3ee3282c70 Author: jakevin AuthorDate: Tue Jan 30 14:26:25 2024 +0800 [fix](Nere

(doris) 23/24: [bugfix](paimon)add class loader (#30483)

2024-01-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 commit 11f7b36dab86ec40d1695c4be1891cb82c499821 Author: wuwenchi AuthorDate: Tue Jan 30 15:07:42 2024 +0800 [bugfix](

(doris) 15/24: [bugfix](iceberg)fix read NULL with date partition (#30478)

2024-01-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 commit 4648902350ea07cbf642a761d5d224afb162635c Author: wuwenchi AuthorDate: Tue Jan 30 10:30:57 2024 +0800 [bugfix](

(doris) 01/24: [fix](move-memtable) fix potential duplicate of TabletStream profile (#30397)

2024-01-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 commit 49d17f2be2b5a36f31e353f39f93197f4b72e719 Author: Kaijie Chen AuthorDate: Mon Jan 29 19:51:44 2024 +0800 [fix](

(doris) 02/24: [regression test](schema change) add some case for agg col (#30479)

2024-01-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 commit f0a35f6e2d5c04634028a8644adecce8d6b31a91 Author: Guangdong Liu AuthorDate: Mon Jan 29 21:04:04 2024 +0800 [reg

(doris) 06/24: [regression test](stream load) test for `enable_profile` (#28534)

2024-01-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 commit 5f20d7c5d006797791a18c640cd84a5f7c5cadd4 Author: Guangdong Liu AuthorDate: Mon Jan 29 21:57:22 2024 +0800 [reg

(doris) 07/24: [regression test](broker load) add partition load case (#28259)

2024-01-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 commit 009bca96524e4f7a1e3d9201c01e33e28ed446a5 Author: Guangdong Liu AuthorDate: Mon Jan 29 21:58:31 2024 +0800 [reg

(doris) 16/24: [feat](Nereids): support alias when eliminate join for partially mv rewritting #30498

2024-01-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 commit 53c624ffa0924545ae870e190910a6e83840ca7b Author: 谢健 AuthorDate: Tue Jan 30 11:53:07 2024 +0800 [feat](Nereids)

(doris) 12/24: [Improvement](executor)Remove ThreadPoolToken from MemTableFlushExecutor #30529

2024-01-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 commit 08897b7e03135d2e390f3fbba40d531e387e91ae Author: wangbo AuthorDate: Tue Jan 30 10:12:31 2024 +0800 [Improvemen

(doris) 18/24: [fix](Nereids) create constraint write edit log in lock scope (#30422)

2024-01-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 commit c810df55c509693cd1139b60a986e09a892e4f97 Author: 谢健 AuthorDate: Tue Jan 30 12:04:17 2024 +0800 [fix](Nereids)

(doris) 03/24: [bug](node) add dependency for set operation node (#30203)

2024-01-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 commit f7e01ceffa863dcf548df43afb94f1bb6f9d5167 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> Autho

(doris) branch branch-2.1 updated (6eba030897d -> 7fe4d00bb21)

2024-01-29 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 6eba030897d [fix](chore) path gc should consider tablet migration (#30095) (#30548) new 49d17f2be2b [fix](m

(doris) 04/24: [regression test](schema change) add case for column type change (#30472)

2024-01-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 commit 57a8c75ddccc239b92d359f1eb40f4888213a04a Author: Guangdong Liu AuthorDate: Mon Jan 29 21:54:17 2024 +0800 [reg

Re: [PR] [feature](merge-cloud) Initialize _max_version_schema in BaseTablet [doris]

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

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

2024-01-29 Thread via GitHub
zhiqiang- commented on code in PR #30557: URL: https://github.com/apache/doris/pull/30557#discussion_r1470703309 ## be/src/vec/functions/like.cpp: ## @@ -39,26 +39,25 @@ namespace doris::vectorized { // A regex to match any regex pattern is equivalent to a substring sear

Re: [PR] [fix][refactor] refactor schema init of externa table and some parquet issue [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30325: URL: https://github.com/apache/doris/pull/30325#issuecomment-1916229389 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit f9d19c7a80f8982bdcb32db20566d27793799c96 with default session variables Stream

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30557: URL: https://github.com/apache/doris/pull/30557#issuecomment-1916228493 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 54208af1bbf789e33bba0696dcbd46ecf8f8cb5e with default session variables Stream

Re: [PR] [feature](merge-cloud) Initialize _max_version_schema in BaseTablet [doris]

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

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30557: URL: https://github.com/apache/doris/pull/30557#issuecomment-1916227401 TeamCity be ut coverage result: Function Coverage: 36.20% (8627/23829) Line Coverage: 28.26% (70553/249626) Region Coverage: 27.28% (36431/133547) Branch Coverage: 24.0

Re: [PR] [feature](merge-cloud) Set the txn timeout seconds of TDataSink [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30558: URL: https://github.com/apache/doris/pull/30558#issuecomment-1916227108 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 9bc502d8b4636cd802af0220b20597b1214d2e75 with default session variables Stream

Re: [PR] [fix](join) incorrect result of mark join [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30543: URL: https://github.com/apache/doris/pull/30543#issuecomment-1916227050 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit baf67e32f2efce6e6d3787e3ff60ab41bb0408b5 with default session variables Stream

(doris) branch master updated (0cf1abba13f -> cd3ef3cdd0c)

2024-01-29 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0cf1abba13f [bugfix](paimon)add class loader (#30483) add cd3ef3cdd0c [fix](regex) use boost regex instead of st

Re: [PR] [fix](regex) use boost regex instead of std [doris]

2024-01-29 Thread via GitHub
yiguolei merged PR #30462: URL: https://github.com/apache/doris/pull/30462 -- 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] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

2024-01-29 Thread via GitHub
zhiqiang- commented on code in PR #30557: URL: https://github.com/apache/doris/pull/30557#discussion_r1470662098 ## be/src/vec/functions/like.cpp: ## @@ -39,26 +39,25 @@ namespace doris::vectorized { // A regex to match any regex pattern is equivalent to a substring sear

Re: [PR] [fix][refactor] refactor schema init of externa table and some parquet issue [doris]

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

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

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

Re: [PR] [feature](merge-cloud) Set the txn timeout seconds of TDataSink [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30558: URL: https://github.com/apache/doris/pull/30558#issuecomment-1916223936 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] [feature](merge-cloud) Set the txn timeout seconds of TDataSink [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30558: URL: https://github.com/apache/doris/pull/30558#issuecomment-1916223979 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](merge-cloud) Set the txn timeout seconds of TDataSink [doris]

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

Re: [PR] [fix](join) incorrect result of mark join [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30543: URL: https://github.com/apache/doris/pull/30543#issuecomment-1916223504 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

[PR] [typo](doc)Update flink Spark connector documentation [doris]

2024-01-29 Thread via GitHub
caoliang-web opened a new pull request, #30565: URL: https://github.com/apache/doris/pull/30565 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

Re: [PR] [optimize](invert index) avoid redundant checks for exist. [doris]

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

Re: [PR] [feature](merge-cloud) Initialize _max_version_schema in BaseTablet [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30560: URL: https://github.com/apache/doris/pull/30560#issuecomment-1916219836 TeamCity be ut coverage result: Function Coverage: 36.19% (8623/23827) Line Coverage: 28.24% (70503/249623) Region Coverage: 27.24% (36376/133546) Branch Coverage: 24.0

Re: [I] Query failed by "failed to initialize storage reader, res=-230" [doris]

2024-01-29 Thread via GitHub
berniegao commented on issue #3270: URL: https://github.com/apache/doris/issues/3270#issuecomment-1916218865 we come across the same issue on production, is there any trick to bypass this error to unblock the query first before applying a permanent fix? -- This is an automated message fr

Re: [PR] [fix][refactor] refactor schema init of externa table and some parquet issue [doris]

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

Re: [PR] [fix](merge-cloud) Avoid converting unset fields of RowsetMeta [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30559: URL: https://github.com/apache/doris/pull/30559#issuecomment-1916216222 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 9e1c3595cfe164dec8d6becd20ec4915d06d8bd6 with default session variables Stream

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

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

Re: [PR] [feature](merge-cloud) Set the txn timeout seconds of TDataSink [doris]

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

Re: [PR] [fix](join) incorrect result of mark join [doris]

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

Re: [PR] [feature](merge-cloud) Initialize _max_version_schema in BaseTablet [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30560: URL: https://github.com/apache/doris/pull/30560#issuecomment-1916214881 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](merge-cloud) Initialize _max_version_schema in BaseTablet [doris]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #30560: URL: https://github.com/apache/doris/pull/30560#issuecomment-1916214842 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] [Test](Nereids) Add SSB dataset to test materialized view rewrite [doris]

2024-01-29 Thread via GitHub
seawinde commented on PR #30528: URL: https://github.com/apache/doris/pull/30528#issuecomment-1916213459 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] [feature](merge-cloud) Initialize _max_version_schema in BaseTablet [doris]

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

Re: [PR] [feature](function) support tanh math function [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30555: URL: https://github.com/apache/doris/pull/30555#issuecomment-1916212808 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 584f4a1e1c1779868f966a5f0fdfe51872ad7f0d with default session variables Stream

Re: [PR] [fix](merge-cloud) Avoid converting unset fields of RowsetMeta [doris]

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

Re: [PR] [chore](show replica) show replica print path [doris]

2024-01-29 Thread via GitHub
yujun777 commented on PR #30402: URL: https://github.com/apache/doris/pull/30402#issuecomment-1916211669 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [PR] [feature](function) support tanh math function [doris]

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

Re: [PR] [fix](merge-cloud) Avoid converting unset fields of RowsetMeta [doris]

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

Re: [PR] [fix][refactor] refactor schema init of externa table and some parquet issue [doris]

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

Re: [PR] [fix][refactor] refactor schema init of externa table and some parquet issue [doris]

2024-01-29 Thread via GitHub
doris-robot commented on PR #30325: URL: https://github.com/apache/doris/pull/30325#issuecomment-1916204627 TeamCity be ut coverage result: Function Coverage: 36.20% (8625/23827) Line Coverage: 28.26% (70551/249624) Region Coverage: 27.26% (36410/133546) Branch Coverage: 24.0

Re: [PR] [Enhancement](regex) Support NO_BACKSLASH_ESCAPES on BE and fix result [doris]

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

Re: [PR] [feature](function) support tanh math function [doris]

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

Re: [PR] [feature](merge-cloud) Set the txn timeout seconds of TDataSink [doris]

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

Re: [PR] [fix](join) incorrect result of mark join [doris]

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

(doris) branch master updated: [bugfix](paimon)add class loader (#30483)

2024-01-29 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 0cf1abba13f [bugfix](paimon)add class loader (#

  1   2   3   4   5   6   7   8   9   10   >