Re: [I] [Bug] select cast(1.123 as decimal(4,1))=1.1;返回0 [doris]

2024-10-18 Thread via GitHub
koarz commented on issue #41965: URL: https://github.com/apache/doris/issues/41965#issuecomment-2423621128 it's looks like already fixed on newest version ```sql mysql> select cast(1.123 as decimal(4,1))=1.1; +-+ | (c

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool (#42115) [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42127: URL: https://github.com/apache/doris/pull/42127#issuecomment-2423620890 TeamCity be ut coverage result: Function Coverage: 36.01% (9347/25954) Line Coverage: 27.59% (76809/278389) Region Coverage: 26.39% (39443/149457) Branch Coverage: 23.1

Re: [PR] [branch-3.0] pick some bugfix [doris]

2024-10-18 Thread via GitHub
yiguolei commented on PR #42128: URL: https://github.com/apache/doris/pull/42128#issuecomment-2423615223 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] [branch-3.0] pick some bugfix [doris]

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

[PR] [branch-3.0] pick some bugfix [doris]

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

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool (#42115) [doris]

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

Re: [PR] [enhancement](memtable) make memtable memusage more accurate (#40912) [doris]

2024-10-18 Thread via GitHub
yiguolei closed pull request #41866: [enhancement](memtable) make memtable memusage more accurate (#40912) URL: https://github.com/apache/doris/pull/41866 -- 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 g

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool (#42115) [doris]

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

[PR] [bugfix](handshake) brpc handshake should not use light pool (#42115) [doris]

2024-10-18 Thread via GitHub
yiguolei opened a new pull request, #42127: URL: https://github.com/apache/doris/pull/42127 The light pool may be full. Handshake is used to check the connection state of brpc. Should not be interfered by the thread pool logic. - ## Proposed changes Issue Number:

Re: [PR] [branch-2.1](case) fix invalid test case [doris]

2024-10-18 Thread via GitHub
yiguolei merged PR #42126: URL: https://github.com/apache/doris/pull/42126 -- 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](case) fix invalid test case (#42126)

2024-10-18 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 15a7b53f598 [branch-2.1](case) fix inva

Re: [PR] [Pick](nereids) pick 40529 41464 40349 [doris]

2024-10-18 Thread via GitHub
englefly commented on PR #42073: URL: https://github.com/apache/doris/pull/42073#issuecomment-2423571674 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

(doris) branch master updated: [bugfix](handshake) brpc handshake should not use light pool (#42115)

2024-10-18 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 ffbdfe24db5 [bugfix](handshake) brpc handshake

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool [doris]

2024-10-18 Thread via GitHub
yiguolei merged PR #42115: URL: https://github.com/apache/doris/pull/42115 -- 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] [fix] (inverted index) list inverted index files [doris]

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

Re: [PR] [fix](inverted index) multi_match supports any, all, phrase. (#41663) [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42097: URL: https://github.com/apache/doris/pull/42097#issuecomment-2423548861 TeamCity be ut coverage result: Function Coverage: 36.00% (9345/25955) Line Coverage: 27.57% (76764/278409) Region Coverage: 26.39% (39443/149469) Branch Coverage: 23.1

Re: [PR] [feat](nereids)Compress materialize for group by [doris]

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

Re: [PR] [fix](json function) json function parse failed should not cancel load and need record url and rows statistic [doris]

2024-10-18 Thread via GitHub
sollhui closed pull request #39479: [fix](json function) json function parse failed should not cancel load and need record url and rows statistic URL: https://github.com/apache/doris/pull/39479 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [feat](nereids)Compress materialize for group by [doris]

2024-10-18 Thread via GitHub
englefly commented on PR #41983: URL: https://github.com/apache/doris/pull/41983#issuecomment-2423525988 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](inverted index) multi_match supports any, all, phrase. (#41663) [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42097: URL: https://github.com/apache/doris/pull/42097#issuecomment-2423526710 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] [branch-2.1](case) fix invalid test case [doris]

2024-10-18 Thread via GitHub
yiguolei commented on PR #42126: URL: https://github.com/apache/doris/pull/42126#issuecomment-2423519467 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: [I] [Bug] wrong expand column when select iceberg table [doris]

2024-10-18 Thread via GitHub
liujie-yt commented on issue #36360: URL: https://github.com/apache/doris/issues/36360#issuecomment-2423524848 I think i get the same issue, P_day is partition cloum My version is apache/doris/doris-be:2.1.4 ``` An error occurred while calling o4.execute. : com.mysql.cj.exceptio

(doris) branch branch-2.1 updated (d5fef266eca -> 9383378f2e3)

2024-10-18 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 d5fef266eca [fix](inverted index) Fix incorrect exception handling (#42094) add 9383378f2e3 [Fix](Export) `

Re: [PR] [Fix](Export) `show export` statement supports specify the catalog name #41662 [doris]

2024-10-18 Thread via GitHub
yiguolei merged PR #42117: URL: https://github.com/apache/doris/pull/42117 -- 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] [fix](inverted index) multi_match supports any, all, phrase. (#41663) [doris]

2024-10-18 Thread via GitHub
yiguolei commented on PR #42097: URL: https://github.com/apache/doris/pull/42097#issuecomment-2423524477 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](inverted index) Fix incorrect exception handling [doris]

2024-10-18 Thread via GitHub
yiguolei merged PR #42094: URL: https://github.com/apache/doris/pull/42094 -- 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: [fix](inverted index) Fix incorrect exception handling (#42094)

2024-10-18 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 d5fef266eca [fix](inverted index) Fix i

Re: [PR] [branch-2.1](case) fix invalid test case [doris]

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

[PR] [branch-2.1](case) fix invalid test case [doris]

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

Re: [PR] [enhance](parquet) support reading brotli compressed parquet file [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #41875: URL: https://github.com/apache/doris/pull/41875#issuecomment-2423466091 ClickBench: Total hot run time: 32.09 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhance](parquet) support reading brotli compressed parquet file [doris]

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

Re: [PR] [enhance](parquet) support reading brotli compressed parquet file [doris]

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

Re: [PR] [fix] (inverted index) list inverted index files [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on code in PR #42125: URL: https://github.com/apache/doris/pull/42125#discussion_r1807132555 ## be/src/olap/tablet_schema.cpp: ## @@ -1362,49 +1343,27 @@ void TabletSchema::update_tablet_columns(const TabletSchema& tablet_schema, } } -bool

Re: [PR] [fix](tvf) fix that FE OOM when using tvf #40981 [doris]

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

Re: [PR] [fix] (inverted index) list inverted index files [doris]

2024-10-18 Thread via GitHub
csun5285 commented on PR #42125: URL: https://github.com/apache/doris/pull/42125#issuecomment-2423417204 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] [enhance](parquet) support reading brotli compressed parquet file [doris]

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

[PR] [fix] (inverted index) list inverted index files [doris]

2024-10-18 Thread via GitHub
csun5285 opened a new pull request, #42125: URL: https://github.com/apache/doris/pull/42125 fix fix fix ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] [feature](jdbc catalog) support gbase jdbc catalog #41027 #41587 [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42123: URL: https://github.com/apache/doris/pull/42123#issuecomment-2423415647 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] [enhance](parquet) support reading brotli compressed parquet file [doris]

2024-10-18 Thread via GitHub
morningman commented on PR #41875: URL: https://github.com/apache/doris/pull/41875#issuecomment-2423414865 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] [feature](jdbc catalog) support gbase jdbc catalog #41027 #41587 [doris]

2024-10-18 Thread via GitHub
morningman commented on PR #42123: URL: https://github.com/apache/doris/pull/42123#issuecomment-2423412880 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] [bugfix](hive)Use the connected user to initialize the owner of the hive table #41876 [doris]

2024-10-18 Thread via GitHub
morningman commented on PR #42121: URL: https://github.com/apache/doris/pull/42121#issuecomment-2423408359 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

(doris) branch branch-2.1 updated: [fix](tvf) fix that FE OOM when using tvf #40981 (#42119)

2024-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 702184bd924 [fix](tvf) fix that FE OO

(doris) branch branch-2.1 updated: [Test](Orc) Add tests for exception orc files #40621 (#42118)

2024-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 bce89b65fb4 [Test](Orc) Add tests for

Re: [PR] [Test](Orc) Add tests for exception orc files #40621 [doris]

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

Re: [PR] [fix](catalog) fix filtered database when use_meta_cache=true #41939 [doris]

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

(doris) branch branch-2.1 updated: [fix](catalog) fix filtered database when use_meta_cache=true #41939 (#42114)

2024-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 ede1253666b [fix](catalog) fix filter

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool [doris]

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

(doris) branch branch-3.0 updated: [fix](jni)fix jni use timezone_obj get timezone be core. (#41956) (#42070)

2024-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 f707a398c23 [fix](jni)fix jni use tim

Re: [PR] org merge io [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42004: URL: https://github.com/apache/doris/pull/42004#issuecomment-2423022355 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] org merge io [doris]

2024-10-18 Thread via GitHub
hubgeter commented on PR #42004: URL: https://github.com/apache/doris/pull/42004#issuecomment-2423015021 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] org merge io [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42004: URL: https://github.com/apache/doris/pull/42004#issuecomment-2423014987 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] org merge io [doris]

2024-10-18 Thread via GitHub
hubgeter commented on PR #42004: URL: https://github.com/apache/doris/pull/42004#issuecomment-2422745940 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](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42113: URL: https://github.com/apache/doris/pull/42113#issuecomment-2422947838 ClickBench: Total hot run time: 32.34 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

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

(doris) branch branch-2.1 updated: [fix](nereids) fix regression case:test_cte_filter_pushdown (#42103)

2024-10-18 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 f361754a71d [fix](nereids) fix regressi

Re: [PR] [fix](nereids) fix regression case:test_cte_filter_pushdown [doris]

2024-10-18 Thread via GitHub
yiguolei merged PR #42103: URL: https://github.com/apache/doris/pull/42103 -- 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] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

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

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42113: URL: https://github.com/apache/doris/pull/42113#issuecomment-2422920538 TeamCity be ut coverage result: Function Coverage: 37.47% (9711/25916) Line Coverage: 28.75% (80655/280546) Region Coverage: 28.18% (41724/148048) Branch Coverage: 24.7

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

2024-10-18 Thread via GitHub
suxiaogang223 commented on PR #42113: URL: https://github.com/apache/doris/pull/42113#issuecomment-2422862312 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] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42113: URL: https://github.com/apache/doris/pull/42113#issuecomment-2422859369 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](jni)fix jni use timezone_obj get timezone be core. (#41956) [doris]

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

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

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

(doris) branch branch-2.1 updated: [opt](log) avoid print too much log when get partitions failed #41892 (#42116)

2024-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 c65f1044f67 [opt](log) avoid print to

Re: [PR] [opt](log) avoid print too much log when get partitions failed #41892 [doris]

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

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42115: URL: https://github.com/apache/doris/pull/42115#issuecomment-2422757537 ClickBench: Total hot run time: 32.47 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] org merge io [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42004: URL: https://github.com/apache/doris/pull/42004#issuecomment-2422749545 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] [bugfix](handshake) brpc handshake should not use light pool [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42115: URL: https://github.com/apache/doris/pull/42115#issuecomment-2422740429 TeamCity be ut coverage result: Function Coverage: 37.47% (9710/25915) Line Coverage: 28.75% (80652/280533) Region Coverage: 28.18% (41723/148045) Branch Coverage: 24.7

Re: [PR] [enhance](thirdparty) add boritli headers in thirdparty (#42017) (#42110) [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42124: URL: https://github.com/apache/doris/pull/42124#issuecomment-2422732523 TeamCity be ut coverage result: Function Coverage: 36.00% (9344/25955) Line Coverage: 27.58% (76786/278402) Region Coverage: 26.39% (39440/149460) Branch Coverage: 23.1

Re: [PR] [fix](nereids) fix regression case:test_cte_filter_pushdown [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42103: URL: https://github.com/apache/doris/pull/42103#issuecomment-2422230558 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] org merge io [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42004: URL: https://github.com/apache/doris/pull/42004#issuecomment-2422727221 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] [bugfix](handshake) brpc handshake should not use light pool [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42115: URL: https://github.com/apache/doris/pull/42115#issuecomment-2422725798 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

Re: [PR] [Pick](nereids) pick 40529 41464 40349 [doris]

2024-10-18 Thread via GitHub
englefly commented on PR #42073: URL: https://github.com/apache/doris/pull/42073#issuecomment-2422418276 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

(doris-thirdparty) branch orc updated: [opt] support orc merge multi stripes io (#244)

2024-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch orc in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/orc by this push: new db01184f765 [opt] support orc merge mult

Re: [PR] [opt] support orc merge multi stripes io [doris-thirdparty]

2024-10-18 Thread via GitHub
morningman merged PR #244: URL: https://github.com/apache/doris-thirdparty/pull/244 -- 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...@

Re: [PR] [fix](inverted index) Fix incorrect exception handling [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42094: URL: https://github.com/apache/doris/pull/42094#issuecomment-2422240851 TeamCity be ut coverage result: Function Coverage: 36.02% (9347/25953) Line Coverage: 27.60% (76816/278339) Region Coverage: 26.40% (39454/149442) Branch Coverage: 23.1

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42113: URL: https://github.com/apache/doris/pull/42113#issuecomment-2422707203 ClickBench: Total hot run time: 32.39 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

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

Re: [PR] [Test](tvf) add regression tests for testing orc reader #41606 [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42120: URL: https://github.com/apache/doris/pull/42120#issuecomment-2422696912 TeamCity be ut coverage result: Function Coverage: 36.01% (9347/25955) Line Coverage: 27.59% (76821/278399) Region Coverage: 26.40% (39455/149456) Branch Coverage: 23.1

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool [doris]

2024-10-18 Thread via GitHub
yiguolei commented on PR #42115: URL: https://github.com/apache/doris/pull/42115#issuecomment-2422688336 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](function)support bit_test function [doris]

2024-10-18 Thread via GitHub
HappenLee commented on code in PR #42099: URL: https://github.com/apache/doris/pull/42099#discussion_r1806643305 ## be/src/vec/functions/function_bit_test.cpp: ## @@ -0,0 +1,146 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

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

[PR] [opt](nereids) Refine stats derive [doris]

2024-10-18 Thread via GitHub
xzj7019 opened a new pull request, #42112: URL: https://github.com/apache/doris/pull/42112 pick from https://github.com/apache/doris/pull/40654 https://github.com/apache/doris/pull/40698 https://github.com/apache/doris/pull/40762 -- This is an automated message from the Apache Gi

Re: [PR] [fix](nereids)modify agg function nullability in PhysicalHashAggregate [doris]

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

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

2024-10-18 Thread via GitHub
HappenLee commented on code in PR #42099: URL: https://github.com/apache/doris/pull/42099#discussion_r1806643305 ## be/src/vec/functions/function_bit_test.cpp: ## @@ -0,0 +1,146 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [bugfix](handshake) brpc handshake should not use light pool [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42115: URL: https://github.com/apache/doris/pull/42115#issuecomment-2422667218 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] [bugfix](handshake) brpc handshake should not use light pool [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42115: URL: https://github.com/apache/doris/pull/42115#issuecomment-2422667287 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

[PR] [enhance](thirdparty) add boritli headers in thirdparty (#42017) (#42110) [doris]

2024-10-18 Thread via GitHub
morningman opened a new pull request, #42124: URL: https://github.com/apache/doris/pull/42124 bp (#42017) (#42110) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [enhance](thirdparty) add boritli headers in thirdparty (#42017) (#42110) [doris]

2024-10-18 Thread via GitHub
morningman commented on PR #42124: URL: https://github.com/apache/doris/pull/42124#issuecomment-2422657653 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] [enhance](thirdparty) add boritli headers in thirdparty (#42017) (#42110) [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42124: URL: https://github.com/apache/doris/pull/42124#issuecomment-2422657594 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] [feature](jdbc catalog) support gbase jdbc catalog #41027 [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42123: URL: https://github.com/apache/doris/pull/42123#issuecomment-2422653829 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](test) fix unstable external p0 cases [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42069: URL: https://github.com/apache/doris/pull/42069#issuecomment-2422652085 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](test) fix unstable external p0 cases [doris]

2024-10-18 Thread via GitHub
github-actions[bot] commented on PR #42069: URL: https://github.com/apache/doris/pull/42069#issuecomment-2422652161 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](thirdparty) add missing build_brotli [doris]

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

(doris) branch master updated: [fix](thirdparty) add missing build_brotli (#42110)

2024-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 f796e3b50df [fix](thirdparty) add missing bui

Re: [PR] [fix](multi-catalog) Disable string dictionary filtering when predicate express is not slot [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42113: URL: https://github.com/apache/doris/pull/42113#issuecomment-2422648229 TeamCity be ut coverage result: Function Coverage: 37.47% (9711/25916) Line Coverage: 28.73% (80614/280546) Region Coverage: 28.18% (41717/148048) Branch Coverage: 24.7

Re: [PR] [fix](nereids)modify agg function nullability in PhysicalHashAggregate [doris]

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

[PR] [feature](jdbc catalog) support gbase jdbc catalog #41027 [doris]

2024-10-18 Thread via GitHub
morningman opened a new pull request, #42123: URL: https://github.com/apache/doris/pull/42123 cherry pick from #41027 -- 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](jdbc catalog) support gbase jdbc catalog #41027 [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42123: URL: https://github.com/apache/doris/pull/42123#issuecomment-2422640855 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] [feature](jdbc catalog) support gbase jdbc catalog #41027 [doris]

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

Re: [PR] [fix](jdbc catalog) fix and add mysql and doris extremum test #41679 [doris]

2024-10-18 Thread via GitHub
doris-robot commented on PR #42122: URL: https://github.com/apache/doris/pull/42122#issuecomment-2422639011 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

  1   2   3   4   5   >