Re: [PR] [chore](plugin)It's allowed for the plugin directory to be empty when loading plugins [doris]

2024-10-09 Thread via GitHub
CalvinKirs merged PR #41574: URL: https://github.com/apache/doris/pull/41574 -- 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] [Improve](array-overlaps) improve array overlaps [doris]

2024-10-09 Thread via GitHub
amorynan commented on PR #41571: URL: https://github.com/apache/doris/pull/41571#issuecomment-2401491961 run external -- 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] [Pick][Improment]Add workload group query detail (#40050) [doris]

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

(doris) branch master updated (945edf8dbff -> 9b25a83b6c6)

2024-10-09 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 945edf8dbff [chore](dependencies)upgrade fe dependencies (#41142) add 9b25a83b6c6 [chore](plugin)It's allowed for th

Re: [PR] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41633: URL: https://github.com/apache/doris/pull/41633#issuecomment-2402908452 TeamCity be ut coverage result: Function Coverage: 36.09% (9340/25879) Line Coverage: 27.66% (76721/277374) Region Coverage: 26.44% (39375/148898) Branch Coverage: 23.2

Re: [PR] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

2024-10-09 Thread via GitHub
csun5285 commented on PR #41625: URL: https://github.com/apache/doris/pull/41625#issuecomment-2402559206 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] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

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

Re: [PR] [fix](counters) fix MemoryUsage and PeakMemoryUsage counters of some operators [doris]

2024-10-09 Thread via GitHub
jacktengg commented on PR #41602: URL: https://github.com/apache/doris/pull/41602#issuecomment-2402929007 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](multi-catalog) Optimize file splitting. [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41634: URL: https://github.com/apache/doris/pull/41634#issuecomment-2402932937 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] [opt](multi-catalog) Optimize file splitting. [doris]

2024-10-09 Thread via GitHub
kaka11chen commented on PR #41634: URL: https://github.com/apache/doris/pull/41634#issuecomment-2402934085 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] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

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

[PR] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

2024-10-09 Thread via GitHub
kaka11chen opened a new pull request, #41633: URL: https://github.com/apache/doris/pull/41633 Backport #39540. -- 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 unsubscrib

Re: [PR] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41633: URL: https://github.com/apache/doris/pull/41633#issuecomment-2402841200 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] [bugfix](segmentload) should remove segment from segment cache if load segment failed [doris]

2024-10-09 Thread via GitHub
gavinchou commented on code in PR #41608: URL: https://github.com/apache/doris/pull/41608#discussion_r1793865357 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -554,11 +554,17 @@ vectorized::DataTypePtr Segment::get_data_type_of(const ColumnIdentifier& identi } Status

Re: [PR] [bugfix](segmentload) should remove segment from segment cache if load segment failed [doris]

2024-10-09 Thread via GitHub
gavinchou commented on code in PR #41608: URL: https://github.com/apache/doris/pull/41608#discussion_r1793863923 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -910,8 +916,14 @@ Status Segment::new_inverted_index_iterator(const TabletColumn& tablet_column, ColumnReade

Re: [PR] [bugfix](segmentload) should remove segment from segment cache if load segment failed [doris]

2024-10-09 Thread via GitHub
gavinchou commented on code in PR #41608: URL: https://github.com/apache/doris/pull/41608#discussion_r1793863923 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -910,8 +916,14 @@ Status Segment::new_inverted_index_iterator(const TabletColumn& tablet_column, ColumnReade

Re: [PR] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

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

[I] [Feature] MariaDB support [doris]

2024-10-09 Thread via GitHub
robertsilen opened a new issue, #41635: URL: https://github.com/apache/doris/issues/41635 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Is MariaDB suppo

Re: [PR] [refine](rf) Adjust the calculation logic for rf's always_true. [doris]

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

Re: [PR] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41625: URL: https://github.com/apache/doris/pull/41625#issuecomment-2402574863 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] [refine](rf) Adjust the calculation logic for rf's always_true. [doris]

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

Re: [PR] [function](cast)Make string casting to integers more like MySQL's beh… [doris]

2024-10-09 Thread via GitHub
yiguolei commented on code in PR #41541: URL: https://github.com/apache/doris/pull/41541#discussion_r1793832900 ## be/src/util/string_parser.hpp: ## @@ -306,7 +320,8 @@ T StringParser::string_to_int_internal(const char* __restrict s, int len, ParseR }

Re: [PR] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

2024-10-09 Thread via GitHub
kaka11chen commented on PR #41632: URL: https://github.com/apache/doris/pull/41632#issuecomment-2402822167 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] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41632: URL: https://github.com/apache/doris/pull/41632#issuecomment-2402822076 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] [Enhancement](multi-catalog) Set hdfs native client logger to glog and redirect jvm stdout/stderr logger to jni.log. [doris]

2024-10-09 Thread via GitHub
kaka11chen opened a new pull request, #41632: URL: https://github.com/apache/doris/pull/41632 Backport #39540. -- 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 unsubscrib

Re: [PR] [fix](counters) fix MemoryUsage and PeakMemoryUsage counters of some operators [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41602: URL: https://github.com/apache/doris/pull/41602#issuecomment-2403253758 TeamCity be ut coverage result: Function Coverage: 37.29% (9636/25838) Line Coverage: 28.67% (79883/278608) Region Coverage: 28.08% (41312/147110) Branch Coverage: 24.7

(doris) branch branch-2.1 updated: [case](mtmv)fix alter job case (#41326) (#41500)

2024-10-09 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 15bdfa446c4 [case](mtmv)fix alter job c

Re: [PR] [case](mtmv)fix alter job case (#41326) [doris]

2024-10-09 Thread via GitHub
yiguolei merged PR #41500: URL: https://github.com/apache/doris/pull/41500 -- 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] [bugfix](segmentload) should remove segment from segment cache if load segment failed [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41608: URL: https://github.com/apache/doris/pull/41608#issuecomment-2402705245 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](Nereids) could not parse date/datetime with blank + zone (#41394) [doris]

2024-10-09 Thread via GitHub
morrySnow commented on PR #41620: URL: https://github.com/apache/doris/pull/41620#issuecomment-2402589785 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 unsubscr

Re: [PR] [fix](parser) should not use selectHint in any place (#41260) [doris]

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

(doris) branch branch-2.1 updated: [fix](parser) should not use selectHint in any place (#41260) (#41619)

2024-10-09 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 1d2e2adb74e [fix](parser) should not u

Re: [PR] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41625: URL: https://github.com/apache/doris/pull/41625#issuecomment-2402627726 TeamCity be ut coverage result: Function Coverage: 37.30% (9639/25845) Line Coverage: 28.68% (79910/278591) Region Coverage: 28.10% (41325/147059) Branch Coverage: 24.7

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

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

Re: [PR] [bugfix](segmentload) should remove segment from segment cache if load segment failed [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41608: URL: https://github.com/apache/doris/pull/41608#issuecomment-2402870736 TeamCity be ut coverage result: Function Coverage: 37.30% (9639/25840) Line Coverage: 28.68% (79919/278631) Region Coverage: 28.10% (41331/147077) Branch Coverage: 24.7

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41631: URL: https://github.com/apache/doris/pull/41631#issuecomment-2402891798 TPC-DS: Total hot run time: 189781 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: [opt](Nereids) forbid distribute under project and filter (#39812) (#41622)

2024-10-09 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 649cefd70fb [opt](Nereids) forbid dist

Re: [PR] [fix](Nereids) simplify decimal comparison wrong when cast to smaller scale (#41151) [doris]

2024-10-09 Thread via GitHub
morrySnow merged PR #41618: URL: https://github.com/apache/doris/pull/41618 -- 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] [opt](Nereids) forbid distribute under project and filter (#39812) [doris]

2024-10-09 Thread via GitHub
morrySnow merged PR #41622: URL: https://github.com/apache/doris/pull/41622 -- 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] [opt](persist) do not persist boolean variable with default value [doris]

2024-10-09 Thread via GitHub
morrySnow closed pull request #36728: [opt](persist) do not persist boolean variable with default value URL: https://github.com/apache/doris/pull/36728 -- 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 t

Re: [PR] [refine](rf) Adjust the calculation logic for rf's always_true. [doris]

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

Re: [PR] [refine](rf) Adjust the calculation logic for rf's always_true. [doris]

2024-10-09 Thread via GitHub
Mryange commented on PR #41477: URL: https://github.com/apache/doris/pull/41477#issuecomment-2402712385 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 unsubscrib

Re: [PR] [fix](move-memtable) do not retry open streams [doris]

2024-10-09 Thread via GitHub
kaijchen commented on PR #41550: URL: https://github.com/apache/doris/pull/41550#issuecomment-2402982722 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](move-memtable) do not retry open streams [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41550: URL: https://github.com/apache/doris/pull/41550#issuecomment-2402992851 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] [refine](rf) Adjust the calculation logic for rf's always_true. [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41477: URL: https://github.com/apache/doris/pull/41477#issuecomment-2402675782 TeamCity be ut coverage result: Function Coverage: 37.30% (9639/25843) Line Coverage: 28.68% (79913/278614) Region Coverage: 28.10% (41325/147060) Branch Coverage: 24.7

(doris) branch master updated: [refactor](wg&memtracker) using weak ptr to delete memtracker and query context automatically (#41549)

2024-10-09 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 7229aeac549 [refactor](wg&memtracker) using wea

Re: [PR] [refactor](wg&memtracker) using weak ptr to delete memtracker and query context automatically [doris]

2024-10-09 Thread via GitHub
yiguolei merged PR #41549: URL: https://github.com/apache/doris/pull/41549 -- 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] [refine](rf) Adjust the calculation logic for rf's always_true. [doris]

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

Re: [PR] [bugfix](segmentload) should remove segment from segment cache if load segment failed [doris]

2024-10-09 Thread via GitHub
yiguolei commented on PR #41608: URL: https://github.com/apache/doris/pull/41608#issuecomment-240268 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] [Feat](nereids) add rewrite rule PushCountIntoUnionAll [doris]

2024-10-09 Thread via GitHub
feiniaofeiafei commented on PR #33530: URL: https://github.com/apache/doris/pull/33530#issuecomment-2402693435 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.

Re: [PR] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

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

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

2024-10-09 Thread via GitHub
kaka11chen commented on PR #41631: URL: https://github.com/apache/doris/pull/41631#issuecomment-2402697917 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] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

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

[PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

2024-10-09 Thread via GitHub
kaka11chen opened a new pull request, #41631: URL: https://github.com/apache/doris/pull/41631 Backport #38277 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41631: URL: https://github.com/apache/doris/pull/41631#issuecomment-2402696620 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](move-memtable) do not retry open streams [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41550: URL: https://github.com/apache/doris/pull/41550#issuecomment-2403095492 TeamCity be ut coverage result: Function Coverage: 37.31% (9639/25837) Line Coverage: 28.68% (79913/278605) Region Coverage: 28.10% (41324/147067) Branch Coverage: 24.7

Re: [PR] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

2024-10-09 Thread via GitHub
csun5285 commented on PR #41625: URL: https://github.com/apache/doris/pull/41625#issuecomment-2403569490 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] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41625: URL: https://github.com/apache/doris/pull/41625#issuecomment-2403580116 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](runtime-filter) send rf when hash join build early close and add check for BloomFilterFuncBase [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41601: URL: https://github.com/apache/doris/pull/41601#issuecomment-2401681105 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](schema scan) Finish schema scanner if limitation is reached [doris]

2024-10-09 Thread via GitHub
Gabriel39 merged PR #41592: URL: https://github.com/apache/doris/pull/41592 -- 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: [fix](schema scan) Finish schema scanner if limitation is reached (#41592)

2024-10-09 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3eb24bff707 [fix](schema scan) Finish schema

Re: [PR] [minor](log) Delete useless logics checking [doris]

2024-10-09 Thread via GitHub
Gabriel39 merged PR #41589: URL: https://github.com/apache/doris/pull/41589 -- 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 (3eb24bff707 -> fc0279b08d4)

2024-10-09 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3eb24bff707 [fix](schema scan) Finish schema scanner if limitation is reached (#41592) add fc0279b08d4 [minor

Re: [PR] [Feature](partial update) Support flexible partial update in stream load with json files [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on code in PR #39756: URL: https://github.com/apache/doris/pull/39756#discussion_r1793173667 ## be/src/olap/base_tablet.cpp: ## @@ -994,12 +1032,146 @@ Status BaseTablet::generate_new_block_for_partial_update( mutable_column->i

Re: [PR] [fix](conn-pool) Avoid some invalid connections returned to pool [doris]

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

Re: [PR] [ci](ga) skip scope-label [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41612: URL: https://github.com/apache/doris/pull/41612#issuecomment-2401885124 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] [ci](ga) skip scope-label [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41612: URL: https://github.com/apache/doris/pull/41612#issuecomment-2401885112 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [opt](variable) force update some variable by variable version [doris]

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

Re: [PR] [ci](ga) skip scope-label [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41612: URL: https://github.com/apache/doris/pull/41612#issuecomment-2401885027 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] [ci](ga) skip scope-label [doris]

2024-10-09 Thread via GitHub
github-actions[bot] commented on PR #41612: URL: https://github.com/apache/doris/pull/41612#issuecomment-2401885055 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](counters) fix MemoryUsage and PeakMemoryUsage counters of some operators [doris]

2024-10-09 Thread via GitHub
yiguolei commented on code in PR #41602: URL: https://github.com/apache/doris/pull/41602#discussion_r1793236996 ## be/src/pipeline/exec/aggregation_sink_operator.cpp: ## @@ -231,15 +231,16 @@ void AggSinkLocalState::_update_memusage_with_serialized_key() {

Re: [PR] add debug [doris]

2024-10-09 Thread via GitHub
BiteThet closed pull request #40775: add debug URL: https://github.com/apache/doris/pull/40775 -- 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: commi

[PR] Pick 30 mc storage api [doris]

2024-10-09 Thread via GitHub
hubgeter opened a new pull request, #41614: URL: https://github.com/apache/doris/pull/41614 bp #40225 , #40888 ,#41386 ## Proposed changes Among them, #40225 is the new api of mc, #40888 is used to fix the bug when reading null between the new and old apis, #41386 is used for

Re: [PR] [fix](Nereids) merge request properties map of group should compare cost (#40819) [doris]

2024-10-09 Thread via GitHub
morrySnow commented on PR #41615: URL: https://github.com/apache/doris/pull/41615#issuecomment-2401895148 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](Nereids) merge request properties map of group should compare cost (#40819) [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41615: URL: https://github.com/apache/doris/pull/41615#issuecomment-2401895098 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] Pick 30 mc storage api [doris]

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

[PR] [fix](Nereids) merge request properties map of group should compare cost (#40819) [doris]

2024-10-09 Thread via GitHub
morrySnow opened a new pull request, #41615: URL: https://github.com/apache/doris/pull/41615 pick from master #40819 when do merge, we should update target requestPropertiesMap ONLY IF the cost of source's request property lower than target one. Otherwise, the requestPropertiesMap wi

Re: [PR] [enhancement](util) print if using nereids planner when be coredump #31981 [doris]

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

Re: [PR] [opt](variable) force update some variable by variable version [doris]

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

Re: [PR] [fix](counters) fix MemoryUsage and PeakMemoryUsage counters of some operators [doris]

2024-10-09 Thread via GitHub
jacktengg commented on code in PR #41602: URL: https://github.com/apache/doris/pull/41602#discussion_r1793251018 ## be/src/pipeline/exec/aggregation_sink_operator.cpp: ## @@ -231,15 +231,16 @@ void AggSinkLocalState::_update_memusage_with_serialized_key() {

Re: [PR] [bugfix](segmentload) should remove segment from segment cache if load segment failed [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41608: URL: https://github.com/apache/doris/pull/41608#issuecomment-2401905842 TeamCity be ut coverage result: Function Coverage: 37.27% (9629/25838) Line Coverage: 28.67% (79881/278594) Region Coverage: 28.10% (41281/146929) Branch Coverage: 24.7

Re: [PR] [fix](counters) fix MemoryUsage and PeakMemoryUsage counters of some operators [doris]

2024-10-09 Thread via GitHub
jacktengg commented on code in PR #41602: URL: https://github.com/apache/doris/pull/41602#discussion_r1793251018 ## be/src/pipeline/exec/aggregation_sink_operator.cpp: ## @@ -231,15 +231,16 @@ void AggSinkLocalState::_update_memusage_with_serialized_key() {

(doris) branch branch-3.0 updated: [fix](memory) Fix OwnedSlice free memory (#40043)

2024-10-09 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 a020c02d304 [fix](memory) Fix OwnedS

Re: [PR] [enhancement](util) print if using nereids planner when be coredump #31981 [doris]

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

Re: [PR] (fix)[jdbc] fix Unknown command(27) [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41621: URL: https://github.com/apache/doris/pull/41621#issuecomment-2402057437 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] [Feat](nereids) add rewrite rule PushCountIntoUnionAll [doris]

2024-10-09 Thread via GitHub
feiniaofeiafei commented on PR #33530: URL: https://github.com/apache/doris/pull/33530#issuecomment-2402442954 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.

Re: [PR] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41625: URL: https://github.com/apache/doris/pull/41625#issuecomment-2402434445 TeamCity be ut coverage result: Function Coverage: 37.29% (9637/25845) Line Coverage: 28.66% (79852/278571) Region Coverage: 28.09% (41306/147053) Branch Coverage: 24.7

Re: [PR] [fix](cooldown) fix remove unused remote files [doris]

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

Re: [PR] [feature](nereids) extend infer predicates [doris]

2024-10-09 Thread via GitHub
feiniaofeiafei commented on PR #40878: URL: https://github.com/apache/doris/pull/40878#issuecomment-2402442079 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.

Re: [PR] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

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

Re: [PR] [improvement](jdbc catalog) Optimize JdbcCatalog case mapping stability [doris]

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

Re: [PR] [enhance](catalog)Allow parallel running of insert overwrite on the external table [doris]

2024-10-09 Thread via GitHub
zddr commented on PR #41575: URL: https://github.com/apache/doris/pull/41575#issuecomment-2401527354 run external -- 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] [minor](log) Delete useless logics checking [doris]

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

[PR] [fix](outfile) fix quotes with case [doris]

2024-10-09 Thread via GitHub
amorynan opened a new pull request, #41596: URL: https://github.com/apache/doris/pull/41596 ## 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] [fix](outfile) fix quotes with case [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41596: URL: https://github.com/apache/doris/pull/41596#issuecomment-2401547098 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) fix the error result in the query when using count on index [doris]

2024-10-09 Thread via GitHub
airborne12 merged PR #41375: URL: https://github.com/apache/doris/pull/41375 -- 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-3.0 updated: [Enhancement](inverted index) return OK instead of not supported in expr evaluate_inverted_index #41567 (#41577)

2024-10-09 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 2dda72d3976 [Enhancement](inverted inde

Re: [PR] [Enhancement](inverted index) apply inverted index when has any #41547 [doris]

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

Re: [PR] [fix](schema scan) Finish schema scanner if limitation is reached [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41592: URL: https://github.com/apache/doris/pull/41592#issuecomment-2401601433 TeamCity be ut coverage result: Function Coverage: 37.27% (9630/25836) Line Coverage: 28.68% (79890/278590) Region Coverage: 28.10% (41289/146930) Branch Coverage: 24.7

Re: [PR] [fix](array/map) fix resize impl in array/map [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41595: URL: https://github.com/apache/doris/pull/41595#issuecomment-2401602459 TeamCity be ut coverage result: Function Coverage: 37.28% (9631/25836) Line Coverage: 28.66% (79832/278590) Region Coverage: 28.09% (41272/146928) Branch Coverage: 24.7

  1   2   3   4   5   6   7   >