[doris] branch master updated: [fix](Nereids) fix or to in rule (#23940)

2023-09-05 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 3047d7dd07 [fix](Nereids) fix or to in rule (#23

[GitHub] [doris] jackwener merged pull request #23940: [fix](Nereids) fix or to in rule

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

[GitHub] [doris] github-actions[bot] commented on pull request #23953: [feature](merge-cloud) Rewrite FS interface

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

[GitHub] [doris] 0akarma commented on issue #23095: [Bug] paimon catalog IllegalArgumentException: Cannot transform unknown type: xxx (TINYINT、MAP ...)

2023-09-05 Thread via GitHub
0akarma commented on issue #23095: URL: https://github.com/apache/doris/issues/23095#issuecomment-1707771702 I have reached `errCode = 2, detailMessage = Unexpected exception: java.lang.IllegalArgumentException: Cannot transform unknown type: ROW` in doris 2.0.1 -- This is an automated m

[doris] branch master updated: [FIX](array/map)fix array map batch append data with right next_array_item_rowid (#23779)

2023-09-05 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 b2861975ec [FIX](array/map)fix array map batch app

[GitHub] [doris] xiaokang merged pull request #23779: [FIX](array/map)fix array map batch append data with right next_array_item_rowid

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

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316808068 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PlanTranslatorContext.java: ## @@ -75,6 +76,11 @@ public class PlanTranslatorContext { */

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316807717 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ArrayItemReference.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Foundation (AS

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316807505 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ArrayItemReference.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Foundation (AS

[GitHub] [doris] github-actions[bot] commented on pull request #23855: [Fix](BinaryPrefixPage) stop to read values when current pos reached the end of the page in `BinaryPrefixPageDecoder::next_batch`

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

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

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

[GitHub] [doris] ixzc commented on pull request #23956: [regression-test](fix)add test_ifnull.

2023-09-05 Thread via GitHub
ixzc commented on PR #23956: URL: https://github.com/apache/doris/pull/23956#issuecomment-1707757414 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 unsubsc

[GitHub] [doris] Tech-Circle-48 closed pull request #23914: [Enhancement]The page cache can be parameterized by the session variable of fe.

2023-09-05 Thread via GitHub
Tech-Circle-48 closed pull request #23914: [Enhancement]The page cache can be parameterized by the session variable of fe. URL: https://github.com/apache/doris/pull/23914 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] DongLiang-0 commented on pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

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

[GitHub] [doris] github-actions[bot] commented on pull request #23954: [pipelineX](feature) support select operator and add TPCH test cases

2023-09-05 Thread via GitHub
github-actions[bot] commented on PR #23954: URL: https://github.com/apache/doris/pull/23954#issuecomment-1707750770 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 master updated (29e1c59cca -> dc28878f0e)

2023-09-05 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 29e1c59cca [enhancement](merge-on-write) print the detailed error message on calculating delete bitmap failed (#2391

[GitHub] [doris] yiguolei merged pull request #23920: [FIX](function) fix size function for array map

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

[GitHub] [doris] github-actions[bot] commented on pull request #23863: [Improvement] (pipeline) Cancel related query if backend restarts or dead

2023-09-05 Thread via GitHub
github-actions[bot] commented on PR #23863: URL: https://github.com/apache/doris/pull/23863#issuecomment-1707749542 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 master updated (f8a622298c -> 29e1c59cca)

2023-09-05 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f8a622298c [Chore](Doap)Create doap_Doris.rdf (#23951) add 29e1c59cca [enhancement](merge-on-write) print the d

[GitHub] [doris] zhannngchen merged pull request #23919: [enhancement](merge-on-write) print the detailed error message on calculating delete bitmap failed

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

[GitHub] [doris] github-actions[bot] commented on pull request #23863: [Improvement] (pipeline) Cancel related query if backend restarts or dead

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

[GitHub] [doris] zhiqiang-hhhh commented on pull request #23863: [Improvement] (pipeline) Cancel related query if backend restarts or dead

2023-09-05 Thread via GitHub
zhiqiang- commented on PR #23863: URL: https://github.com/apache/doris/pull/23863#issuecomment-1707745117 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

[GitHub] [doris] zhiqiang-hhhh commented on pull request #23863: [Improvement] (pipeline) Cancel related query if backend restarts or dead

2023-09-05 Thread via GitHub
zhiqiang- commented on PR #23863: URL: https://github.com/apache/doris/pull/23863#issuecomment-1707744573 run buildadd -- 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

[GitHub] [doris] Gabriel39 commented on pull request #23954: [pipelineX](feature) support select operator and add TPCH test cases

2023-09-05 Thread via GitHub
Gabriel39 commented on PR #23954: URL: https://github.com/apache/doris/pull/23954#issuecomment-1707742665 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

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316788128 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ArrayItemReference.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Foundation (AS

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316787844 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Lambda.java: ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software Foundatio

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316787662 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Lambda.java: ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software Foundatio

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316787419 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Lambda.java: ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [doris] nextdreamblue closed pull request #19685: [feature-wip](auto_partition) support automatic partition

2023-09-05 Thread via GitHub
nextdreamblue closed pull request #19685: [feature-wip](auto_partition) support automatic partition URL: https://github.com/apache/doris/pull/19685 -- 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 th

[GitHub] [doris] ixzc opened a new pull request, #23956: [regression-test](fix)add test_ifnull.

2023-09-05 Thread via GitHub
ixzc opened a new pull request, #23956: URL: https://github.com/apache/doris/pull/23956 ## 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..

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316785685 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -331,6 +331,15 @@ namedExpressionSeq expression : booleanExpression +| lambdaE

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

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

[GitHub] [doris] doris-robot commented on pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

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

[GitHub] [doris] englefly commented on pull request #23948: [fix](nereids) rf not generated after postprocessor

2023-09-05 Thread via GitHub
englefly commented on PR #23948: URL: https://github.com/apache/doris/pull/23948#issuecomment-1707728274 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

[GitHub] [doris] leizai9528 opened a new issue, #23955: how to stop sync job

2023-09-05 Thread via GitHub
leizai9528 opened a new issue, #23955: URL: https://github.com/apache/doris/issues/23955 i'm use create sync `database`.`jobname`() start sync job, but use 'stop sync jobname' can't stop the job; report : 1105 - errCode = 2, detailMessage = Syntax error in line 1: stop sync `job-tes

[GitHub] [doris] github-actions[bot] commented on pull request #23919: [enhancement](merge-on-write) print the detailed error message on calculating delete bitmap failed

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

[GitHub] [doris] github-actions[bot] commented on pull request #23954: [pipelineX](feature) support select operator and add TPCH test cases

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

[GitHub] [doris] github-actions[bot] commented on pull request #23954: [pipelineX](feature) support select operator and add TPCH test cases

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

[GitHub] [doris] Tech-Circle-48 closed pull request #23914: [Enhancement]The page cache can be parameterized by the session variable of fe.

2023-09-05 Thread via GitHub
Tech-Circle-48 closed pull request #23914: [Enhancement]The page cache can be parameterized by the session variable of fe. URL: https://github.com/apache/doris/pull/23914 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] doris-robot commented on pull request #23954: [pipelineX](feature) support select operator and add TPCH test cases

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

[GitHub] [doris] englefly commented on pull request #23935: [opt](nereids)push down filter through window

2023-09-05 Thread via GitHub
englefly commented on PR #23935: URL: https://github.com/apache/doris/pull/23935#issuecomment-1707719939 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

[GitHub] [doris] doris-robot commented on pull request #23902: [feature](Datetime) add from_microsecond / from_millisecond function

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

[GitHub] [doris] Tech-Circle-48 closed pull request #23914: [Enhancement]The page cache can be parameterized by the session variable of fe.

2023-09-05 Thread via GitHub
Tech-Circle-48 closed pull request #23914: [Enhancement]The page cache can be parameterized by the session variable of fe. URL: https://github.com/apache/doris/pull/23914 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] doris-robot commented on pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

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

[GitHub] [doris] DongLiang-0 commented on pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

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

[GitHub] [doris] doris-robot commented on pull request #23218: [improvement](create tablet) backend create tablet round robin among disks

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

[GitHub] [doris] bobhan1 commented on pull request #23905: [Fix](autoinc) skip to fill the auto increment column when the input column is not nullable

2023-09-05 Thread via GitHub
bobhan1 commented on PR #23905: URL: https://github.com/apache/doris/pull/23905#issuecomment-1707685519 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

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

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316745599 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -331,6 +331,15 @@ namedExpressionSeq expression : booleanExpression +| lambdaE

[GitHub] [doris] github-actions[bot] commented on pull request #23804: [fix](optimizer) Fix sql block when new optimizer is enabled

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

[GitHub] [doris] github-actions[bot] commented on pull request #23804: [fix](optimizer) Fix sql block when new optimizer is enabled

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

[GitHub] [doris] github-actions[bot] commented on pull request #23954: [pipelineX](feature) support select operator and add TPCH test cases

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

[GitHub] [doris] Gabriel39 commented on pull request #23954: [pipelineX](feature) support select operator and add TPCH test cases

2023-09-05 Thread via GitHub
Gabriel39 commented on PR #23954: URL: https://github.com/apache/doris/pull/23954#issuecomment-1707678671 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

[GitHub] [doris] github-actions[bot] commented on pull request #23902: [feature](Datetime) add from_microsecond / from_millisecond function

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

[GitHub] [doris] Gabriel39 opened a new pull request, #23954: [pipelineX](feature) support select operator and add TPCH test cases

2023-09-05 Thread via GitHub
Gabriel39 opened a new pull request, #23954: URL: https://github.com/apache/doris/pull/23954 ## 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](mailt

[GitHub] [doris] Mryange commented on pull request #23902: [feature](Datetime) add from_microsecond / from_millisecond function

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

[GitHub] [doris] DongLiang-0 commented on pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

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

[GitHub] [doris] github-actions[bot] commented on pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

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

[GitHub] [doris] morningman commented on a diff in pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

2023-09-05 Thread via GitHub
morningman commented on code in PR #23898: URL: https://github.com/apache/doris/pull/23898#discussion_r1316728941 ## regression-test/suites/account_p0/test_alter_user.groovy: ## @@ -192,5 +192,15 @@ suite("test_alter_user", "account") { result2 = connect(user = 'test_auth_u

[GitHub] [doris] github-actions[bot] commented on pull request #23898: [fix](auth)Fix create user no permissions of information_schema database

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

[GitHub] [doris] github-actions[bot] commented on pull request #23953: [feature](merge-cloud) Rewrite FS interface

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

[GitHub] [doris] platoneko commented on pull request #23953: [feature](merge-cloud) Rewrite FS interface

2023-09-05 Thread via GitHub
platoneko commented on PR #23953: URL: https://github.com/apache/doris/pull/23953#issuecomment-1707658811 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

[GitHub] [doris] github-actions[bot] commented on pull request #23218: [improvement](create tablet) backend create tablet round robin among disks

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

[GitHub] [doris] platoneko opened a new pull request, #23953: [feature](merge-cloud) Rewrite FS interface

2023-09-05 Thread via GitHub
platoneko opened a new pull request, #23953: URL: https://github.com/apache/doris/pull/23953 ## Proposed changes To merge cloud filesystem implementation to Doris community, should do such things: https://github.com/apache/doris/assets/36853835/46e12d96-c02e-4bbc-8384-a40bd5cd5dd7"

[GitHub] [doris] doris-robot commented on pull request #23855: [Fix](BinaryPrefixPage) stop to read values when current pos reached the end of the page in `BinaryPrefixPageDecoder::next_batch`

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

[GitHub] [doris] yujun777 commented on pull request #23218: [improvement](create tablet) backend create tablet round robin among disks

2023-09-05 Thread via GitHub
yujun777 commented on PR #23218: URL: https://github.com/apache/doris/pull/23218#issuecomment-1707649827 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

[GitHub] [doris] doris-robot commented on pull request #23952: [Enhancement](inverted index) add bkd index query cache to improve perf

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

[GitHub] [doris] XieJiann commented on a diff in pull request #23940: [fix](Nereids) fix or to in rule

2023-09-05 Thread via GitHub
XieJiann commented on code in PR #23940: URL: https://github.com/apache/doris/pull/23940#discussion_r1316715716 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/OrToIn.java: ## @@ -57,7 +55,7 @@ * adding any additional rule-specific fields to the def

[doris] branch master updated: [Chore](Doap)Create doap_Doris.rdf (#23951)

2023-09-05 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 f8a622298c [Chore](Doap)Create doap_Doris.r

[GitHub] [doris] hf200012 merged pull request #23951: [Chore](Doap)Create doap_Doris.rdf

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

[GitHub] [doris] github-actions[bot] commented on pull request #23951: [Chore](Doap)Create doap_Doris.rdf

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

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

2023-09-05 Thread via GitHub
morrySnow commented on code in PR #23598: URL: https://github.com/apache/doris/pull/23598#discussion_r1316695492 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Lambda.java: ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] doris-robot commented on pull request #23949: [fix](move-memtable) lock when send data in load stream stub

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

[GitHub] [doris] doris-robot commented on pull request #23920: [FIX](function) fix size function for array map

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

[GitHub] [doris] dataroaring merged pull request #23908: [fix](regression)fix case test_external_catalog_es

2023-09-05 Thread via GitHub
dataroaring merged PR #23908: URL: https://github.com/apache/doris/pull/23908 -- 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](regression)fix case test_external_catalog_es (#23908)

2023-09-05 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 2cb7536c6c [fix](regression)fix case test_ex

[doris] branch master updated (b8c8e4ca96 -> 893e53ea3f)

2023-09-05 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 b8c8e4ca96 [Fix](regression) fix wrong regression result (#23944) add 893e53ea3f [fix](segcompaction) disable

[GitHub] [doris] CalvinKirs commented on pull request #23951: [Chore](Doap)Create doap_Doris.rdf

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

[GitHub] [doris] dataroaring merged pull request #23927: [fix](segcompaction) disable segcompaction when calculating delete bitmap

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

[GitHub] [doris] bobhan1 commented on pull request #23855: [Fix](BinaryPrefixPage) stop to read values when current pos reached the end of the page in `BinaryPrefixPageDecoder::next_batch`

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

[GitHub] [doris] zhbdesign commented on issue #23932: [Bug] doris默认值列存在时间差问题

2023-09-05 Thread via GitHub
zhbdesign commented on issue #23932: URL: https://github.com/apache/doris/issues/23932#issuecomment-1707626088 > For example, if you insert a piece of data now, what is the difference between this data and the actual time? flink的checkpoint的时间越长,这个时间差的越多 -- This is an automated mess

[GitHub] [doris] github-actions[bot] commented on pull request #23951: [Chore](Doap)Create doap_Doris.rdf

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

[GitHub] [doris] github-actions[bot] commented on pull request #23951: [Chore](Doap)Create doap_Doris.rdf

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

[GitHub] [doris] github-actions[bot] commented on pull request #23949: [fix](move-memtable) lock when send data in load stream stub

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

[GitHub] [doris] github-actions[bot] commented on pull request #23949: [fix](move-memtable) lock when send data in load stream stub

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

[GitHub] [doris] github-actions[bot] commented on pull request #23855: [Fix](BinaryPrefixPage) stop to read values when current pos reached the end of the page in `BinaryPrefixPageDecoder::next_batch`

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

[GitHub] [doris] github-actions[bot] commented on pull request #23949: [fix](move-memtable) lock when send data in load stream stub

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

[GitHub] [doris] doris-robot commented on pull request #23933: [opt](Nereids) optimize error msg of unbound slot

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

[GitHub] [doris] github-actions[bot] commented on pull request #23952: [Enhancement](inverted index) add bkd index query cache to improve perf

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

[GitHub] [doris] zhbdesign commented on issue #23932: [Bug] doris默认值列存在时间差问题

2023-09-05 Thread via GitHub
zhbdesign commented on issue #23932: URL: https://github.com/apache/doris/issues/23932#issuecomment-1707620311 > For example, if you insert a piece of data now, what is the difference between this data and the actual time? 时间差的问题已经查出来了,这个是因为current_timestamp生成的逻辑是在,streamload生成plan的时候

[GitHub] [doris] github-actions[bot] commented on pull request #23949: [fix](move-memtable) lock when send data in load stream stub

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

[GitHub] [doris] doris-robot commented on pull request #23864: [feature](Nereids) multi array contains to array overlap

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

[GitHub] [doris] github-actions[bot] commented on pull request #23949: [fix](move-memtable) lock when send data in load stream stub

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

[GitHub] [doris] airborne12 commented on pull request #23952: [Enhancement](inverted index) add bkd index query cache to improve perf

2023-09-05 Thread via GitHub
airborne12 commented on PR #23952: URL: https://github.com/apache/doris/pull/23952#issuecomment-1707618281 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

[GitHub] [doris] CalvinKirs commented on pull request #23951: [Chore](Doap)Create doap_Doris.rdf

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

[GitHub] [doris] airborne12 opened a new pull request, #23952: [Enhancement](inverted index) add bkd index query cache to improve perf

2023-09-05 Thread via GitHub
airborne12 opened a new pull request, #23952: URL: https://github.com/apache/doris/pull/23952 ## 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

[GitHub] [doris] CalvinKirs opened a new pull request, #23951: [Chore](Doap)Create doap_Doris.rdf

2023-09-05 Thread via GitHub
CalvinKirs opened a new pull request, #23951: URL: https://github.com/apache/doris/pull/23951 ## 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

[GitHub] [doris] doris-robot commented on pull request #23849: [opt](MergedIO) optimize merged small IO, prevent amplified read

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

[GitHub] [doris] doris-robot commented on pull request #23855: [Fix](BinaryPrefixPage) stop to read values when current pos reached the end of the page in `BinaryPrefixPageDecoder::next_batch`

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

[GitHub] [doris] doris-robot commented on pull request #23947: [Fix] ignore column name case in spark load

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

[GitHub] [doris] hello-stephen opened a new pull request, #23950: [ignore](me) test

2023-09-05 Thread via GitHub
hello-stephen opened a new pull request, #23950: URL: https://github.com/apache/doris/pull/23950 ## 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](m

  1   2   3   4   5   6   >