[GitHub] [doris] github-actions[bot] commented on pull request #19561: [fix](pipeline) fix query returns empty result occasionally instead o…

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19561: URL: https://github.com/apache/doris/pull/19561#issuecomment-1544056546 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] zhannngchen opened a new pull request, #19562: [fix](storage) query with __DORIS_VERSION_COL__ predicate may not work as expect

2023-05-11 Thread via GitHub
zhannngchen opened a new pull request, #19562: URL: https://github.com/apache/doris/pull/19562 # Proposed changes Issue Number: close #xxx ## Problem summary The version column in rowsets that not compacted is empty, should not apply zone map in query. ## Checkli

[GitHub] [doris] github-actions[bot] commented on pull request #19562: [fix](storage) query with __DORIS_VERSION_COL__ predicate may not work as expect

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19562: URL: https://github.com/apache/doris/pull/19562#issuecomment-1544077023 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] morningman merged pull request #19265: [fix](fe) Fix SimpleDateFormatter thread unsafe issue by replacing to DateTimeFormatter.

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

[GitHub] [doris] morningman closed issue #19192: [Bug] SimpleDateFormat throws exceptions because it is not thread-safe.

2023-05-11 Thread via GitHub
morningman closed issue #19192: [Bug] SimpleDateFormat throws exceptions because it is not thread-safe. URL: https://github.com/apache/doris/issues/19192 -- 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

[doris] branch master updated (d58498841a -> a041f8eabe)

2023-05-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d58498841a [fix](Nereids) Should copy JoinReorderContext for PushdownProject (#19508) add a041f8eabe [fix](fe

[GitHub] [doris] morningman opened a new pull request, #19563: [improvement](docker) update compilation Dockerfile

2023-05-11 Thread via GitHub
morningman opened a new pull request, #19563: URL: https://github.com/apache/doris/pull/19563 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Upgrade ldb-toolchain to 0.17 2. Upgrade ccache to 4.8 ## Checklist(Required) * [ ] Does it aff

[GitHub] [doris] dataroaring commented on pull request #19563: [improvement](docker) update compilation Dockerfile

2023-05-11 Thread via GitHub
dataroaring commented on PR #19563: URL: https://github.com/apache/doris/pull/19563#issuecomment-1544133021 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 #19563: [improvement](docker) update compilation Dockerfile

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19563: URL: https://github.com/apache/doris/pull/19563#issuecomment-1544134792 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 #19563: [improvement](docker) update compilation Dockerfile

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19563: URL: https://github.com/apache/doris/pull/19563#issuecomment-1544134926 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] Jibing-Li opened a new pull request, #19564: [Fix](multi catalog, nereids)Fix FileQueryScanNode couldn't filter partition in nereids planner bug.

2023-05-11 Thread via GitHub
Jibing-Li opened a new pull request, #19564: URL: https://github.com/apache/doris/pull/19564 Nereids planner add conjuncts to ScanNode after call finalize, this may cause external table scan node fail to filter useless partition. This pr is to fix this bug, call finalize after add conjuncts

[GitHub] [doris] Jibing-Li commented on pull request #19564: [Fix](multi catalog, nereids)Fix FileQueryScanNode couldn't filter partition in nereids planner bug.

2023-05-11 Thread via GitHub
Jibing-Li commented on PR #19564: URL: https://github.com/apache/doris/pull/19564#issuecomment-1544145726 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] dataroaring opened a new issue, #19565: [Enhancement] support <=> in mysql

2023-05-11 Thread via GitHub
dataroaring opened a new issue, #19565: URL: https://github.com/apache/doris/issues/19565 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description https://dev.mys

[GitHub] [doris] tobehardest commented on issue #19565: [Enhancement] support NULL-safe equal(<=>) in mysql

2023-05-11 Thread via GitHub
tobehardest commented on issue #19565: URL: https://github.com/apache/doris/issues/19565#issuecomment-1544181512 I will do it. -- 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] platoneko commented on a diff in pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-11 Thread via GitHub
platoneko commented on code in PR #18874: URL: https://github.com/apache/doris/pull/18874#discussion_r1191359445 ## be/src/util/open_partition_closure.h: ## @@ -0,0 +1,48 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements

[GitHub] [doris] platoneko commented on a diff in pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-11 Thread via GitHub
platoneko commented on code in PR #18874: URL: https://github.com/apache/doris/pull/18874#discussion_r1191360762 ## be/src/util/open_partition_closure.h: ## @@ -0,0 +1,48 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements

[GitHub] [doris] platoneko commented on a diff in pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-11 Thread via GitHub
platoneko commented on code in PR #18874: URL: https://github.com/apache/doris/pull/18874#discussion_r1191362520 ## be/src/util/open_partition_closure.h: ## Review Comment: Strongly recommend to move these code in vtablet_sink.cpp -- This is an automated message from th

[GitHub] [doris] platoneko commented on a diff in pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-11 Thread via GitHub
platoneko commented on code in PR #18874: URL: https://github.com/apache/doris/pull/18874#discussion_r1191362520 ## be/src/util/open_partition_closure.h: ## Review Comment: Strongly recommend to move these code to vtablet_sink.cpp -- This is an automated message from th

[GitHub] [doris] github-actions[bot] commented on pull request #19237: [Feature](compaction) wip: single replica compaction

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19237: URL: https://github.com/apache/doris/pull/19237#issuecomment-1544219675 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] morningman commented on pull request #19544: [fix](multi-catalog) verify the precision of datetime types for each data source

2023-05-11 Thread via GitHub
morningman commented on PR #19544: URL: https://github.com/apache/doris/pull/19544#issuecomment-1544232861 Please add details in your PR comment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [doris] morningman commented on a diff in pull request #19544: [fix](multi-catalog) verify the precision of datetime types for each data source

2023-05-11 Thread via GitHub
morningman commented on code in PR #19544: URL: https://github.com/apache/doris/pull/19544#discussion_r1191380329 ## fe/fe-core/src/main/java/org/apache/doris/external/jdbc/JdbcClient.java: ## @@ -524,7 +526,8 @@ public Type mysqlTypeToDoris(JdbcFieldSchema fieldSchema) {

[GitHub] [doris] jackwener opened a new pull request, #19566: [fix](Nereids): SemiJoinLogicalJoinTranspose shouldn't throw error when eliminate outer failed

2023-05-11 Thread via GitHub
jackwener opened a new pull request, #19566: URL: https://github.com/apache/doris/pull/19566 # Proposed changes when eliminate outer failed, there will be some failed case. We shouldn't throw error. ## Problem summary Describe your changes. ## Checklist(Requ

[GitHub] [doris] jackwener commented on pull request #19566: [fix](Nereids): SemiJoinLogicalJoinTranspose shouldn't throw error when eliminate outer failed

2023-05-11 Thread via GitHub
jackwener commented on PR #19566: URL: https://github.com/apache/doris/pull/19566#issuecomment-1544417117 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] reswqa commented on pull request #19530: [Feat](fe) Support compress file for tvf hdfs() and s3()

2023-05-11 Thread via GitHub
reswqa commented on PR #19530: URL: https://github.com/apache/doris/pull/19530#issuecomment-1544494375 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] dependabot[bot] opened a new pull request, #19568: Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible in /extension/beats

2023-05-11 Thread via GitHub
dependabot[bot] opened a new pull request, #19568: URL: https://github.com/apache/doris/pull/19568 Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.0+incompatible to 2.8.2+incompatible. Release notes Sourced from https://github.com/docker/dis

[doris] branch dependabot/go_modules/extension/beats/github.com/docker/distribution-2.8.2incompatible created (now 3dd47c72d1)

2023-05-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/extension/beats/github.com/docker/distribution-2.8.2incompatible in repository https://gitbox.apache.org/repos/asf/doris.git at 3dd47c72d1 Bump github.com/docker/

[GitHub] [doris] xiaokang commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
xiaokang commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191798635 ## be/src/exec/tablet_info.h: ## @@ -263,11 +263,17 @@ struct NodeInfo { class DorisNodesInfo { public: +DorisNodesInfo() = default; DorisNodesInfo(const

[doris] branch master updated: [fix](nereids)fix some nereids planner bugs (#19509)

2023-05-11 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 e9392780a9 [fix](nereids)fix some nereids p

[GitHub] [doris] starocean999 merged pull request #19509: [fix](nereids)fix some nereids planner bugs

2023-05-11 Thread via GitHub
starocean999 merged PR #19509: URL: https://github.com/apache/doris/pull/19509 -- 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] dependabot[bot] commented on pull request #19568: Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible in /extension/beats

2023-05-11 Thread via GitHub
dependabot[bot] commented on PR #19568: URL: https://github.com/apache/doris/pull/19568#issuecomment-1544959161 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any co

[GitHub] [doris] yiguolei closed pull request #19568: Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible in /extension/beats

2023-05-11 Thread via GitHub
yiguolei closed pull request #19568: Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible in /extension/beats URL: https://github.com/apache/doris/pull/19568 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[doris] branch dependabot/go_modules/extension/beats/github.com/docker/distribution-2.8.2incompatible deleted (was 3dd47c72d1)

2023-05-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/extension/beats/github.com/docker/distribution-2.8.2incompatible in repository https://gitbox.apache.org/repos/asf/doris.git was 3dd47c72d1 Bump github.com/docker/

[GitHub] [doris] yiguolei merged pull request #19563: [improvement](docker) update compilation Dockerfile

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

[doris] branch master updated: [improvement](docker) update compilation Dockerfile (#19563)

2023-05-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 868bae47f6 [improvement](docker) update compila

[GitHub] [doris] yiguolei merged pull request #19550: [chore](collaborator) add several collaborators to manage issue

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

[doris] branch master updated: [chore](collaborator) add several collaborators to manage issue (#19550)

2023-05-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1296a920c2 [chore](collaborator) add several co

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

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

[GitHub] [doris] yiguolei merged pull request #19521: [chore](cmake) fix DORIS_JAVA_HOME from JAVA_HOME

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

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

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

[doris] branch master updated (1296a920c2 -> bd6a36091e)

2023-05-11 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 1296a920c2 [chore](collaborator) add several collaborators to manage issue (#19550) add bd6a36091e [chore](cmak

[GitHub] [doris] yiguolei merged pull request #19534: [fix](s3FileWriter) don't use bthread countdown event to sync

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

[doris] branch master updated (bd6a36091e -> 157ec5757a)

2023-05-11 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 bd6a36091e [chore](cmake) fix DORIS_JAVA_HOME from JAVA_HOME (#19521) add 157ec5757a [fix](s3FileWriter) don't u

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #19545: [pipeline](bug) DCHECK may failed in pip sender queue

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19545: URL: https://github.com/apache/doris/pull/19545#issuecomment-1544976008 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 #19538: [enhancement](exceptionsafe) force check exec node method's return value

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19538: URL: https://github.com/apache/doris/pull/19538#issuecomment-1544976106 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 #19538: [enhancement](exceptionsafe) force check exec node method's return value

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19538: URL: https://github.com/apache/doris/pull/19538#issuecomment-1544976126 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] HappenLee commented on pull request #19545: [pipeline](bug) DCHECK may failed in pip sender queue

2023-05-11 Thread via GitHub
HappenLee commented on PR #19545: URL: https://github.com/apache/doris/pull/19545#issuecomment-1544984070 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] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-11 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1191831840 ## be/src/olap/memtable.cpp: ## @@ -267,79 +218,137 @@ void MemTable::_aggregate_two_row_in_block(RowInBlock* new_row, RowInBlock* row_

[GitHub] [doris] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-11 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1191832160 ## be/src/olap/memtable.cpp: ## @@ -267,79 +218,137 @@ void MemTable::_aggregate_two_row_in_block(RowInBlock* new_row, RowInBlock* row_

[GitHub] [doris] yixiutt commented on pull request #19262: [Feature](planner) use partial update in update from & delete from

2023-05-11 Thread via GitHub
yixiutt commented on PR #19262: URL: https://github.com/apache/doris/pull/19262#issuecomment-1544989156 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] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-11 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1191833319 ## be/src/olap/memtable.cpp: ## @@ -267,79 +218,137 @@ void MemTable::_aggregate_two_row_in_block(RowInBlock* new_row, RowInBlock* row_

[GitHub] [doris] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-11 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1191833538 ## be/src/olap/memtable.cpp: ## @@ -267,79 +218,137 @@ void MemTable::_aggregate_two_row_in_block(RowInBlock* new_row, RowInBlock* row_

[GitHub] [doris] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-11 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1191833860 ## be/src/olap/memtable.cpp: ## @@ -267,79 +218,137 @@ void MemTable::_aggregate_two_row_in_block(RowInBlock* new_row, RowInBlock* row_

[GitHub] [doris] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-11 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1191834809 ## be/src/olap/memtable.cpp: ## @@ -267,79 +218,137 @@ void MemTable::_aggregate_two_row_in_block(RowInBlock* new_row, RowInBlock* row_

[GitHub] [doris] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-11 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1191835438 ## be/src/olap/memtable.cpp: ## @@ -144,19 +144,6 @@ void MemTable::_init_agg_functions(const vectorized::Block* block) { } MemTable::~MemTable() { -if (_v

[GitHub] [doris] zddr commented on pull request #19547: [improvement](auth)only GRANT_PRIV and USAGE_PRIV can GRANT for RESOURCE

2023-05-11 Thread via GitHub
zddr commented on PR #19547: URL: https://github.com/apache/doris/pull/19547#issuecomment-1544999757 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] stalary commented on a diff in pull request #18743: [BUG](es_catalog)Solve the problem of querying es catalog Unexpected exception: Index:…

2023-05-11 Thread via GitHub
stalary commented on code in PR #18743: URL: https://github.com/apache/doris/pull/18743#discussion_r1191839591 ## fe/fe-core/src/main/java/org/apache/doris/planner/EsScanNode.java: ## @@ -257,11 +257,13 @@ private List getShardLocations() throws UserException {

[GitHub] [doris] github-actions[bot] commented on pull request #19300: [improvement](load) skip compression when memtable is small

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19300: URL: https://github.com/apache/doris/pull/19300#issuecomment-1545006443 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] zhannngchen commented on pull request #19562: [fix](storage) query with __DORIS_VERSION_COL__ predicate may not work as expect

2023-05-11 Thread via GitHub
zhannngchen commented on PR #19562: URL: https://github.com/apache/doris/pull/19562#issuecomment-1545009193 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] yiguolei merged pull request #19538: [enhancement](exceptionsafe) force check exec node method's return value

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

[doris] branch master updated: [enhancement](exceptionsafe) force check exec node method's return value (#19538)

2023-05-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 8ef9212ddc [enhancement](exceptionsafe) force c

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

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

[GitHub] [doris] HHoflittlefish777 commented on pull request #19118: [Refactor][Load]Unify common part in streamLoad and loadingTask planner

2023-05-11 Thread via GitHub
HHoflittlefish777 commented on PR #19118: URL: https://github.com/apache/doris/pull/19118#issuecomment-1545021286 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] HHoflittlefish777 commented on pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-11 Thread via GitHub
HHoflittlefish777 commented on PR #18874: URL: https://github.com/apache/doris/pull/18874#issuecomment-1545022467 run p1 -- 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] haochengxia commented on pull request #19096: [docs](auth): forbid 127.0.0.1 passwd free login

2023-05-11 Thread via GitHub
haochengxia commented on PR #19096: URL: https://github.com/apache/doris/pull/19096#issuecomment-1545026998 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] BePPPower commented on pull request #19436: [Bugfix](Outfile) fix that export data to parquet and orc file format

2023-05-11 Thread via GitHub
BePPPower commented on PR #19436: URL: https://github.com/apache/doris/pull/19436#issuecomment-1545028424 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 #19559: [decimalv3](literal) use decimalv3 literal if enable_decimal_conversion is true

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19559: URL: https://github.com/apache/doris/pull/19559#issuecomment-1545028879 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 #19559: [decimalv3](literal) use decimalv3 literal if enable_decimal_conversion is true

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19559: URL: https://github.com/apache/doris/pull/19559#issuecomment-1545028899 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] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191855866 ## gensrc/thrift/DataSinks.thrift: ## @@ -122,9 +122,19 @@ struct TDataStreamSink { 3: optional bool ignore_not_found } + +struct TFetchOption { +1: optiona

[GitHub] [doris] github-actions[bot] commented on pull request #19436: [Bugfix](Outfile) fix that export data to parquet and orc file format

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19436: URL: https://github.com/apache/doris/pull/19436#issuecomment-1545030333 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] morningman commented on a diff in pull request #19473: [feature](analysis) insert overwrite table

2023-05-11 Thread via GitHub
morningman commented on code in PR #19473: URL: https://github.com/apache/doris/pull/19473#discussion_r1191414070 ## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ## @@ -2076,6 +2092,160 @@ private void handleCtasRollback(TableName table) { } }

[GitHub] [doris] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191856283 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -195,6 +197,45 @@ public PhysicalPlanTranslator(PlanTranslator

[GitHub] [doris] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191857630 ## be/src/olap/tablet.cpp: ## @@ -2481,7 +2481,7 @@ Status Tablet::fetch_value_by_rowids(RowsetSharedPtr input_rowset, uint32_t segi Status Tablet::lookup_row_dat

[GitHub] [doris] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191857813 ## be/src/service/internal_service.cpp: ## @@ -1384,15 +1386,30 @@ void PInternalServiceImpl::response_slave_tablet_pull_rowset( } } -static Status read_by_r

[GitHub] [doris-thirdparty] adonis0147 opened a new pull request, #64: [chore](workflow) Upgrade the toolchains to build libraries

2023-05-11 Thread via GitHub
adonis0147 opened a new pull request, #64: URL: https://github.com/apache/doris-thirdparty/pull/64 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191859267 ## be/src/service/internal_service.cpp: ## @@ -1422,11 +1439,26 @@ static Status read_by_rowids( continue; } segment_v2::SegmentSharedP

[GitHub] [doris] morningman opened a new pull request, #19569: [fix](dateformat) Fix hour date format

2023-05-11 Thread via GitHub
morningman opened a new pull request, #19569: URL: https://github.com/apache/doris/pull/19569 # Proposed changes Issue Number: close #xxx ## Problem summary Introduced from #19265. The hour format should support both "5" and "05". ## Checklist(Required) *

[GitHub] [doris] morningman commented on pull request #19569: [fix](dateformat) Fix hour date format

2023-05-11 Thread via GitHub
morningman commented on PR #19569: URL: https://github.com/apache/doris/pull/19569#issuecomment-1545038046 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] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191860729 ## fe/fe-core/src/main/java/org/apache/doris/planner/OriginalPlanner.java: ## @@ -474,17 +482,35 @@ private void injectRowIdColumnSlot() { node = nod

[GitHub] [doris] yiguolei merged pull request #19529: [minor](log) change debug log to info to observe the storage medium change

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

[doris] branch master updated (8ef9212ddc -> 9bf6ecca48)

2023-05-11 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 8ef9212ddc [enhancement](exceptionsafe) force check exec node method's return value (#19538) add 9bf6ecca48 [m

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

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

[GitHub] [doris] xinyiZzz commented on a diff in pull request #19526: [feature-wip](resource-group) Supports memory hard isolation of resource group

2023-05-11 Thread via GitHub
xinyiZzz commented on code in PR #19526: URL: https://github.com/apache/doris/pull/19526#discussion_r1191861615 ## be/src/common/daemon.cpp: ## @@ -230,9 +231,13 @@ void Daemon::memory_gc_thread() { if (!MemInfo::initialized() || !ExecEnv::GetInstance()->initialized())

[GitHub] [doris] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191862959 ## be/src/exec/rowid_fetcher.cpp: ## @@ -48,11 +52,15 @@ #include "vec/common/assert_cast.h" #include "vec/common/string_ref.h" #include "vec/core/block.h" // Bloc

[GitHub] [doris] stalary opened a new pull request, #19570: MOD: support external catalog

2023-05-11 Thread via GitHub
stalary opened a new pull request, #19570: URL: https://github.com/apache/doris/pull/19570 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/19537 ## Problem summary Row policy support external catalog ## Checklist(Required) * [ ]

[GitHub] [doris] eldenmoon commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-11 Thread via GitHub
eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191863563 ## be/src/exec/rowid_fetcher.cpp: ## @@ -133,20 +180,51 @@ Status RowIDFetcher::fetch(const vectorized::ColumnPtr& row_ids, _stubs[i]->multiget_data(&cntls[

[GitHub] [doris] BePPPower commented on pull request #19525: [Bugfix](Jdbc Catalog) fix data type mapping of SQLServer Catalog

2023-05-11 Thread via GitHub
BePPPower commented on PR #19525: URL: https://github.com/apache/doris/pull/19525#issuecomment-1545046979 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] LiBinfeng-01 commented on pull request #19493: [Fix](Planner) fix insert values with query bug

2023-05-11 Thread via GitHub
LiBinfeng-01 commented on PR #19493: URL: https://github.com/apache/doris/pull/19493#issuecomment-1545047082 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] mortimer-cra commented on issue #4767: can raid raise the disk io?

2023-05-11 Thread via GitHub
mortimer-cra commented on issue #4767: URL: https://github.com/apache/doris/issues/4767#issuecomment-1545048821 没有解答到chxfantasy的问题,doris数据目录如果配置的是多磁盘的话是顺序写还是轮询写入? -- 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] morningman commented on pull request #19570: MOD: support external catalog

2023-05-11 Thread via GitHub
morningman commented on PR #19570: URL: https://github.com/apache/doris/pull/19570#issuecomment-1545052040 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] morningman commented on a diff in pull request #19570: MOD: support external catalog

2023-05-11 Thread via GitHub
morningman commented on code in PR #19570: URL: https://github.com/apache/doris/pull/19570#discussion_r1191867141 ## fe/fe-core/src/main/java/org/apache/doris/analysis/StmtRewriter.java: ## @@ -1322,7 +1322,7 @@ public static boolean rewriteByPolicy(StatementBase statementBase,

[GitHub] [doris] hello-stephen commented on pull request #19569: [fix](dateformat) Fix hour date format

2023-05-11 Thread via GitHub
hello-stephen commented on PR #19569: URL: https://github.com/apache/doris/pull/19569#issuecomment-1545053875 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.27 seconds stream load tsv: 422 seconds loaded 74807831229 Bytes, about 169 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #19547: [improvement](auth)only GRANT_PRIV and USAGE_PRIV can GRANT for RESOURCE

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19547: URL: https://github.com/apache/doris/pull/19547#issuecomment-1545055010 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 #19547: [improvement](auth)only GRANT_PRIV and USAGE_PRIV can GRANT for RESOURCE

2023-05-11 Thread via GitHub
github-actions[bot] commented on PR #19547: URL: https://github.com/apache/doris/pull/19547#issuecomment-1545055040 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] lvshaokang opened a new pull request, #19571: [feature](load-refactor) Unfied mysql load use InsertStmt

2023-05-11 Thread via GitHub
lvshaokang opened a new pull request, #19571: URL: https://github.com/apache/doris/pull/19571 # Proposed changes Issue Number: close #18476 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ]

[GitHub] [doris] sohardforaname commented on pull request #19438: [Enhance](planner)add default order by of non-order query for original planner

2023-05-11 Thread via GitHub
sohardforaname commented on PR #19438: URL: https://github.com/apache/doris/pull/19438#issuecomment-1545061130 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] morningman commented on a diff in pull request #19557: [Fix](multi-catalog) Fix query hms tbl with compressed data files.

2023-05-11 Thread via GitHub
morningman commented on code in PR #19557: URL: https://github.com/apache/doris/pull/19557#discussion_r1191874267 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/FileQueryScanNode.java: ## @@ -242,9 +243,19 @@ public void createScanRangeLocations() throws UserExce

[GitHub] [doris] lvshaokang commented on pull request #19571: [feature](load-refactor) Unfied mysql load use InsertStmt

2023-05-11 Thread via GitHub
lvshaokang commented on PR #19571: URL: https://github.com/apache/doris/pull/19571#issuecomment-1545062842 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] LemonLiTree commented on pull request #19185: [bug](jsonb) fix jsonb query bug When the json key value contains "."

2023-05-11 Thread via GitHub
LemonLiTree commented on PR #19185: URL: https://github.com/apache/doris/pull/19185#issuecomment-1545063430 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 #19569: [fix](dateformat) Fix hour date format

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

<    1   2   3   4   >