[GitHub] [doris] DongLiang-0 commented on pull request #24175: [fix](java-udf)Fix need to restart BE after replacing the jar package in java-udf

2023-09-10 Thread via GitHub
DongLiang-0 commented on PR #24175: URL: https://github.com/apache/doris/pull/24175#issuecomment-1713216286 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

[GitHub] [doris] bobhan1 commented on pull request #21597: [feature](partial update) support MOW partial update for insert statement

2023-09-10 Thread via GitHub
bobhan1 commented on PR #21597: URL: https://github.com/apache/doris/pull/21597#issuecomment-1713215515 run clickbench -- 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

[GitHub] [doris] DongLiang-0 opened a new pull request, #24175: [fix](java-udf)Fix need to restart BE after replacing the jar package in java-udf

2023-09-10 Thread via GitHub
DongLiang-0 opened a new pull request, #24175: URL: https://github.com/apache/doris/pull/24175 ## Proposed changes Previously, jar positioning was based on the pid of the file, which would result in the replacement jar package being unable to be located. ## Further

[GitHub] [doris] XieJiann commented on pull request #23598: [feature](Nereids) add lambda argument and array_map function

2023-09-10 Thread via GitHub
XieJiann commented on PR #23598: URL: https://github.com/apache/doris/pull/23598#issuecomment-1713213738 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

[GitHub] [doris] morningman closed pull request #23410: [fix](export)Export does not support viewing clear error messages

2023-09-10 Thread via GitHub
morningman closed pull request #23410: [fix](export)Export does not support viewing clear error messages URL: https://github.com/apache/doris/pull/23410 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #23377: [feature](profile) support simply profile

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

[GitHub] [doris] Mryange commented on pull request #23377: [feature](profile) support simply profile

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

[GitHub] [doris] doris-robot commented on pull request #24157: [Fix](broker load) broker load with or predicate error fix

2023-09-10 Thread via GitHub
doris-robot commented on PR #24157: URL: https://github.com/apache/doris/pull/24157#issuecomment-1713202377 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.01 seconds stream load tsv: 609 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24171: [fix](Nereids): add DateTimeFormatterUtils and fix bug

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

[GitHub] [doris] github-actions[bot] commented on pull request #24174: [fix](invert index) fix overloaded-virtual compiler warning

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

[GitHub] [doris] github-actions[bot] commented on pull request #24171: [fix](Nereids): add DateTimeFormatterUtils and fix bug

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

[GitHub] [doris] zzzxl1993 commented on pull request #24174: [fix](invert index) fix overloaded-virtual compiler warning

2023-09-10 Thread via GitHub
zzzxl1993 commented on PR #24174: URL: https://github.com/apache/doris/pull/24174#issuecomment-1713184978 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

[GitHub] [doris] zzzxl1993 opened a new pull request, #24174: [fix](invert index) fix overloaded-virtual compiler warning

2023-09-10 Thread via GitHub
zzzxl1993 opened a new pull request, #24174: URL: https://github.com/apache/doris/pull/24174 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at

[doris] branch master updated: [Fix](signal) fix signal handler (#24144)

2023-09-10 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 8f7e7a7b31 [Fix](signal) fix signal handler

[GitHub] [doris] yiguolei merged pull request #24144: [Fix](signal) fix signal handler

2023-09-10 Thread via GitHub
yiguolei merged PR #24144: URL: https://github.com/apache/doris/pull/24144 -- 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:

[GitHub] [doris] yiguolei closed issue #24142: [Bug] Doris native signal handler is not working

2023-09-10 Thread via GitHub
yiguolei closed issue #24142: [Bug] Doris native signal handler is not working URL: https://github.com/apache/doris/issues/24142 -- 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.

[GitHub] [doris] XieJiann commented on pull request #23598: [feature](Nereids) add lambda argument and array_map function

2023-09-10 Thread via GitHub
XieJiann commented on PR #23598: URL: https://github.com/apache/doris/pull/23598#issuecomment-1713181227 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

[doris-thirdparty] branch clucene updated: [fix](reader) fix overloaded-virtual compiler error (#119)

2023-09-10 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new 021666f9 [fix](reader) fix

[GitHub] [doris-thirdparty] eldenmoon merged pull request #119: [fix](reader) fix overloaded-virtual compiler warning

2023-09-10 Thread via GitHub
eldenmoon merged PR #119: URL: https://github.com/apache/doris-thirdparty/pull/119 -- 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:

[GitHub] [doris] doris-robot commented on pull request #23053: [feature](insert) Support wal for group commit insert

2023-09-10 Thread via GitHub
doris-robot commented on PR #23053: URL: https://github.com/apache/doris/pull/23053#issuecomment-1713175018 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.09 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

[GitHub] [doris] HackToday commented on pull request #15972: [improvement](bitshuffle)Enable avx512 support in bitshuffle for performance boost

2023-09-10 Thread via GitHub
HackToday commented on PR #15972: URL: https://github.com/apache/doris/pull/15972#issuecomment-1713171657 @xiaokang please help leave your comment on the issue (https://github.com/apache/doris/issues/24145) for some questions. Thanks -- This is an automated message from the Apache Git

[GitHub] [doris] doris-robot commented on pull request #24169: [Enhancement](status) Refactor Slice move/copy ctor && assignment to default

2023-09-10 Thread via GitHub
doris-robot commented on PR #24169: URL: https://github.com/apache/doris/pull/24169#issuecomment-1713169820 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.92 seconds stream load tsv: 592 seconds loaded 74807831229 Bytes,

[GitHub] [doris] mongo360 commented on pull request #24157: [Fix](broker load) broker load with or predicate error fix

2023-09-10 Thread via GitHub
mongo360 commented on PR #24157: URL: https://github.com/apache/doris/pull/24157#issuecomment-1713169569 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

[GitHub] [doris] doris-robot commented on pull request #23972: [Improvement](join) some improvement of hash join

2023-09-10 Thread via GitHub
doris-robot commented on PR #23972: URL: https://github.com/apache/doris/pull/23972#issuecomment-1713164759 TeamCity be ut coverage result: Function Coverage: 36.94% (7919/21438) Line Coverage: 28.96% (63625/219670) Region Coverage: 27.90% (33005/118316) Branch Coverage:

[GitHub] [doris] doris-robot commented on pull request #23053: [feature](insert) Support wal for group commit insert

2023-09-10 Thread via GitHub
doris-robot commented on PR #23053: URL: https://github.com/apache/doris/pull/23053#issuecomment-1713161991 TeamCity be ut coverage result: Function Coverage: 37.42% (8042/21490) Line Coverage: 29.38% (64726/220307) Region Coverage: 28.31% (33580/118635) Branch Coverage:

[GitHub] [doris] doris-robot commented on pull request #24060: [fix](Nereids) set operation children output order not same

2023-09-10 Thread via GitHub
doris-robot commented on PR #24060: URL: https://github.com/apache/doris/pull/24060#issuecomment-1713159918 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.84 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24165: [Fix](status)FIx status

2023-09-10 Thread via GitHub
doris-robot commented on PR #24165: URL: https://github.com/apache/doris/pull/24165#issuecomment-1713159877 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.18 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24026: [feat](optimizer) enable set auto analyze time by set global session variable

2023-09-10 Thread via GitHub
doris-robot commented on PR #24026: URL: https://github.com/apache/doris/pull/24026#issuecomment-1713159874 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.21 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24026: [feat](optimizer) enable set auto analyze time by set global session variable

2023-09-10 Thread via GitHub
doris-robot commented on PR #24026: URL: https://github.com/apache/doris/pull/24026#issuecomment-1713157684 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.44 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24173: [Improve](Routineload)Set the maximum timeout for obtaining partition to 60s

2023-09-10 Thread via GitHub
doris-robot commented on PR #24173: URL: https://github.com/apache/doris/pull/24173#issuecomment-1713157600 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.84 seconds stream load tsv: 584 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24167: (improvement)[inverted-index] add and optimize checks when IO error occurs.

2023-09-10 Thread via GitHub
doris-robot commented on PR #24167: URL: https://github.com/apache/doris/pull/24167#issuecomment-1713157418 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.8 seconds stream load tsv: 591 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #23972: [Improvement](join) some improvement of hash join

2023-09-10 Thread via GitHub
doris-robot commented on PR #23972: URL: https://github.com/apache/doris/pull/23972#issuecomment-1713155402 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.72 seconds stream load tsv: 584 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24169: [Enhancement](status) Refactor Slice move/copy ctor && assignment to default

2023-09-10 Thread via GitHub
doris-robot commented on PR #24169: URL: https://github.com/apache/doris/pull/24169#issuecomment-1713151911 TeamCity be ut coverage result: Function Coverage: 36.92% (7915/21437) Line Coverage: 28.96% (63609/219674) Region Coverage: 27.89% (33000/118333) Branch Coverage:

[doris] branch master updated (9c441a4a16 -> 7abd88f1b4)

2023-09-10 Thread luozenglin
This is an automated email from the ASF dual-hosted git repository. luozenglin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9c441a4a16 [feature](Nereids) support create table and ctas (#24150) add 7abd88f1b4 remove editlogport in

[GitHub] [doris] luozenglin merged pull request #24047: [enhancement](tvf) Remove EditLogPort in frontends disks

2023-09-10 Thread via GitHub
luozenglin merged PR #24047: URL: https://github.com/apache/doris/pull/24047 -- 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:

[GitHub] [doris] luozenglin closed issue #24042: [Enhancement] Remove EditLogPort in frontends disks

2023-09-10 Thread via GitHub
luozenglin closed issue #24042: [Enhancement] Remove EditLogPort in frontends disks URL: https://github.com/apache/doris/issues/24042 -- 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

[doris] branch master updated (134b210c03 -> 9c441a4a16)

2023-09-10 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 134b210c03 [improvement](shutdown) not print thread pool error stack trace when shutdown (#24155) add

[GitHub] [doris] morningman merged pull request #24150: [feature](Nereids) support create table and ctas

2023-09-10 Thread via GitHub
morningman merged PR #24150: URL: https://github.com/apache/doris/pull/24150 -- 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:

[GitHub] [doris] doris-robot commented on pull request #24165: [Fix](status)FIx status

2023-09-10 Thread via GitHub
doris-robot commented on PR #24165: URL: https://github.com/apache/doris/pull/24165#issuecomment-1713148030 TeamCity be ut coverage result: Function Coverage: 36.93% (7919/21441) Line Coverage: 28.96% (63629/219698) Region Coverage: 27.90% (33014/118347) Branch Coverage:

[GitHub] [doris] doris-robot commented on pull request #24171: [fix](Nereids): add DateTimeFormatterUtils and fix bug

2023-09-10 Thread via GitHub
doris-robot commented on PR #24171: URL: https://github.com/apache/doris/pull/24171#issuecomment-1713144722 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.13 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24150: [feature](Nereids) support create table and ctas

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

[GitHub] [doris] github-actions[bot] commented on pull request #24150: [feature](Nereids) support create table and ctas

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

[GitHub] [doris] doris-robot commented on pull request #24167: (improvement)[inverted-index] add and optimize checks when IO error occurs.

2023-09-10 Thread via GitHub
doris-robot commented on PR #24167: URL: https://github.com/apache/doris/pull/24167#issuecomment-1713139920 TeamCity be ut coverage result: Function Coverage: 36.92% (7917/21441) Line Coverage: 28.96% (63608/219677) Region Coverage: 27.87% (32996/118385) Branch Coverage:

[doris] branch master updated: [improvement](shutdown) not print thread pool error stack trace when shutdown (#24155)

2023-09-10 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 134b210c03 [improvement](shutdown) not print

[GitHub] [doris] yiguolei merged pull request #24155: [improvement](shutdown) not print thread pool error stack trace when shutdown

2023-09-10 Thread via GitHub
yiguolei merged PR #24155: URL: https://github.com/apache/doris/pull/24155 -- 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:

[GitHub] [doris] github-actions[bot] commented on pull request #24052: [feature-wip](executor)Add cgroup cpu controller

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

[GitHub] [doris] bobhan1 commented on pull request #24165: [Fix](status)FIx status

2023-09-10 Thread via GitHub
bobhan1 commented on PR #24165: URL: https://github.com/apache/doris/pull/24165#issuecomment-1713134104 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

[GitHub] [doris] zhiqiang-hhhh commented on issue #24082: [Bug] Be cored due to static variables' wrong de-construct order

2023-09-10 Thread via GitHub
zhiqiang- commented on issue #24082: URL: https://github.com/apache/doris/issues/24082#issuecomment-1713132169 ```txt Thread 1 (Thread 0x7f04cfe64740 (LWP 2509245) "doris_be"): #0 0x7f04ceab93fc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1

[GitHub] [doris] Kikyou1997 commented on pull request #24026: [feat](optimizer) enable set auto analyze time by set global session variable

2023-09-10 Thread via GitHub
Kikyou1997 commented on PR #24026: URL: https://github.com/apache/doris/pull/24026#issuecomment-1713132045 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

[GitHub] [doris] github-actions[bot] commented on pull request #23972: [Improvement](join) some improvement of hash join

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

[doris] branch master updated (c94e47583c -> db139cfd6e)

2023-09-10 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c94e47583c [fix](join) avoid DCHECK failed in '_filter_data_and_build_output' (#24162) add db139cfd6e [fix](log)

[GitHub] [doris] zy-kkk merged pull request #24161: [fix](log) delete useless log

2023-09-10 Thread via GitHub
zy-kkk merged PR #24161: URL: https://github.com/apache/doris/pull/24161 -- 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:

[GitHub] [doris] morrySnow commented on pull request #24060: [fix](Nereids) set operation children output order not same

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

[GitHub] [doris] CalvinKirs commented on pull request #24173: [Improve](Routineload)Set the maximum timeout for obtaining partition to 60s

2023-09-10 Thread via GitHub
CalvinKirs commented on PR #24173: URL: https://github.com/apache/doris/pull/24173#issuecomment-1713128686 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

[GitHub] [doris] CalvinKirs opened a new pull request, #24173: [Improve](Routineload)Set the maximum timeout for obtaining partition to 60s

2023-09-10 Thread via GitHub
CalvinKirs opened a new pull request, #24173: URL: https://github.com/apache/doris/pull/24173 … Sometimes it takes a long time due to network jitter and other reasons. ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively

[GitHub] [doris] Kikyou1997 commented on pull request #24026: [feat](optimizer) enable set auto analyze time by set global session variable

2023-09-10 Thread via GitHub
Kikyou1997 commented on PR #24026: URL: https://github.com/apache/doris/pull/24026#issuecomment-1713128503 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

[GitHub] [doris] qidaye commented on pull request #24167: (improvement)[inverted-index] add and optimize checks when IO error occurs.

2023-09-10 Thread via GitHub
qidaye commented on PR #24167: URL: https://github.com/apache/doris/pull/24167#issuecomment-171312 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

[GitHub] [doris] BiteTheDDDDt commented on pull request #23972: [Improvement](join) some improvement of hash join

2023-09-10 Thread via GitHub
BiteThet commented on PR #23972: URL: https://github.com/apache/doris/pull/23972#issuecomment-1713127322 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.

[GitHub] [doris] github-actions[bot] commented on pull request #24161: [fix](log) delete useless log

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

[GitHub] [doris] jackwener commented on pull request #24171: [fix](Nereids): add DateTimeFormatterUtils and fix bug

2023-09-10 Thread via GitHub
jackwener commented on PR #24171: URL: https://github.com/apache/doris/pull/24171#issuecomment-1713123045 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

[GitHub] [doris] doris-robot commented on pull request #24168: [Feature](multi-catalog) Support hadoop viewfs.

2023-09-10 Thread via GitHub
doris-robot commented on PR #24168: URL: https://github.com/apache/doris/pull/24168#issuecomment-1713123015 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.26 seconds stream load tsv: 590 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24161: [fix](log) delete useless log

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

[GitHub] [doris] doris-robot commented on pull request #24168: [Feature](multi-catalog) Support hadoop viewfs.

2023-09-10 Thread via GitHub
doris-robot commented on PR #24168: URL: https://github.com/apache/doris/pull/24168#issuecomment-1713121766 TeamCity be ut coverage result: Function Coverage: 36.92% (7917/21441) Line Coverage: 28.96% (63618/219691) Region Coverage: 27.89% (33002/118340) Branch Coverage:

[GitHub] [doris] doris-robot commented on pull request #23598: [feature](Nereids) add lambda argument and array_map function

2023-09-10 Thread via GitHub
doris-robot commented on PR #23598: URL: https://github.com/apache/doris/pull/23598#issuecomment-1713121774 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.59 seconds stream load tsv: 577 seconds loaded 74807831229 Bytes,

[GitHub] [doris] jackwener commented on a diff in pull request #24171: [fix](Nereids): add DateTimeFormatterUtils and fix bug

2023-09-10 Thread via GitHub
jackwener commented on code in PR #24171: URL: https://github.com/apache/doris/pull/24171#discussion_r1320966205 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/DateUtils.java: ## @@ -89,7 +89,9 @@ public static DateTimeFormatterBuilder formatBuilder(String pattern)

[doris] branch master updated (fb6cb88341 -> c94e47583c)

2023-09-10 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fb6cb88341 [feature-wip](dbt) dbt view columns comment and view rename change (#23917) add c94e47583c

[GitHub] [doris] BiteTheDDDDt merged pull request #24162: [fix](join) avoid DCHECK failed in '_filter_data_and_build_output'

2023-09-10 Thread via GitHub
BiteThet merged PR #24162: URL: https://github.com/apache/doris/pull/24162 -- 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:

[GitHub] [doris] doris-robot commented on pull request #24166: [refactor](pipelineX) Split init and open for local state

2023-09-10 Thread via GitHub
doris-robot commented on PR #24166: URL: https://github.com/apache/doris/pull/24166#issuecomment-1713120569 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.34 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

[GitHub] [doris] CalvinKirs commented on pull request #24172: [Improve](Job)Support other types of Job query interfaces

2023-09-10 Thread via GitHub
CalvinKirs commented on PR #24172: URL: https://github.com/apache/doris/pull/24172#issuecomment-1713120023 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

[GitHub] [doris] jackwener commented on a diff in pull request #24171: [fix](Nereids): add DateTimeFormatterUtils and fix bug

2023-09-10 Thread via GitHub
jackwener commented on code in PR #24171: URL: https://github.com/apache/doris/pull/24171#discussion_r1320966205 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/DateUtils.java: ## @@ -89,7 +89,9 @@ public static DateTimeFormatterBuilder formatBuilder(String pattern)

[GitHub] [doris] jackwener opened a new pull request, #24171: [fix](Nereids): add DateTimeFormatterUtils and fix bug

2023-09-10 Thread via GitHub
jackwener opened a new pull request, #24171: URL: https://github.com/apache/doris/pull/24171 ## Proposed changes bug - should reject 20200219 010101 - datetime should be compatible with date ## Further comments If this is a relatively large or complex change,

[GitHub] [doris] CalvinKirs opened a new pull request, #24172: [Improve](Job)Support other types of Job query interfaces

2023-09-10 Thread via GitHub
CalvinKirs opened a new pull request, #24172: URL: https://github.com/apache/doris/pull/24172 - Support MTMV job - Task info add create time and sql - Optimize scheduling logic ## Proposed changes Issue Number: close #xxx ## Further comments If this

[GitHub] [doris] xinyiZzz commented on a diff in pull request #23385: [improvement](compaction) optimize compaction mem tracker statistics

2023-09-10 Thread via GitHub
xinyiZzz commented on code in PR #23385: URL: https://github.com/apache/doris/pull/23385#discussion_r1320965053 ## be/src/runtime/memory/mem_tracker_limiter.cpp: ## @@ -229,6 +229,7 @@ std::string MemTrackerLimiter::log_process_usage_str() { std::vector snapshots;

[GitHub] [doris] xinyiZzz commented on a diff in pull request #23385: [improvement](compaction) optimize compaction mem tracker statistics

2023-09-10 Thread via GitHub
xinyiZzz commented on code in PR #23385: URL: https://github.com/apache/doris/pull/23385#discussion_r1320964315 ## be/src/runtime/memory/mem_tracker_limiter.cpp: ## @@ -229,6 +229,7 @@ std::string MemTrackerLimiter::log_process_usage_str() { std::vector snapshots;

[GitHub] [doris] github-actions[bot] commented on pull request #24170: [Feature](variant) add variant type

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

[GitHub] [doris] doris-robot commented on pull request #24144: [Fix](signal) fix signal handler

2023-09-10 Thread via GitHub
doris-robot commented on PR #24144: URL: https://github.com/apache/doris/pull/24144#issuecomment-1713116900 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.18 seconds stream load tsv: 599 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24169: [Enhancement](status) Refactor Slice move/copy ctor && assignment to default

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

[GitHub] [doris] github-actions[bot] commented on pull request #24169: [Enhancement](status) Refactor Slice move/copy ctor && assignment to default

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

[GitHub] [doris] github-actions[bot] commented on pull request #24169: [Enhancement](status) Refactor Slice move/copy ctor && assignment to default

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

[GitHub] [doris] xinyiZzz commented on a diff in pull request #23385: [improvement](compaction) optimize compaction mem tracker statistics

2023-09-10 Thread via GitHub
xinyiZzz commented on code in PR #23385: URL: https://github.com/apache/doris/pull/23385#discussion_r1320959257 ## be/src/olap/primary_key_index.cpp: ## @@ -32,7 +32,9 @@ #include "olap/types.h" namespace doris { - +PrimaryKeyIndexBuilder::~PrimaryKeyIndexBuilder() { +

[GitHub] [doris] deadlinefen closed pull request #19654: [chore](compile) Using chain-PCH based on .o instead of cmake’s PCH

2023-09-10 Thread via GitHub
deadlinefen closed pull request #19654: [chore](compile) Using chain-PCH based on .o instead of cmake’s PCH URL: https://github.com/apache/doris/pull/19654 -- 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

[GitHub] [doris] deadlinefen closed pull request #19764: [fix-test](client-cache) Replace ThriftClientImpl* with smart pointer

2023-09-10 Thread via GitHub
deadlinefen closed pull request #19764: [fix-test](client-cache) Replace ThriftClientImpl* with smart pointer URL: https://github.com/apache/doris/pull/19764 -- 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

[GitHub] [doris] hust-hhb commented on pull request #23053: [feature](insert) Support wal for group commit insert

2023-09-10 Thread via GitHub
hust-hhb commented on PR #23053: URL: https://github.com/apache/doris/pull/23053#issuecomment-1713114033 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

[GitHub] [doris] doris-robot commented on pull request #24029: [Refactor & Bugfix](static variables) move some static vairables to exec_env

2023-09-10 Thread via GitHub
doris-robot commented on PR #24029: URL: https://github.com/apache/doris/pull/24029#issuecomment-1713113811 TeamCity be ut coverage result: Function Coverage: 36.93% (7926/21464) Line Coverage: 28.94% (63603/219786) Region Coverage: 27.87% (32994/118374) Branch Coverage:

[GitHub] [doris] JackDrogon commented on pull request #24169: [Enhancement](status) Refactor Slice move/copy ctor && assignment to default

2023-09-10 Thread via GitHub
JackDrogon commented on PR #24169: URL: https://github.com/apache/doris/pull/24169#issuecomment-1713113479 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

[GitHub] [doris] doris-robot commented on pull request #24166: [refactor](pipelineX) Split init and open for local state

2023-09-10 Thread via GitHub
doris-robot commented on PR #24166: URL: https://github.com/apache/doris/pull/24166#issuecomment-1713113094 TeamCity be ut coverage result: Function Coverage: 36.92% (7917/21443) Line Coverage: 28.95% (63602/219700) Region Coverage: 27.88% (32991/118344) Branch Coverage:

[GitHub] [doris] doris-robot commented on pull request #23692: [Fix](Nereids) fix infer predicate lost cast of source expression

2023-09-10 Thread via GitHub
doris-robot commented on PR #23692: URL: https://github.com/apache/doris/pull/23692#issuecomment-1713112289 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.98 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

[GitHub] [doris] eldenmoon opened a new pull request, #24170: [Feature](variant) add variant type

2023-09-10 Thread via GitHub
eldenmoon opened a new pull request, #24170: URL: https://github.com/apache/doris/pull/24170 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at

[GitHub] [doris] doris-robot commented on pull request #24144: [Fix](signal) fix signal handler

2023-09-10 Thread via GitHub
doris-robot commented on PR #24144: URL: https://github.com/apache/doris/pull/24144#issuecomment-1713112242 TeamCity be ut coverage result: Function Coverage: 36.92% (7917/21441) Line Coverage: 28.95% (63605/219695) Region Coverage: 27.88% (32991/118341) Branch Coverage:

[GitHub] [doris] JackDrogon opened a new pull request, #24169: [Enhancement](status) Refactor Slice move/copy ctor && assignment to default

2023-09-10 Thread via GitHub
JackDrogon opened a new pull request, #24169: URL: https://github.com/apache/doris/pull/24169 ## Proposed changes Refactor Slice move/copy ctor && assignment to default ## Further comments If this is a relatively large or complex change, kick off the discussion at

[GitHub] [doris] doris-robot commented on pull request #23978: [feat](nereids): Support analyze with sample automatically

2023-09-10 Thread via GitHub
doris-robot commented on PR #23978: URL: https://github.com/apache/doris/pull/23978#issuecomment-1713110612 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.97 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24135: [enhancement] Support dispaly of auto analyze jobs

2023-09-10 Thread via GitHub
doris-robot commented on PR #24135: URL: https://github.com/apache/doris/pull/24135#issuecomment-1713110495 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.61 seconds stream load tsv: 577 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24165: [Fix](status)FIx status

2023-09-10 Thread via GitHub
doris-robot commented on PR #24165: URL: https://github.com/apache/doris/pull/24165#issuecomment-1713108871 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.08 seconds stream load tsv: 582 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24168: [Feature](multi-catalog) Support hadoop viewfs.

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

[GitHub] [doris] doris-robot commented on pull request #24150: [feature](Nereids) support create table and ctas

2023-09-10 Thread via GitHub
doris-robot commented on PR #24150: URL: https://github.com/apache/doris/pull/24150#issuecomment-1713106985 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.88 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24167: (improvement)[inverted-index] add and optimize checks when IO error occurs.

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

[GitHub] [doris] zhiqiang-hhhh commented on issue #24082: [Bug] Be cored due to static variables' wrong de-construct order

2023-09-10 Thread via GitHub
zhiqiang- commented on issue #24082: URL: https://github.com/apache/doris/issues/24082#issuecomment-1713105379 ```txt #0 0x7fab2defa37f in raise () from /lib64/libc.so.6 [Current thread is 1 (Thread 0x7fa6f48ce700 (LWP 2215595))] (gdb) bt #0 0x7fab2defa37f in raise

[GitHub] [doris] doris-robot commented on pull request #24153: [Feature](partitions) Support auto-partition

2023-09-10 Thread via GitHub
doris-robot commented on PR #24153: URL: https://github.com/apache/doris/pull/24153#issuecomment-1713105190 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.98 seconds stream load tsv: 598 seconds loaded 74807831229 Bytes,

[GitHub] [doris] kaka11chen commented on pull request #24168: [Feature](multi-catalog) Support hadoop viewfs.

2023-09-10 Thread via GitHub
kaka11chen commented on PR #24168: URL: https://github.com/apache/doris/pull/24168#issuecomment-1713104001 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

[GitHub] [doris] kaka11chen opened a new pull request, #24168: [Feature](multi-catalog) Support hadoop viewfs.

2023-09-10 Thread via GitHub
kaka11chen opened a new pull request, #24168: URL: https://github.com/apache/doris/pull/24168 ## Proposed changes ### Feature Support hadoop viewfs. ### Test - Regression tests: - hive viewfs test. - tvf viewfs test. - Broker load with broker and

  1   2   3   4   5   >