[PR] [doc](fix)2.0 not support job, delete doc [doris]

2023-12-26 Thread via GitHub
LemonLiTree opened a new pull request, #29136: URL: https://github.com/apache/doris/pull/29136 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

Re: [PR] [fix](nereids)exists subquery should handle top level scarlar agg correctly [doris]

2023-12-26 Thread via GitHub
starocean999 commented on PR #29135: URL: https://github.com/apache/doris/pull/29135#issuecomment-1870046999 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

[PR] [fix](nereids)exists subquery should handle top level scarlar agg correctly [doris]

2023-12-26 Thread via GitHub
starocean999 opened a new pull request, #29135: URL: https://github.com/apache/doris/pull/29135 top level scalar agg and always return a value or null for empty input, so Exists and Not Exists conjunct are always evaluated to True and False literals respectively. ``` SELECT * FROM

Re: [PR] [Feat](Nereids) add distribute hint to leading hint [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #28562: URL: https://github.com/apache/doris/pull/28562#issuecomment-1870046629 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 63d076e90bd58ad60a15ecf49caacc41edcc69b7, data reload: false run tpc

Re: [PR] [debug string](pipeline) Add necessary debug info [doris]

2023-12-26 Thread via GitHub
Gabriel39 merged PR #29119: URL: https://github.com/apache/doris/pull/29119 -- 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

Error while running github feature from .asf.yaml in doris!

2023-12-26 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [debug string](pipeline) Add necessary debug info (#29119)

2023-12-26 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 cd1e109cc3b [debug string](pipeline) Add nece

Re: [PR] [feature](Nereids): support comparing mv with inferred predicate [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29132: URL: https://github.com/apache/doris/pull/29132#issuecomment-1870045360 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.66 seconds stream load tsv: 561 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](statistic)Improve auto analyze visibility. [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29046: URL: https://github.com/apache/doris/pull/29046#issuecomment-1870044855 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] [improvement](statistic)Improve auto analyze visibility. [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29046: URL: https://github.com/apache/doris/pull/29046#issuecomment-1870044838 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] [improvement](statistic)Improve auto analyze visibility. [doris]

2023-12-26 Thread via GitHub
morrySnow commented on PR #29046: URL: https://github.com/apache/doris/pull/29046#issuecomment-1870044813 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] [refactor](operator) We dont need OperatorBuild to instantia operatpr [doris]

2023-12-26 Thread via GitHub
zhiqiang- commented on PR #29133: URL: https://github.com/apache/doris/pull/29133#issuecomment-1870043936 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](paimon) use SlotDescriptor to parse the required fields [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29053: URL: https://github.com/apache/doris/pull/29053#issuecomment-1870043933 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] [improvement](jdbc catalog) Change the connection pool parameters of Jdbc Catalog to be configurable [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #28779: URL: https://github.com/apache/doris/pull/28779#issuecomment-1870043660 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.47 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes,

Re: [PR] [refactor](operator) We dont need OperatorBuild to instantia operatpr [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29133: URL: https://github.com/apache/doris/pull/29133#issuecomment-1870043092 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/7336278355";) output. shellcheck err

Re: [PR] [fix](glue) support amazonaws.com.cn endpoint [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29128: URL: https://github.com/apache/doris/pull/29128#issuecomment-1870043192 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.93 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes,

[PR] [enhancement](paimon)support predict for null and notnull [doris]

2023-12-26 Thread via GitHub
wuwenchi opened a new pull request, #29134: URL: https://github.com/apache/doris/pull/29134 ## Proposed changes support predict for null and notnull ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache

[PR] [refactor](operator) We dont need OperatorBuild to instantia operatpr [doris]

2023-12-26 Thread via GitHub
zhiqiang- opened a new pull request, #29133: URL: https://github.com/apache/doris/pull/29133 (no comment) -- 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] [feature](Nereids): support comparing mv with inferred predicate [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29132: URL: https://github.com/apache/doris/pull/29132#issuecomment-1870042090 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit ebffcabc0c6d2e9a978b673bc43e3e24b4245e68, data reload: false run tpc

Re: [PR] [Improvement](nereids)Support ODBC table for new planner. [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29129: URL: https://github.com/apache/doris/pull/29129#issuecomment-1870041548 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.4 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes, a

Re: [PR] [fix](paimon) use SlotDescriptor to parse the required fields [doris]

2023-12-26 Thread via GitHub
AshinGau commented on PR #29053: URL: https://github.com/apache/doris/pull/29053#issuecomment-1870040506 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

Error while running github feature from .asf.yaml in doris!

2023-12-26 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated (cfed36afbfd -> 2d2f14bc755)

2023-12-26 Thread ashingau
This is an automated email from the ASF dual-hosted git repository. ashingau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from cfed36afbfd [Fix](topn opt) prevent from merge __TEMP__ column in segment iterator (#29121) add 2d2f14bc755 [fi

Re: [PR] [fix](paimon) use SlotDescriptor to parse the required fields [doris]

2023-12-26 Thread via GitHub
AshinGau merged PR #28990: URL: https://github.com/apache/doris/pull/28990 -- 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] [cleanup](move-memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29131: URL: https://github.com/apache/doris/pull/29131#issuecomment-1870038874 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](glue) support amazonaws.com.cn endpoint [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29128: URL: https://github.com/apache/doris/pull/29128#issuecomment-1870037320 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 86125666f516ddde1ecc5e0639bbfb490faba445, data reload: false run tpc

Re: [PR] [Fix](topn opt) prevent from merge __TEMP__ column in segment iterator [doris]

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

Error while running github feature from .asf.yaml in doris!

2023-12-26 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [cleanup](move-memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29131: URL: https://github.com/apache/doris/pull/29131#issuecomment-1870037742 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.0 updated: [Fix](topn opt) prevent from merge __TEMP__ column in segment iterator (#29127)

2023-12-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new d2bf26e0f4b [Fix](topn opt) prevent fro

Re: [PR] [Fix](topn opt) prevent from merge __TEMP__ column in segment iterator [doris]

2023-12-26 Thread via GitHub
yiguolei merged PR #29121: URL: https://github.com/apache/doris/pull/29121 -- 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 master updated: [Fix](topn opt) prevent from merge __TEMP__ column in segment iterator (#29121)

2023-12-26 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 cfed36afbfd [Fix](topn opt) prevent from merge

Re: [PR] [cleanup](move-memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29131: URL: https://github.com/apache/doris/pull/29131#issuecomment-1870036127 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] [improvement](jdbc catalog) Change the connection pool parameters of Jdbc Catalog to be configurable [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #28779: URL: https://github.com/apache/doris/pull/28779#issuecomment-1870035986 TeamCity be ut coverage result: Function Coverage: 37.85% (8016/21181) Line Coverage: 29.54% (65192/220716) Region Coverage: 28.97% (33492/115607) Branch Coverage: 24.8

Re: [PR] [fix](paimon) use SlotDescriptor to parse the required fields [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29053: URL: https://github.com/apache/doris/pull/29053#issuecomment-1870035753 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](paimon) use SlotDescriptor to parse the required fields [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29053: URL: https://github.com/apache/doris/pull/29053#issuecomment-1870035730 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](paimon) use SlotDescriptor to parse the required fields [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #28990: URL: https://github.com/apache/doris/pull/28990#issuecomment-1870035427 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] [cleanup](move-memtable) remove unused log in load stream stub [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29084: URL: https://github.com/apache/doris/pull/29084#issuecomment-1870035363 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] [cleanup](move-memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
HHoflittlefish777 commented on PR #29131: URL: https://github.com/apache/doris/pull/29131#issuecomment-1870033770 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] [Improvement](nereids)Support ODBC table for new planner. [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29129: URL: https://github.com/apache/doris/pull/29129#issuecomment-1870033032 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 0c0202e17ba6fa0fa353e6d9d8aef3f2c9be1661, data reload: false run tpc

Re: [PR] [fix](partial update) update error code when failed to fill the missing fields [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29103: URL: https://github.com/apache/doris/pull/29103#issuecomment-1870032533 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: [I] [Bug] 2.0.3版本因引入的jar包中slf4j冲突导致BE启动报错 [doris]

2023-12-26 Thread via GitHub
ksdb1155228 commented on issue #29122: URL: https://github.com/apache/doris/issues/29122#issuecomment-1870030235 > Priority_network怎么配置的 感谢回复,Priority_network 行尾有个特殊字符,修改后可以启动成功。 ps:依旧会报错冲突,但是可以使用。 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] [cleanup](move_memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29131: URL: https://github.com/apache/doris/pull/29131#issuecomment-1870029957 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] [2.0][Improvement](nereids)Support ODBC table for new planner. [doris]

2023-12-26 Thread via GitHub
zy-kkk commented on PR #29130: URL: https://github.com/apache/doris/pull/29130#issuecomment-1870029657 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] [fix](outfile) fix outfile csv did not write json column with string [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29067: URL: https://github.com/apache/doris/pull/29067#issuecomment-1870029294 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.07 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

Re: [PR] [debug string](pipeline) Add necessary debug info [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29119: URL: https://github.com/apache/doris/pull/29119#issuecomment-1870029213 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] [debug string](pipeline) Add necessary debug info [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29119: URL: https://github.com/apache/doris/pull/29119#issuecomment-1870029185 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

Error while running github feature from .asf.yaml in doris!

2023-12-26 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [typo](resource) fix create odbc resource error msg (#29019)

2023-12-26 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 0607760efa3 [typo](resource) fix create odbc resou

Re: [PR] [typo](resource) fix create odbc resource error msg [doris]

2023-12-26 Thread via GitHub
zy-kkk merged PR #29019: URL: https://github.com/apache/doris/pull/29019 -- 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.apach

Re: [PR] [fix](move_memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29131: URL: https://github.com/apache/doris/pull/29131#issuecomment-1870026359 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: [I] [Bug] CREATE-JOB syntax not supported [doris]

2023-12-26 Thread via GitHub
LemonLiTree commented on issue #29117: URL: https://github.com/apache/doris/issues/29117#issuecomment-1870026171 2.0 not support -- 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 comme

Re: [I] [Bug] 2.0.3版本因引入的jar包中slf4j冲突导致BE启动报错 [doris]

2023-12-26 Thread via GitHub
LemonLiTree commented on issue #29122: URL: https://github.com/apache/doris/issues/29122#issuecomment-1870024320 priorty_network 怎么配置 的 -- 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 specifi

Error while running github feature from .asf.yaml in doris!

2023-12-26 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [fix](doc) spell errors fixes for memory tracker docs (#27865)

2023-12-26 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 8035287010b [fix](doc) spell errors fixes for memo

Re: [PR] [fix](doc) spell errors fixes for memory tracker docs [doris]

2023-12-26 Thread via GitHub
zy-kkk merged PR #27865: URL: https://github.com/apache/doris/pull/27865 -- 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.apach

(doris) branch branch-2.0 updated: [fix](doc) typo fix in fqdn page (#29098)

2023-12-26 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new dd9216031b5 [fix](doc) typo fix in fqdn pa

Re: [PR] [fix](doc) typo fix in fqdn page [doris]

2023-12-26 Thread via GitHub
zy-kkk merged PR #29098: URL: https://github.com/apache/doris/pull/29098 -- 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.apach

Re: [PR] [Feat](Nereids) add distribute hint to leading hint [doris]

2023-12-26 Thread via GitHub
LiBinfeng-01 commented on PR #28562: URL: https://github.com/apache/doris/pull/28562#issuecomment-1870023310 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [fix](outfile) fix outfile csv did not write json column with string [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29067: URL: https://github.com/apache/doris/pull/29067#issuecomment-1870023161 TeamCity be ut coverage result: Function Coverage: 36.60% (8582/23448) Line Coverage: 28.66% (69745/243351) Region Coverage: 27.63% (36050/130455) Branch Coverage: 24.3

Error while running github feature from .asf.yaml in doris!

2023-12-26 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [fix](doc) typo fix in metaInfoActionV2 page [doris]

2023-12-26 Thread via GitHub
zy-kkk commented on PR #29086: URL: https://github.com/apache/doris/pull/29086#issuecomment-1870023021 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] [feature](Nereids): support comparing mv with inferred predicate [doris]

2023-12-26 Thread via GitHub
XieJiann commented on PR #29132: URL: https://github.com/apache/doris/pull/29132#issuecomment-1870022935 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 (e0014308bdd -> d3e1afa2e4c)

2023-12-26 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 e0014308bdd [fix](load) Recycle progress before removing bulk load job (#29066) add d3e1afa2e4c [fix](doc) typo fi

Re: [PR] [fix](outfile) add outfile and export write json column with string to csv [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29068: URL: https://github.com/apache/doris/pull/29068#issuecomment-1870022859 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.61 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](doc) typo fix in metaInfoActionV2 page [doris]

2023-12-26 Thread via GitHub
zy-kkk merged PR #28510: URL: https://github.com/apache/doris/pull/28510 -- 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.apach

Re: [PR] [feature](Nereids): support comparing mv with inferred predicate [doris]

2023-12-26 Thread via GitHub
XieJiann commented on PR #29132: URL: https://github.com/apache/doris/pull/29132#issuecomment-1870022594 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](Nereids): merge Offset in Limit Translator [doris]

2023-12-26 Thread via GitHub
jackwener commented on PR #29100: URL: https://github.com/apache/doris/pull/29100#issuecomment-1870022571 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](doc) typo fix in fqdn page [doris]

2023-12-26 Thread via GitHub
zy-kkk commented on PR #29098: URL: https://github.com/apache/doris/pull/29098#issuecomment-1870022544 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] [fix](move_memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
HHoflittlefish777 commented on PR #29131: URL: https://github.com/apache/doris/pull/29131#issuecomment-1870022358 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] [Enhancement](page cache) insert into setting to disable page cache [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #28913: URL: https://github.com/apache/doris/pull/28913#issuecomment-1870022326 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.09 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

[PR] [feature](Nereids): support comparing mv with inferred predicate [doris]

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

[PR] [fix](move_memtable) delete unused code in delta writer v2 [doris]

2023-12-26 Thread via GitHub
HHoflittlefish777 opened a new pull request, #29131: URL: https://github.com/apache/doris/pull/29131 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.or

Re: [PR] [fix](glue) support amazonaws.com.cn endpoint [doris]

2023-12-26 Thread via GitHub
morningman commented on PR #29128: URL: https://github.com/apache/doris/pull/29128#issuecomment-1870022005 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] [improvement](jdbc catalog) Change the connection pool parameters of Jdbc Catalog to be configurable [doris]

2023-12-26 Thread via GitHub
zy-kkk commented on PR #28779: URL: https://github.com/apache/doris/pull/28779#issuecomment-1870021715 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] [fix](outfile) fix outfile csv did not write json column with string [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29067: URL: https://github.com/apache/doris/pull/29067#issuecomment-1870021562 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 010e6f56b134f0e707cb420d06c57c0bddc5b0ce, data reload: false run tpc

Re: [PR] [Fix](topn opt) prevent from merge __TEMP__ column in segment iterator [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29127: URL: https://github.com/apache/doris/pull/29127#issuecomment-1870020804 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.9 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes, a

Re: [PR] [Enhancement] support user custom defined privite settings,xml for bu… [doris]

2023-12-26 Thread via GitHub
LuGuangming commented on PR #29015: URL: https://github.com/apache/doris/pull/29015#issuecomment-1870020602 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [Improvement](nereids)Support ODBC table for new planner. [doris]

2023-12-26 Thread via GitHub
zy-kkk commented on PR #29129: URL: https://github.com/apache/doris/pull/29129#issuecomment-1870020532 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] [fix](load) Recycle progress before removing bulk load job [doris]

2023-12-26 Thread via GitHub
dataroaring merged PR #29066: URL: https://github.com/apache/doris/pull/29066 -- 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.

Error while running github feature from .asf.yaml in doris!

2023-12-26 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [fix](load) Recycle progress before removing bulk load job (#29066)

2023-12-26 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 e0014308bdd [fix](load) Recycle progress bef

Re: [PR] [fix](compaction) compaction should catch exception when vertical block reader read next block [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29125: URL: https://github.com/apache/doris/pull/29125#issuecomment-1870019685 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.24 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](page cache) insert into setting to disable page cache [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #28913: URL: https://github.com/apache/doris/pull/28913#issuecomment-1870017422 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 51a345e8bdf4ad1cf560d119f2e7e07303ce78bf, data reload: false run tpc

[PR] [Improvement](nereids)Support ODBC table for new planner. [doris]

2023-12-26 Thread via GitHub
zy-kkk opened a new pull request, #29130: URL: https://github.com/apache/doris/pull/29130 ## Proposed changes Issue Number: close #xxx pick from master https://github.com/apache/doris/pull/29129 ## Further comments If this is a relatively large or complex change, k

Re: [PR] (feature)(cloud) Use dynamic allocator instead of static buffer pool for better elasticity. [doris]

2023-12-26 Thread via GitHub
ByteYue commented on PR #28983: URL: https://github.com/apache/doris/pull/28983#issuecomment-1870015578 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] [fix](outfile) add outfile and export write json column with string to csv [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29068: URL: https://github.com/apache/doris/pull/29068#issuecomment-1870014724 TeamCity be ut coverage result: Function Coverage: 37.85% (8016/21181) Line Coverage: 29.53% (65185/220725) Region Coverage: 28.96% (33485/115613) Branch Coverage: 24.8

[PR] [Improvement](nereids)Support ODBC table for new planner. [doris]

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

Re: [PR] [Improvement](scan) Use scanner to do projection of scan node [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29124: URL: https://github.com/apache/doris/pull/29124#issuecomment-1870013607 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit ecc0a5b3bef0520115640a137d6149a38ef9f77c, data reload: false run tpc

Re: [PR] [bugfix](scannerscheduler) should minus num_of_scanners before check should schedule [doris]

2023-12-26 Thread via GitHub
yiguolei commented on PR #28926: URL: https://github.com/apache/doris/pull/28926#issuecomment-1870011691 run p0 10 -- 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 unsubs

[PR] [fix](glue) support amazonaws.com.cn endpoint [doris]

2023-12-26 Thread via GitHub
morningman opened a new pull request, #29128: URL: https://github.com/apache/doris/pull/29128 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mail

Re: [PR] [Feat](Nereids) add distribute hint to leading hint [doris]

2023-12-26 Thread via GitHub
LiBinfeng-01 commented on PR #28562: URL: https://github.com/apache/doris/pull/28562#issuecomment-1870010954 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [fix](outfile) fix outfile csv did not write json column with string [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29067: URL: https://github.com/apache/doris/pull/29067#issuecomment-1870010636 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](paimon) use SlotDescriptor to parse the required fields [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #28990: URL: https://github.com/apache/doris/pull/28990#issuecomment-1870009783 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 3ca57bdd108445ddd1d2cffb2e38262d240476a2, data reload: false run tpc

Re: [PR] [Improvement](scan) Use scanner to do projection of scan node [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29124: URL: https://github.com/apache/doris/pull/29124#issuecomment-1870009772 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.67 seconds stream load tsv: 571 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](compaction) compaction should catch exception when vertical block reader read next block [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #29125: URL: https://github.com/apache/doris/pull/29125#issuecomment-1870009352 TeamCity be ut coverage result: Function Coverage: 37.79% (8004/21181) Line Coverage: 29.48% (65058/220718) Region Coverage: 28.93% (33449/115616) Branch Coverage: 24.7

Re: [PR] [improvement](disk balance) Impr disk rebalancer sched when be load r… [doris]

2023-12-26 Thread via GitHub
doris-robot commented on PR #28945: URL: https://github.com/apache/doris/pull/28945#issuecomment-1870008266 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.11 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](partial update) update error code when failed to fill the missing fields [doris]

2023-12-26 Thread via GitHub
gavinchou commented on code in PR #29103: URL: https://github.com/apache/doris/pull/29103#discussion_r1436792466 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -471,7 +471,7 @@ Status SegmentWriter::append_block_with_partial_content(const vectorized::Block*

Re: [PR] [enhancement](Nereids): catch exception when calling getConstraintMap for external map [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #29112: URL: https://github.com/apache/doris/pull/29112#issuecomment-1870007002 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](outfile) fix outfile csv did not write json column with string [doris]

2023-12-26 Thread via GitHub
nextdreamblue commented on PR #29067: URL: https://github.com/apache/doris/pull/29067#issuecomment-1870006594 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

  1   2   3   4   5   6   7   8   9   >