[GitHub] [doris] github-actions[bot] commented on pull request #20370: [refactor](agg_state) refactor agg_state type to support fixed length object type

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20370: URL: https://github.com/apache/doris/pull/20370#issuecomment-1576150942 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 #19045: [feature](struct-type) support struct_element function

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #19045: URL: https://github.com/apache/doris/pull/19045#issuecomment-1576150718 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] xy720 commented on pull request #19045: [feature](struct-type) support struct_element function

2023-06-04 Thread via GitHub
xy720 commented on PR #19045: URL: https://github.com/apache/doris/pull/19045#issuecomment-1576147823 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 unsubs

[GitHub] [doris] liaoxin01 commented on a diff in pull request #20408: [fix](sequence) value predicates shouldn't be push down when has sequence column

2023-06-04 Thread via GitHub
liaoxin01 commented on code in PR #20408: URL: https://github.com/apache/doris/pull/20408#discussion_r1217603738 ## be/src/olap/rowset/beta_rowset_reader.cpp: ## @@ -304,10 +304,12 @@ Status BetaRowsetReader::next_block_view(vectorized::BlockView* block_view) { bool BetaRows

[GitHub] [doris] github-actions[bot] commented on pull request #20370: [refactor](agg_state) refactor agg_state type to support fixed length object type

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20370: URL: https://github.com/apache/doris/pull/20370#issuecomment-1576143359 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] wangbo commented on pull request #20434: [fix](planner)Fix query hang when using queue

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

[GitHub] [doris] Mryange commented on pull request #20436: [test](regression) update some case in p2

2023-06-04 Thread via GitHub
Mryange commented on PR #20436: URL: https://github.com/apache/doris/pull/20436#issuecomment-1576138730 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] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217587379 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/UpdateCommand.java: ## @@ -0,0 +1,152 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217586505 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/UpdateCommand.java: ## @@ -0,0 +1,152 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] github-actions[bot] commented on pull request #20006: [feature](load) support single-stream-multi-table load (BE part)

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20006: URL: https://github.com/apache/doris/pull/20006#issuecomment-1576131510 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] Mryange opened a new pull request, #20436: [test](regression) update some case in p2

2023-06-04 Thread via GitHub
Mryange opened a new pull request, #20436: URL: https://github.com/apache/doris/pull/20436 ## Proposed changes ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) b

[doris-spark-connector] branch release-1.2.0 created (now 9291a2e)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git at 9291a2e Update pom.xml (#107) No new revisions were added by this update.

[GitHub] [doris] freemandealer commented on pull request #20006: [feature](load) support single-stream-multi-table load (BE part)

2023-06-04 Thread via GitHub
freemandealer commented on PR #20006: URL: https://github.com/apache/doris/pull/20006#issuecomment-1576128611 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

[doris-spark-connector] branch master updated (84dbb2c -> 9291a2e)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git from 84dbb2c Update version (#106) add 9291a2e Update pom.xml (#107) No new revisions were added by th

[GitHub] [doris-spark-connector] JNSimba merged pull request #107: Update pom.xml

2023-06-04 Thread via GitHub
JNSimba merged PR #107: URL: https://github.com/apache/doris-spark-connector/pull/107 -- 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..

[GitHub] [doris] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217579614 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -1318,6 +1342,18 @@ public List visitIdentifierSeq(IdentifierSeqConte

[doris-spark-connector] branch release-1.2.0 deleted (was 84dbb2c)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git was 84dbb2c Update version (#106) The revisions that were on this branch are still contained in othe

[GitHub] [doris] niebayes commented on issue #20403: [Feature] investigation for supporting embeddings and vector similarity on doris

2023-06-04 Thread via GitHub
niebayes commented on issue #20403: URL: https://github.com/apache/doris/issues/20403#issuecomment-1576125815 Am in. I'm currently a GSoC contributor of Jina AI which has developed a set of frameworks and tools for neural searching which involves embeddings and similarity searching. -

[GitHub] [doris] wangbo opened a new pull request, #20434: [fix](planner)Fix query hang when using queue

2023-06-04 Thread via GitHub
wangbo opened a new pull request, #20434: URL: https://github.com/apache/doris/pull/20434 ## Proposed changes When enable query queue, query may hang because query queue is not release correctly. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [doris-spark-connector] caoliang-web opened a new pull request, #107: Update pom.xml

2023-06-04 Thread via GitHub
caoliang-web opened a new pull request, #107: URL: https://github.com/apache/doris-spark-connector/pull/107 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the origina

[GitHub] [doris] englefly commented on pull request #20340: [improve](nereids)derive analytics node stats

2023-06-04 Thread via GitHub
englefly commented on PR #20340: URL: https://github.com/apache/doris/pull/20340#issuecomment-1576121594 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] amorynan commented on pull request #20397: [Improve](array-functions) support array first function

2023-06-04 Thread via GitHub
amorynan commented on PR #20397: URL: https://github.com/apache/doris/pull/20397#issuecomment-1576118048 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

[GitHub] [doris] zhangstar333 commented on pull request #20391: [refactor](profile) refactor the join profile when its shared hash table

2023-06-04 Thread via GitHub
zhangstar333 commented on PR #20391: URL: https://github.com/apache/doris/pull/20391#issuecomment-1576115749 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 unsub

[GitHub] [doris] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217566124 ## regression-test/suites/nereids_p0/update/load.groovy: ## @@ -0,0 +1,85 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217564096 ## regression-test/suites/nereids_p0/update/update_unique_table.groovy: ## @@ -0,0 +1,39 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [doris] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217562702 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/UpdateCommand.java: ## @@ -0,0 +1,152 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] HHoflittlefish777 commented on pull request #19655: [Refactor](load) Unify streamload BE and FE properties parsing

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

[GitHub] [doris] github-actions[bot] commented on pull request #20389: [debug](executor) Enable workload and debug

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20389: URL: https://github.com/apache/doris/pull/20389#issuecomment-1576103728 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 #20433: [bug](agg_state) fix agg_state type serialize miss function name

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20433: URL: https://github.com/apache/doris/pull/20433#issuecomment-1576103201 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] zddr commented on pull request #20108: [fix](mtmv)all mv add manual job

2023-06-04 Thread via GitHub
zddr commented on PR #20108: URL: https://github.com/apache/doris/pull/20108#issuecomment-1576101605 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] zddr commented on pull request #20355: [fix](mtmv)create mv support star

2023-06-04 Thread via GitHub
zddr commented on PR #20355: URL: https://github.com/apache/doris/pull/20355#issuecomment-1576099512 > Hi @zddr , this pr should add some tests. Please refer to `MultiTableMaterializedViewTest`. done -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [doris] zddr commented on pull request #20355: [fix](mtmv)create mv support star

2023-06-04 Thread via GitHub
zddr commented on PR #20355: URL: https://github.com/apache/doris/pull/20355#issuecomment-1576099044 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] liutang123 commented on pull request #20389: [debug](executor) Enable workload and debug

2023-06-04 Thread via GitHub
liutang123 commented on PR #20389: URL: https://github.com/apache/doris/pull/20389#issuecomment-1576098615 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

[GitHub] [doris] zhangstar333 commented on pull request #20433: [bug](agg_state) fix agg_state type serialize miss function name

2023-06-04 Thread via GitHub
zhangstar333 commented on PR #20433: URL: https://github.com/apache/doris/pull/20433#issuecomment-1576097834 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] zhangstar333 opened a new pull request, #20433: [bug](agg_state) fix agg_state type serialize miss function name

2023-06-04 Thread via GitHub
zhangstar333 opened a new pull request, #20433: URL: https://github.com/apache/doris/pull/20433 ## Proposed changes the agg_state type serialize miss function name Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kic

[GitHub] [doris] github-actions[bot] commented on pull request #19917: [feature-wip](auto-inc)(step-2) support auto-increment column for duplicate table

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #19917: URL: https://github.com/apache/doris/pull/19917#issuecomment-1576070504 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 #20432: [test](p2) Fix p2 output

2023-06-04 Thread via GitHub
Gabriel39 commented on PR #20432: URL: https://github.com/apache/doris/pull/20432#issuecomment-1576057164 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] Gabriel39 opened a new pull request, #20432: [test](p2) Fix p2 output

2023-06-04 Thread via GitHub
Gabriel39 opened a new pull request, #20432: URL: https://github.com/apache/doris/pull/20432 ## 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] github-actions[bot] commented on pull request #20374: [Fix](Nereids) Fix duplicated name in view does not throw exception

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20374: URL: https://github.com/apache/doris/pull/20374#issuecomment-1576049950 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 #20374: [Fix](Nereids) Fix duplicated name in view does not throw exception

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20374: URL: https://github.com/apache/doris/pull/20374#issuecomment-1576049822 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

[doris] branch master updated (0dc6d3a568 -> fe942eaf44)

2023-06-04 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0dc6d3a568 [fix](nereids) avg size of column stats always be 0 (#20341) add fe942eaf44 [Fix](Nereids) Fix minid

[GitHub] [doris] morrySnow merged pull request #20268: [Fix](Nereids) Fix minidump using put all of hashmap

2023-06-04 Thread via GitHub
morrySnow merged PR #20268: URL: https://github.com/apache/doris/pull/20268 -- 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] morrySnow merged pull request #20341: [fix](nereids) avg size of column stats always be 0

2023-06-04 Thread via GitHub
morrySnow merged PR #20341: URL: https://github.com/apache/doris/pull/20341 -- 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] sjyango commented on pull request #20431: [feature-wip](duplicate_no_keys) Add some test cases of all the duplicate tables in test case tpcds_sf100_dup_without_key_p2 and make them du

2023-06-04 Thread via GitHub
sjyango commented on PR #20431: URL: https://github.com/apache/doris/pull/20431#issuecomment-1576041055 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] sjyango opened a new pull request, #20431: [feature-wip](duplicate_no_keys) Add some test cases of all the duplicate tables in test case tpcds_sf100_dup_without_key_p2 and make them d

2023-06-04 Thread via GitHub
sjyango opened a new pull request, #20431: URL: https://github.com/apache/doris/pull/20431 ## Proposed changes Issue Number: close #xxx ## Describe your changes Remove the dup keys of all the duplicate tables in test case tpcds_sf100_without_key_p2 and make them duplicate ta

[GitHub] [doris] github-actions[bot] commented on pull request #20268: [Fix](Nereids) Fix minidump using put all of hashmap

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20268: URL: https://github.com/apache/doris/pull/20268#issuecomment-1576037438 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 #20268: [Fix](Nereids) Fix minidump using put all of hashmap

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20268: URL: https://github.com/apache/doris/pull/20268#issuecomment-1576037419 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 #20429: [enhancement](function) Compatible with python 2.6 and keep the codestyle consistent

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20429: URL: https://github.com/apache/doris/pull/20429#issuecomment-1576036027 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 #20429: [enhancement](function) Compatible with python 2.6 and keep the codestyle consistent

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20429: URL: https://github.com/apache/doris/pull/20429#issuecomment-1576035998 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

[doris] branch master updated (d03bb4ba7b -> cd0379df4e)

2023-06-04 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d03bb4ba7b [Optimize](function) Optimize locate function by compare across strings (#20290) add cd0379df4e [fi

[GitHub] [doris] morrySnow merged pull request #20269: [fix](nereids) select with specified partition name is not work as expected

2023-06-04 Thread via GitHub
morrySnow merged PR #20269: URL: https://github.com/apache/doris/pull/20269 -- 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] dutyu opened a new pull request, #20430: [branch-1.2][Fix](dyncmic-partition) Check bucket size before find tablet

2023-06-04 Thread via GitHub
dutyu opened a new pull request, #20430: URL: https://github.com/apache/doris/pull/20430 ## Proposed changes Issue Number: #20175 A fallback to avoid BE crash when buckst size is 0, but not resolved ## Further comments If this is a relatively large or complex c

[GitHub] [doris] luozenglin commented on pull request #20429: [enhancement](function) Compatible with python 2.6 and keep the codestyle consistent

2023-06-04 Thread via GitHub
luozenglin commented on PR #20429: URL: https://github.com/apache/doris/pull/20429#issuecomment-1576034156 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

[doris] branch master updated (3c28a71378 -> d03bb4ba7b)

2023-06-04 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 3c28a71378 [fix](dynamic partition) partition create failed after alter distributed column (#20239) add d03bb4b

[GitHub] [doris] yiguolei merged pull request #20290: [Optimize](function) Optimize locate function by compare across strings

2023-06-04 Thread via GitHub
yiguolei merged PR #20290: URL: https://github.com/apache/doris/pull/20290 -- 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] morrySnow commented on a diff in pull request #20334: [feature](optimizer): support user defined variable

2023-06-04 Thread via GitHub
morrySnow commented on code in PR #20334: URL: https://github.com/apache/doris/pull/20334#discussion_r1217469180 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/Literal.java: ## @@ -75,6 +75,8 @@ public static Literal of(Object value) {

[GitHub] [doris] morrySnow commented on a diff in pull request #20334: [feature](optimizer): support user defined variable

2023-06-04 Thread via GitHub
morrySnow commented on code in PR #20334: URL: https://github.com/apache/doris/pull/20334#discussion_r1217460606 ## fe/fe-core/src/main/java/org/apache/doris/analysis/Expr.java: ## @@ -989,7 +989,8 @@ public TExpr treeToThrift() { // Hack to ensure BE never sees TYP

[GitHub] [doris] github-actions[bot] commented on pull request #20339: [improvement](profile)add max/min rpc time

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20339: URL: https://github.com/apache/doris/pull/20339#issuecomment-1576030326 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] wangbo commented on pull request #20339: [improvement](profile)add max/min rpc time

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

[GitHub] [doris] luozenglin opened a new pull request, #20429: [enhancement](function) Compatible with python 2.6 and keep the codestyle consistent

2023-06-04 Thread via GitHub
luozenglin opened a new pull request, #20429: URL: https://github.com/apache/doris/pull/20429 ## 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](

[GitHub] [doris] github-actions[bot] commented on pull request #19655: [Refactor](load) Unify streamload BE and FE properties parsing

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1576025511 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] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217459857 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/InsertIntoTableCommand.java: ## @@ -76,7 +76,7 @@ public NereidsPlanner getPlanner() {

[GitHub] [doris] github-actions[bot] commented on pull request #19655: [Refactor](load) Unify streamload BE and FE properties parsing

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1576025144 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 #20428: [fix](workload-group) fix workload group non-existence error

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20428: URL: https://github.com/apache/doris/pull/20428#issuecomment-1576024719 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 #20428: [fix](workload-group) fix workload group non-existence error

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20428: URL: https://github.com/apache/doris/pull/20428#issuecomment-1576024691 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] sohardforaname commented on a diff in pull request #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
sohardforaname commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217459306 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -2221,6 +,11 @@ private PlanFragment exchangeToMerge

[GitHub] [doris] github-actions[bot] commented on pull request #20386: [minor](all) Fix some typo in docs and code

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20386: URL: https://github.com/apache/doris/pull/20386#issuecomment-1576023330 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 #20386: [minor](all) Fix some typo in docs and code

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20386: URL: https://github.com/apache/doris/pull/20386#issuecomment-1576023307 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 #20313: [Feature](Nereids)support update.

2023-06-04 Thread via GitHub
morrySnow commented on code in PR #20313: URL: https://github.com/apache/doris/pull/20313#discussion_r1217439283 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -525,6 +538,7 @@ nonReserved | DATE_DIFF | DAY | DBPROPERTIES +| DEFAU

[GitHub] [doris] xy720 commented on pull request #20397: [Improve](array-functions) support array first function

2023-06-04 Thread via GitHub
xy720 commented on PR #20397: URL: https://github.com/apache/doris/pull/20397#issuecomment-1576022031 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 unsubs

[doris] branch master updated: [fix](dynamic partition) partition create failed after alter distributed column (#20239)

2023-06-04 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 3c28a71378 [fix](dynamic partition) partition cre

[GitHub] [doris] xy720 merged pull request #20239: [fix](dynamic partition) partition create failed after alter distributed column

2023-06-04 Thread via GitHub
xy720 merged PR #20239: URL: https://github.com/apache/doris/pull/20239 -- 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.apache

[GitHub] [doris] xy720 closed issue #10811: [Enhancement] should allow adding partitions when distribution columns' comment had been modified

2023-06-04 Thread via GitHub
xy720 closed issue #10811: [Enhancement] should allow adding partitions when distribution columns' comment had been modified URL: https://github.com/apache/doris/issues/10811 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [doris] luozenglin commented on pull request #20428: [fix](workload-group) fix workload group non-existence error

2023-06-04 Thread via GitHub
luozenglin commented on PR #20428: URL: https://github.com/apache/doris/pull/20428#issuecomment-1576019772 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] luozenglin opened a new pull request, #20428: [fix](workload-group) fix workload group non-existence error

2023-06-04 Thread via GitHub
luozenglin opened a new pull request, #20428: URL: https://github.com/apache/doris/pull/20428 ## Proposed changes Issue Number: close #xxx 1. fix getWorkloadGroupQueryQueue does not get the default_workload_name in the user property, which causes the workload group not to be fo

[GitHub] [doris] github-actions[bot] commented on pull request #20006: [feature](load) support single-stream-multi-table load (BE part)

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20006: URL: https://github.com/apache/doris/pull/20006#issuecomment-1576015220 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] lodocj opened a new issue, #20427: Java UDF error: Unable to get JVM [Bug]

2023-06-04 Thread via GitHub
lodocj opened a new issue, #20427: URL: https://github.com/apache/doris/issues/20427 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-1.2.3-rc02 #

[doris-spark-connector] branch release-1.2.0 created (now 84dbb2c)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git at 84dbb2c Update version (#106) No new revisions were added by this update.

[doris-spark-connector] branch master updated (4538a43 -> 84dbb2c)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git from 4538a43 [refactor] Unified writing through DorisWriter (#104) add 84dbb2c Update version (#106) N

[GitHub] [doris-spark-connector] JNSimba merged pull request #106: Update version

2023-06-04 Thread via GitHub
JNSimba merged PR #106: URL: https://github.com/apache/doris-spark-connector/pull/106 -- 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-spark-connector] branch release-1.2.0 deleted (was 4538a43)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git was 4538a43 [refactor] Unified writing through DorisWriter (#104) The revisions that were on this br

[doris-spark-connector] annotated tag 2.3_2.11-1.2.0 deleted (was e96317e)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 2.3_2.11-1.2.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git *** WARNING: tag 2.3_2.11-1.2.0 was deleted! *** tag was e96317e This change permanently disc

[doris-spark-connector] branch release-1.2.0 created (now 4538a43)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git at 4538a43 [refactor] Unified writing through DorisWriter (#104) No new revisions were added by thi

[doris] branch master updated: [Chore](docs)Remove the Committer-related description in the contribution guide (#20418)

2023-06-04 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 d392791114 [Chore](docs)Remove the Committer-r

[GitHub] [doris] luzhijing merged pull request #20418: [Chore](docs)Remove the Committer-related description in the contribution guide

2023-06-04 Thread via GitHub
luzhijing merged PR #20418: URL: https://github.com/apache/doris/pull/20418 -- 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 #20307: [Feature](load)RoutineLoad support multi table load

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20307: URL: https://github.com/apache/doris/pull/20307#issuecomment-1575998765 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 #19655: [Refactor](load) Unify streamload BE and FE properties parsing

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1575998398 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] Kikyou1997 commented on pull request #20426: [fix](stats) Fix auto analyze

2023-06-04 Thread via GitHub
Kikyou1997 commented on PR #20426: URL: https://github.com/apache/doris/pull/20426#issuecomment-1575997908 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] Kikyou1997 opened a new pull request, #20426: [fix](stats) Fix auto analyze

2023-06-04 Thread via GitHub
Kikyou1997 opened a new pull request, #20426: URL: https://github.com/apache/doris/pull/20426 ## Proposed changes Auto analyze depends on row count in FE meta, however this field's only get updated when compaction finished which is not determined. Use `SELECT COUNT` instead of

[GitHub] [doris] fracly commented on issue #20416: [Bug] regexp function can not work correctly with Chinese characters

2023-06-04 Thread via GitHub
fracly commented on issue #20416: URL: https://github.com/apache/doris/issues/20416#issuecomment-1575997597 fixed in 1.2.4, look good for me -- 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 s

[GitHub] [doris] fracly closed issue #20416: [Bug] regexp function can not work correctly with Chinese characters

2023-06-04 Thread via GitHub
fracly closed issue #20416: [Bug] regexp function can not work correctly with Chinese characters URL: https://github.com/apache/doris/issues/20416 -- 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

[GitHub] [doris] kaijchen commented on pull request #20425: [fix](regression) add sync after streamload in test_stream_load

2023-06-04 Thread via GitHub
kaijchen commented on PR #20425: URL: https://github.com/apache/doris/pull/20425#issuecomment-1575997142 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] HHoflittlefish777 commented on pull request #19655: [Refactor](load) Unify streamload BE and FE properties

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

[GitHub] [doris] CalvinKirs commented on pull request #20307: [Feature](load)RoutineLoad support multi table load

2023-06-04 Thread via GitHub
CalvinKirs commented on PR #20307: URL: https://github.com/apache/doris/pull/20307#issuecomment-1575997054 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] kaijchen opened a new pull request, #20425: [fix](regression) add sync after streamload in test_stream_load

2023-06-04 Thread via GitHub
kaijchen opened a new pull request, #20425: URL: https://github.com/apache/doris/pull/20425 ## Proposed changes Add sync after streamload in test_stream_load to fix following error: ``` Exception in load_p0/stream_load/test_stream_load.groovy(line 180):

[doris-spark-connector] annotated tag 2.3_2.11-1.2.0 updated (6d212d4 -> e96317e)

2023-06-04 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 2.3_2.11-1.2.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git *** WARNING: tag 2.3_2.11-1.2.0 was modified! *** from 6d212d4 (commit) to e96317e (ta

[GitHub] [doris] freemandealer commented on pull request #20006: [feature](load) support single-stream-multi-table load (BE part)

2023-06-04 Thread via GitHub
freemandealer commented on PR #20006: URL: https://github.com/apache/doris/pull/20006#issuecomment-1575993999 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] github-actions[bot] commented on pull request #20356: [Bug](row-store) Fix row store with materialize index

2023-06-04 Thread via GitHub
github-actions[bot] commented on PR #20356: URL: https://github.com/apache/doris/pull/20356#issuecomment-1575993752 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] eldenmoon commented on pull request #20356: [Bug](row-store) Fix row store with materialize index

2023-06-04 Thread via GitHub
eldenmoon commented on PR #20356: URL: https://github.com/apache/doris/pull/20356#issuecomment-1575992136 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] herry2038 commented on pull request #20257: [improvement](compaction) Duplicate without key table compaction optimimation

2023-06-04 Thread via GitHub
herry2038 commented on PR #20257: URL: https://github.com/apache/doris/pull/20257#issuecomment-1575991871 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

  1   2   3   >