Re: [PR] [improvement](doris compose) regression test auto install doris compose requirements [doris]

2023-12-25 Thread via GitHub
yujun777 commented on PR #29012: URL: https://github.com/apache/doris/pull/29012#issuecomment-1869232827 run pipelinex_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

Re: [PR] [Improvement](datatype) Update Parser for IPv4/v6 data types [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on code in PR #29044: URL: https://github.com/apache/doris/pull/29044#discussion_r1436222600 ## be/src/vec/runtime/ipv4_value.h: ## @@ -34,87 +33,41 @@ class IPv4Value { explicit IPv4Value(vectorized::IPv4 ipv4) { _value = ipv4; } -expl

Re: [PR] [Improvement](datatype) Update Parser for IPv4/v6 data types [doris]

2023-12-25 Thread via GitHub
sjyango commented on PR #29044: URL: https://github.com/apache/doris/pull/29044#issuecomment-1869233738 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] [Enhancement](Wal)Support dynamic wal space limit [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on code in PR #27726: URL: https://github.com/apache/doris/pull/27726#discussion_r1436223214 ## be/src/olap/wal_dirs_info.cpp: ## @@ -0,0 +1,224 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreem

[PR] [Bug](schame-change) fix wrong result after reorder mor table [doris]

2023-12-25 Thread via GitHub
BiteThet opened a new pull request, #29045: URL: https://github.com/apache/doris/pull/29045 ## Proposed changes fix wrong result after reorder mor table ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.or

Re: [PR] [Bug](schame-change) fix wrong result after reorder mor table [doris]

2023-12-25 Thread via GitHub
BiteThet commented on PR #29045: URL: https://github.com/apache/doris/pull/29045#issuecomment-1869234631 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] [doc](Variant) add doc for Variant type [doris]

2023-12-25 Thread via GitHub
eldenmoon commented on PR #28951: URL: https://github.com/apache/doris/pull/28951#issuecomment-1869234697 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] [Enhancement](plan) Support PREAGGOPEN when the case when/if contains a constant zero/nul… [doris]

2023-12-25 Thread via GitHub
BiteThet commented on PR #28886: URL: https://github.com/apache/doris/pull/28886#issuecomment-1869235518 > > I don't understand why we need to support this case, it seems meaningless? > > If we create a rollup or a materialized view for data preaggregation, and then use `SUM(case

Re: [PR] [fix](hash join) fix column ref DCHECK failure of hash join node block mem reuse (#28991) [doris]

2023-12-25 Thread via GitHub
yiguolei merged PR #29018: URL: https://github.com/apache/doris/pull/29018 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [fix](hash join) fix column ref DCHECK failure of hash join node block mem reuse (#28991) (#29018)

2023-12-25 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 76b5470126f [fix](hash join) fix column

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

2023-12-25 Thread via GitHub
Jibing-Li opened a new pull request, #29046: URL: https://github.com/apache/doris/pull/29046 show auto analyze can show the running jobs, not only the finished/failed jobs. show analyze task status could show auto tasks as well. remove some useless code. ## Further comme

Re: [I] [Bug] doris read paimon(data on obs) do not support.paimon catalog on filesystem [doris]

2023-12-25 Thread via GitHub
wyx123654 commented on issue #29029: URL: https://github.com/apache/doris/issues/29029#issuecomment-1869236011 The issue is being handled internally on CIR-6649 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [enhancement](bulk-load) strict second level granularity for timeout between (0,1) [doris]

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

Re: [PR] [FIX](complextype) fix complextype has empty literal may make be core [doris]

2023-12-25 Thread via GitHub
amorynan commented on PR #28820: URL: https://github.com/apache/doris/pull/28820#issuecomment-1869236402 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] [Bug](schame-change) fix wrong result after reorder mor table [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #29045: URL: https://github.com/apache/doris/pull/29045#issuecomment-1869237107 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](regression test) fix test_alter_colocate_table [doris]

2023-12-25 Thread via GitHub
yujun777 commented on PR #29009: URL: https://github.com/apache/doris/pull/29009#issuecomment-1869237217 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

[PR] [FIX](map)fix rowstore with map [doris]

2023-12-25 Thread via GitHub
amorynan opened a new pull request, #29047: URL: https://github.com/apache/doris/pull/29047 ## Proposed changes link: https://github.com/apache/doris/pull/28877 Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick o

Re: [PR] [FIX](map)fix rowstore with map [doris]

2023-12-25 Thread via GitHub
amorynan commented on PR #29047: URL: https://github.com/apache/doris/pull/29047#issuecomment-1869238471 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] [Improvement](datatype) Update Parser for IPv4/v6 data types [doris]

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

Re: [PR] [fix](statistics)Fix rowCount==0 while analyzing bug. [doris]

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

Re: [PR] [FIX](map)fix rowstore with map [doris]

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

Re: [PR] [enhancement](bulk-load) strict second level granularity for timeout between (0,1) [doris]

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

Re: [PR] [opt](nereids)expr normalize after filter pushdown [doris]

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

Re: [PR] [Chore](Job)It is forbidden to change the status of internal JOB through PAUSE/RESUME/DROP [doris]

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

Re: [PR] [fix](statistics)Fix rowCount==0 while analyzing bug. [doris]

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

Re: [PR] [fix](paimon)support readbatch [doris]

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

Re: [PR] [fix](Nereids) generating function should not folding to NullLiteral [doris]

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

Re: [PR] [opt](nereids)expr normalize after filter pushdown [doris]

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

Re: [PR] [fix](paimon)fix for CTAS [doris]

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

Re: [PR] [opt](Nerieds) add infer props to expression [doris]

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

Re: [PR] [Enhancement](plan) Support PREAGGOPEN when the case when/if contains a constant zero/nul… [doris]

2023-12-25 Thread via GitHub
DarvenDuan commented on PR #28886: URL: https://github.com/apache/doris/pull/28886#issuecomment-1869241479 > > > I don't understand why we need to support this case, it seems meaningless? > > > > > > If we create a rollup or a materialized view for data preaggregation, and then u

Re: [PR] [FIX](complextype)fix count func with complex type [doris]

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

Re: [PR] [fix](Nereids) create double literal when create decimal literal failed [doris]

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

Re: [PR] [improvement](jdbc catalog) Optimize connection pool caching logic [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #28857: URL: https://github.com/apache/doris/pull/28857 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated (76b5470126f -> b381e17d566)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 76b5470126f [fix](hash join) fix column ref DCHECK failure of hash join node block mem reuse (#28991) (#29018)

Re: [PR] [branch-2.0-var](disk balance) Impr disk rebalancer sched #26412 [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #28920: URL: https://github.com/apache/doris/pull/28920 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0-var updated: [branch-2.0-var](disk balance) Impr disk rebalancer sched #26412 (#28920)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-var in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0-var by this push: new 30ac267e405 [branch-2.0-var](disk

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

2023-12-25 Thread via GitHub
xiaokang commented on PR #28945: URL: https://github.com/apache/doris/pull/28945#issuecomment-1869242855 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] [improvement](merge-on-write) Optimize publish when there are missing versions (#28012) [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #28964: URL: https://github.com/apache/doris/pull/28964 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [improvement](merge-on-write) Optimize publish when there are missing versions (#28012) (#28964)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 52fbc0233de [improvement](merge-on-write)

Re: [PR] [fix](nereids)add HllUnion and BitmapUnion for pre agg match [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #28971: URL: https://github.com/apache/doris/pull/28971 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [fix](nereids)add HllUnion and BitmapUnion for pre agg match #27548 (#28971)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 9cad9cb23f0 [fix](nereids)add HllUnion and

Re: [PR] [Chore](Job)It is forbidden to change the status of internal JOB through PAUSE/RESUME/DROP [doris]

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

Re: [PR] [Chore](Job)It is forbidden to change the status of internal JOB through PAUSE/RESUME/DROP [doris]

2023-12-25 Thread via GitHub
CalvinKirs commented on PR #29036: URL: https://github.com/apache/doris/pull/29036#issuecomment-1869243756 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 unsubsc

Re: [PR] [fix](parquet_reader) misused bool pointer [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #28995: URL: https://github.com/apache/doris/pull/28995 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [fix](parquet_reader) misused bool pointer #28986 (#28995)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 ad804d3 [fix](parquet_reader) misused

Re: [PR] [cherry pick](jdbc catalog) refresh catalog close jdbcclient #28300 [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #29022: URL: https://github.com/apache/doris/pull/29022 -- 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] [cherry pick](jdbc catalog) refresh catalog close jdbcclient #28300 [doris]

2023-12-25 Thread via GitHub
xiaokang commented on PR #29022: URL: https://github.com/apache/doris/pull/29022#issuecomment-1869244591 #28300 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

(doris) branch branch-2.0 updated: [fix](jdbc catalog) refresh catalog close jdbcclient #28300 (#29022)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 8288762d7ef [fix](jdbc catalog) refresh ca

Re: [PR] [cherry pick](es-catalog)fix exception when querying ES table [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #29023: URL: https://github.com/apache/doris/pull/29023 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [fix](es-catalog)fix exception when querying ES table #26788 (#29023)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 bd4d1f40d77 [fix](es-catalog)fix exception

Re: [PR] [cherry pick](es-catalog)fix exception when querying ES table [doris]

2023-12-25 Thread via GitHub
xiaokang commented on PR #29023: URL: https://github.com/apache/doris/pull/29023#issuecomment-1869245117 #26788 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [PR] [feature](Load)(step2)support nereids load job schedule [doris]

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

(doris) branch master updated: [feature](Load)(step2)support nereids load job schedule (#26356)

2023-12-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 509cfea99ad [feature](Load)(step2)support ner

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

2023-12-25 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] [chore](dynamic schema) throw exception when property contains dynami… [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #29030: URL: https://github.com/apache/doris/pull/29030 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [chore](dynamic schema) throw exception when property contains dynamic schema (#29030)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 26789f1afa6 [chore](dynamic schema) throw

Re: [PR] [opt](information_schema) support information_schema in external catalog [doris]

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

Re: [PR] [FIX](map)fix rowstore with map [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #29047: URL: https://github.com/apache/doris/pull/29047#issuecomment-1869245863 TeamCity be ut coverage result: Function Coverage: 37.80% (8005/21175) Line Coverage: 29.50% (65065/220554) Region Coverage: 28.95% (33452/115543) Branch Coverage: 24.8

Re: [PR] [fix](Nereids) generating function should not folding to NullLiteral [doris]

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

Re: [PR] [branch-2.0-pick] Picks "[fix](planner) Fix delete statement on MOR unique table #28968" [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #29027: URL: https://github.com/apache/doris/pull/29027 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated (26789f1afa6 -> da0272ff2b2)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 26789f1afa6 [chore](dynamic schema) throw exception when property contains dynamic schema (#29030) add da0272f

Re: [PR] [feature](scan) Implement parallel scanning by dividing the tablets based on the row range [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28967: URL: https://github.com/apache/doris/pull/28967#issuecomment-1869247044 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [feature](scan) Implement parallel scanning by dividing the tablets based on the row range [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28967: URL: https://github.com/apache/doris/pull/28967#issuecomment-1869247063 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)support readbatch [doris]

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

Re: [PR] [Opt](join) opt the join copy column from build side [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #29007: URL: https://github.com/apache/doris/pull/29007#issuecomment-1869248667 TeamCity be ut coverage result: Function Coverage: 36.58% (8557/23390) Line Coverage: 28.66% (69599/242844) Region Coverage: 27.65% (35969/130085) Branch Coverage: 24.3

Re: [PR] [fix](paimon)fix for CTAS [doris]

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

Re: [PR] [FIX](complextype) fix complextype has empty literal may make be core [doris]

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

Re: [PR] [fix](regression test) fix test_alter_colocate_table [doris]

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

Re: [PR] [opt](Nerieds) add infer props to expression [doris]

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

Re: [PR] [Bug](schame-change) fix wrong result after reorder mor table [doris]

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

Re: [PR] [bug](fix) show create table show comment error [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28346: URL: https://github.com/apache/doris/pull/28346#issuecomment-1869254631 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] [bug](fix) show create table show comment error [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28346: URL: https://github.com/apache/doris/pull/28346#issuecomment-1869254643 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](complextype)fix count func with complex type [doris]

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

Re: [PR] [Chore](Job)It is forbidden to change the status of internal JOB through PAUSE/RESUME/DROP [doris]

2023-12-25 Thread via GitHub
CalvinKirs commented on PR #29036: URL: https://github.com/apache/doris/pull/29036#issuecomment-1869254977 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 unsubsc

Re: [PR] [Chore](Job)It is forbidden to change the status of internal JOB through PAUSE/RESUME/DROP [doris]

2023-12-25 Thread via GitHub
CalvinKirs commented on PR #29036: URL: https://github.com/apache/doris/pull/29036#issuecomment-1869254896 run pipelinex_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.

Re: [PR] [fix](Nereids) runtime filter push down failed [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28997: URL: https://github.com/apache/doris/pull/28997#issuecomment-1869259305 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](Nereids) runtime filter push down failed [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28997: URL: https://github.com/apache/doris/pull/28997#issuecomment-1869259324 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](Nereids) support cast bewteen numeric and boolean in FE [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #29006: URL: https://github.com/apache/doris/pull/29006#issuecomment-1869259371 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] [opt](Nereids) support cast bewteen numeric and boolean in FE [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #29006: URL: https://github.com/apache/doris/pull/29006#issuecomment-1869259386 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] [Bug](schame-change) fix wrong result after reorder mor table [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #29045: URL: https://github.com/apache/doris/pull/29045#issuecomment-1869259395 TeamCity be ut coverage result: Function Coverage: 36.58% (8556/23389) Line Coverage: 28.66% (69587/242810) Region Coverage: 27.66% (35982/130078) Branch Coverage: 24.3

Re: [PR] [Improvement](datatype) Update Parser for IPv4/v6 data types [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #29044: URL: https://github.com/apache/doris/pull/29044#issuecomment-1869259494 TeamCity be ut coverage result: Function Coverage: 36.61% (8562/23385) Line Coverage: 28.68% (69636/242765) Region Coverage: 27.70% (36029/130080) Branch Coverage: 24.4

Re: [PR] [opt](information_schema) support information_schema in external catalog [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28919: URL: https://github.com/apache/doris/pull/28919#issuecomment-1869259549 TeamCity be ut coverage result: Function Coverage: 36.57% (8554/23389) Line Coverage: 28.64% (69556/242829) Region Coverage: 27.65% (35966/130087) Branch Coverage: 24.3

Re: [PR] [fix](Nereids) runtime filter push down failed [doris]

2023-12-25 Thread via GitHub
englefly commented on code in PR #28997: URL: https://github.com/apache/doris/pull/28997#discussion_r1436243134 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalSetOperation.java: ## @@ -173,9 +173,9 @@ public boolean pushDownRuntimeFilter(Cascad

Re: [PR] [Opt](join) opt the join copy column from build side [doris]

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

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

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

Re: [PR] [enhance](tablet) Reduce log in tablet meta [doris]

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

(doris) branch master updated (509cfea99ad -> c8ed14f11c6)

2023-12-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 509cfea99ad [feature](Load)(step2)support nereids load job schedule (#26356) add c8ed14f11c6 [enhance](table

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

2023-12-25 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](Nereids) create double literal when create decimal literal failed [doris]

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

Re: [PR] [fix](regression test) fix test_alter_colocate_table [doris]

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

Re: [PR] [fix](nereids) "not is null" stats estimation fix [doris]

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

Re: [PR] [opt](nereids)expr normalize after filter pushdown [doris]

2023-12-25 Thread via GitHub
englefly commented on PR #28743: URL: https://github.com/apache/doris/pull/28743#issuecomment-1869277481 run pipelinex -- 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] [Bug](schame-change) fix wrong result after reorder mor table [doris]

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

Re: [PR] [Improvement](datatype) Update Parser for IPv4/v6 data types [doris]

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

[PR] [opt](nereids)prune some rf for external db [doris]

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

Re: [PR] [Opt](join) opt the join copy column from build side [doris]

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

Re: [PR] [Chore](Job)It is forbidden to change the status of internal JOB through PAUSE/RESUME/DROP [doris]

2023-12-25 Thread via GitHub
CalvinKirs commented on PR #29036: URL: https://github.com/apache/doris/pull/29036#issuecomment-1869281018 run pipelinex_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.

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

2023-12-25 Thread via GitHub
zzzs commented on code in PR #28913: URL: https://github.com/apache/doris/pull/28913#discussion_r1436261202 ## fe/fe-core/src/main/java/org/apache/doris/nereids/processor/pre/TurnOffPipelineForDml.java: ## @@ -53,6 +58,15 @@ private void turnOffPipeline(StatementContext cont

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

2023-12-25 Thread via GitHub
zzzs commented on PR #28913: URL: https://github.com/apache/doris/pull/28913#issuecomment-1869283226 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

<    2   3   4   5   6   7   8   9   >