Re: [PR] [Improve](columns) update columns and ut [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #42269: URL: https://github.com/apache/doris/pull/42269#discussion_r1838091494 ## be/test/vec/columns/column_ip_test.cpp: ## @@ -0,0 +1,263 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licen

Re: [PR] test email sk [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43749: URL: https://github.com/apache/doris/pull/43749#issuecomment-2470558839 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11798469371";) output. shellcheck er

Re: [PR] [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
jacktengg commented on PR #43624: URL: https://github.com/apache/doris/pull/43624#issuecomment-2470555994 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](statistics)External table getRowCount return -1 when row count is not available or row count is 0. (#43009) [doris]

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

Re: [PR] [feat](nereids) add rewrite rule :EliminateGroupByKeyByUniform and PredicateDrivenProjectionSimplification [doris]

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

Re: [PR] [Refactor](agg-func) Remove some nonsense template interlayers [doris]

2024-11-12 Thread via GitHub
zclllyybb commented on PR #43777: URL: https://github.com/apache/doris/pull/43777#issuecomment-2470559671 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] test email sk [doris]

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

Re: [PR] [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
jacktengg commented on code in PR #43624: URL: https://github.com/apache/doris/pull/43624#discussion_r1838072319 ## be/src/vec/columns/column_string.cpp: ## @@ -134,34 +133,41 @@ void ColumnStr::insert_range_from(const IColumn& src, size_t start, size_t le if (length == 0)

Re: [PR] [minor](rpc) Check client before RPC [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43626: URL: https://github.com/apache/doris/pull/43626#issuecomment-2470506406 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] [Enhancement](agg-func) Make covar functions get greater precisions [doris]

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

[PR] [Enhancement](agg-func) Make covar functions get greater precisions [doris]

2024-11-12 Thread via GitHub
zclllyybb opened a new pull request, #43786: URL: https://github.com/apache/doris/pull/43786 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note Some aggregate functions have greater precis

Re: [PR] [enhance](orc) Optimize ORC Predicate Pushdown for OR-connected Predicate [doris]

2024-11-12 Thread via GitHub
suxiaogang223 commented on PR #43255: URL: https://github.com/apache/doris/pull/43255#issuecomment-2470519114 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](cancel) Fix query time out not set [doris]

2024-11-12 Thread via GitHub
yiguolei merged PR #43521: URL: https://github.com/apache/doris/pull/43521 -- 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][test](doc) add some remote-storage-example in doris's doc to regression test (#43213) [doris]

2024-11-12 Thread via GitHub
yiguolei merged PR #43564: URL: https://github.com/apache/doris/pull/43564 -- 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] [Enhancement](agg-func) Make covar functions get greater precisions [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1](function) support array_split and array_reverse_split functions (#35619) (#43761)

2024-11-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 3d667e95d25 [branch-2.1](function) supp

Re: [PR] [branch-2.1](function) support array_split and array_reverse_split functions (#35619) [doris]

2024-11-12 Thread via GitHub
yiguolei merged PR #43761: URL: https://github.com/apache/doris/pull/43761 -- 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 auto-pick-43784-branch-3.0 created (now fbf81f4672e)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43784-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at fbf81f4672e branch-3.0: [fix](hive) support query hive view created by spark (#43552) No new

Re: [PR] [fix](syncpoint) Fix incorrect syncpoint 'has_point()' intorduced by (#43461) [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43784: URL: https://github.com/apache/doris/pull/43784#issuecomment-2470533129 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](syncpoint) Fix incorrect syncpoint 'has_point()' intorduced by (#43461) [doris]

2024-11-12 Thread via GitHub
dataroaring merged PR #43784: URL: https://github.com/apache/doris/pull/43784 -- 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: [fix](syncpoint) Fix incorrect syncpoint 'has_point()' intorduced by (#43461) (#43784)

2024-11-12 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 de856351f9b [fix](syncpoint) Fix incorrect s

Re: [PR] [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43624: URL: https://github.com/apache/doris/pull/43624#issuecomment-2470565757 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] gaozifeng test email [doris]

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

Re: [PR] [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43624: URL: https://github.com/apache/doris/pull/43624#issuecomment-2470564059 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](agg-func) Make covar functions get greater precisions [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43786: URL: https://github.com/apache/doris/pull/43786#issuecomment-2470563130 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 test_email updated: zhangfurong test_email (#43729)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/test_email by this push: new d7dec44e713 zhangfurong test_email (#

Re: [PR] zhangfurong test_email [doris]

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

(doris) branch test_email updated: zhenggaoxiong email test (#43728)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/test_email by this push: new eb0a18871bb zhenggaoxiong email test (

(doris) branch test_email updated: test email sk (#43749)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/test_email by this push: new f7cd2a7478e test email sk (#43749) f7c

(doris) branch branch-2.1 updated: [cherry-pick][test](doc) add some remote-storage-example in doris's doc to regression test (#43213) (#43564)

2024-11-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new a509bb042c1 [cherry-pick][test](doc) ad

Re: [PR] zhenggaoxiong email test [doris]

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

Re: [PR] [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 commented on PR #43788: URL: https://github.com/apache/doris/pull/43788#issuecomment-2470577051 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) fix floor/round/ceil/truncate functions type compute precision problem (#43422) [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 opened a new pull request, #43788: URL: https://github.com/apache/doris/pull/43788 pick: #43422 - Problem function like ```select floor(300.343, 2)``` precision should be 5 and scale should be 2, but now is (6, 2) after compute precision, but after folding const on fe,

Re: [PR] [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) [doris]

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

Re: [PR] [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) [doris]

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

[PR] [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 opened a new pull request, #43789: URL: https://github.com/apache/doris/pull/43789 pick: #43422 - Problem function like ```select floor(300.343, 2)``` precision should be 5 and scale should be 2, but now is (6, 2) after compute precision, but after folding const on fe, i

(doris) branch branch-3.0 updated: [fix](cloud-mow) Add enable config for procesing old version delete bitmap when doing cu compaction (#43615)

2024-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new daf4f0a7bf5 [fix](cloud-mow) Add ena

Re: [PR] [fix](cloud-mow) Add enable config for procesing old version delete bitmap when doing cu compaction [doris]

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

Re: [PR] [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 closed pull request #43789: [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) URL: https://github.com/apache/doris/pull/43789 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 closed pull request #43788: [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem (#43422) URL: https://github.com/apache/doris/pull/43788 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] branch-2.1: [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 closed pull request #43782: branch-2.1: [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem URL: https://github.com/apache/doris/pull/43782 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] branch-3.0: [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 closed pull request #43781: branch-3.0: [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem URL: https://github.com/apache/doris/pull/43781 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] branch-3.0: [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 commented on PR #43781: URL: https://github.com/apache/doris/pull/43781#issuecomment-2470590006 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) branch auto-pick-43636-branch-2.1 created (now 6e021dcef9e)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43636-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 6e021dcef9e [improvement](statistics)External table getRowCount return -1 when row count is no

Re: [PR] branch-3.0: [fix](filesystem)Use simple authentication directly in S3FileSystem [doris]

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

(doris) branch test_email updated: lh test email (#43806)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/test_email by this push: new ce0e6acdfec lh test email (#43806) ce0

(doris) branch auto-pick-43636-branch-3.0 updated (daf4f0a7bf5 -> d0ef7d1a75f)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43636-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from daf4f0a7bf5 [fix](cloud-mow) Add enable config for procesing old version delete bitmap when do

(doris) branch master updated: [feature](security) Support block specific query with AST names (#43533)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 8d6659cb2e4 [feature](security) Support block

<    5   6   7   8   9   10