[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9121: [fix](cache) Generate md5 value using utf8 encoding for sqlkey string

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9121: URL: https://github.com/apache/incubator-doris/pull/9121#issuecomment-1104784291 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9121: [fix](cache) Generate md5 value using utf8 encoding for sqlkey string

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9121: URL: https://github.com/apache/incubator-doris/pull/9121#issuecomment-1104784220 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

[GitHub] [incubator-doris] weizhengte commented on a diff in pull request #8859: [feature-wip](statistics) step2: schedule the statistics job and generate executable tasks

2022-04-20 Thread GitBox
weizhengte commented on code in PR #8859: URL: https://github.com/apache/incubator-doris/pull/8859#discussion_r854838195 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJob.java: ## @@ -18,62 +18,200 @@ package org.apache.doris.statistics; import org.apache

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-20 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r854838132 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -0,0 +1,71 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] weizhengte commented on a diff in pull request #8859: [feature-wip](statistics) step2: schedule the statistics job and generate executable tasks

2022-04-20 Thread GitBox
weizhengte commented on code in PR #8859: URL: https://github.com/apache/incubator-doris/pull/8859#discussion_r854838032 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJobScheduler.java: ## @@ -33,31 +47,211 @@ Switch job state from pending to scheduling. *

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-20 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r854837532 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -0,0 +1,71 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-20 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r854837340 ## fe/fe-core/src/main/java/org/apache/doris/statistics/Statistics.java: ## @@ -70,4 +70,16 @@ public Map getColumnStats(long tableId) { } r

[GitHub] [incubator-doris] Gabriel39 commented on pull request #9088: [Feature] support vectorized compaction

2022-04-20 Thread GitBox
Gabriel39 commented on PR #9088: URL: https://github.com/apache/incubator-doris/pull/9088#issuecomment-1104770352 cc @morningman @HappenLee @yiguolei -- 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

[GitHub] [incubator-doris] kkfnui commented on issue #9149: [Bug] access tablet -214, missed version for version —— 1.0.0-rc3

2022-04-20 Thread GitBox
kkfnui commented on issue #9149: URL: https://github.com/apache/incubator-doris/issues/9149#issuecomment-1104768720 mysql> SHOW PROC '/dbs/19610/281860/partitions/848876/281861/848901'; ``` +---+---+-+-+---+--

[GitHub] [incubator-doris] Gabriel39 commented on pull request #9088: [Feature] support vectorized compaction

2022-04-20 Thread GitBox
Gabriel39 commented on PR #9088: URL: https://github.com/apache/incubator-doris/pull/9088#issuecomment-1104767917 I finish the performance test and add the progress and performance report in my own repo. Pls refer to https://github.com/Gabriel39/doris_compaction_perf/tree/main/report . --

[GitHub] [incubator-doris] kkfnui opened a new issue, #9149: [Bug] access tablet -214, missed version for version —— 1.0.0-rc3

2022-04-20 Thread GitBox
kkfnui opened a new issue, #9149: URL: https://github.com/apache/incubator-doris/issues/9149 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.0.0-r

[incubator-doris] branch master updated: [Fix bug] fix non-equal out join is not supported (#8857)

2022-04-20 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 2c2e06a5fe [Fix bug] fix non-equal ou

[GitHub] [incubator-doris] yiguolei closed issue #8856: [Bug] non-equal out join is not supported

2022-04-20 Thread GitBox
yiguolei closed issue #8856: [Bug] non-equal out join is not supported URL: https://github.com/apache/incubator-doris/issues/8856 -- 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] [incubator-doris] yiguolei merged pull request #8857: [BUG] fix non-equal out join is not supported

2022-04-20 Thread GitBox
yiguolei merged PR #8857: URL: https://github.com/apache/incubator-doris/pull/8857 -- 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...@d

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9106: [fix](transaction) Fix running transaction num may be zero if there are running transactions when when execute show proc

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9106: URL: https://github.com/apache/incubator-doris/pull/9106#issuecomment-1104702347 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9106: [fix](transaction) Fix running transaction num may be zero if there are running transactions when when execute show proc

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9106: URL: https://github.com/apache/incubator-doris/pull/9106#issuecomment-1104702360 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 us

[GitHub] [incubator-doris] yiguolei merged pull request #9127: [fix] Fix a compatibility problem caused by using a non-existent database when connecting via mysql client

2022-04-20 Thread GitBox
yiguolei merged PR #9127: URL: https://github.com/apache/incubator-doris/pull/9127 -- 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...@d

[incubator-doris] branch master updated: [fix] Fix a compatibility problem caused by using a non-existent database when connecting via mysql client (#9127)

2022-04-20 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 7af684ad0f [fix] Fix a compatibility

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9106: [fix](transaction) Fix running transaction num may be zero if there are running transactions when when execute show proc

2022-04-20 Thread GitBox
yiguolei commented on code in PR #9106: URL: https://github.com/apache/incubator-doris/pull/9106#discussion_r854767848 ## fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java: ## @@ -124,10 +124,10 @@ public class DatabaseTransactionMgr { //

[incubator-doris] branch master updated: [fix](ut)(vectorized) fix a potential stack overflow bug and some unit test (#9140)

2022-04-20 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 7b3865b524 [fix](ut)(vectorized) fi

[GitHub] [incubator-doris] caiconghui merged pull request #9140: [fix](ut)(vectorized) fix a potential stack overflow bug and some unit test

2022-04-20 Thread GitBox
caiconghui merged PR #9140: URL: https://github.com/apache/incubator-doris/pull/9140 -- 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...

[incubator-doris] branch master updated (498f50a837 -> fa5b5fc6d1)

2022-04-20 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from 498f50a837 [regression-test] update test case dir which divided by basic functions (#9084) add fa5b

[GitHub] [incubator-doris] caiconghui merged pull request #9108: [fix](dynamic_partition) fix dynamic partition scheduler not work for olap table with random hash info

2022-04-20 Thread GitBox
caiconghui merged PR #9108: URL: https://github.com/apache/incubator-doris/pull/9108 -- 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] [incubator-doris] caiconghui closed issue #9107: [Bug] DynamicPartitionScheduler not work for olap table with random hash info

2022-04-20 Thread GitBox
caiconghui closed issue #9107: [Bug] DynamicPartitionScheduler not work for olap table with random hash info URL: https://github.com/apache/incubator-doris/issues/9107 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9140: [fix](ut)(vectorized) fix a potential stack overflow bug and some unit test

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9140: URL: https://github.com/apache/incubator-doris/pull/9140#issuecomment-1104684437 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9140: [fix](ut)(vectorized) fix a potential stack overflow bug and some unit test

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9140: URL: https://github.com/apache/incubator-doris/pull/9140#issuecomment-1104684423 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

[incubator-doris] branch master updated: [regression-test] update test case dir which divided by basic functions (#9084)

2022-04-20 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 498f50a837 [regression-test] update t

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #9084: [regression-test] update test case dir which divided by basic functions

2022-04-20 Thread GitBox
EmmyMiao87 merged PR #9084: URL: https://github.com/apache/incubator-doris/pull/9084 -- 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] [incubator-doris] xinyiZzz commented on pull request #9145: [feature-wip] (memory tracker) (step5) Track track bthread, fix track vectorized query

2022-04-20 Thread GitBox
xinyiZzz commented on PR #9145: URL: https://github.com/apache/incubator-doris/pull/9145#issuecomment-1104679949 cc @morningman @yangzhg -- 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 speci

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #8859: [feature-wip](statistics) step2: schedule the statistics job and generate executable tasks

2022-04-20 Thread GitBox
EmmyMiao87 commented on PR #8859: URL: https://github.com/apache/incubator-doris/pull/8859#issuecomment-1104673613 The persistence logic is not yet complete. A separate PR is required to handle the persistence logic WIP. -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #8859: [feature-wip](statistics) step2: schedule the statistics job and generate executable tasks

2022-04-20 Thread GitBox
EmmyMiao87 commented on code in PR #8859: URL: https://github.com/apache/incubator-doris/pull/8859#discussion_r854742859 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJob.java: ## @@ -18,62 +18,200 @@ package org.apache.doris.statistics; import org.apache

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request, #9147: [Feature] [Lateral-View] support outer combinator of table function

2022-04-20 Thread GitBox
BiteThet opened a new pull request, #9147: URL: https://github.com/apache/incubator-doris/pull/9147 # Proposed changes Issue Number: close #9146 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original b

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue, #9146: [Feature] [Lateral-View] support `outer` combinator of table function

2022-04-20 Thread GitBox
BiteThet opened a new issue, #9146: URL: https://github.com/apache/incubator-doris/issues/9146 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [incubator-doris] xinyiZzz opened a new pull request, #9145: [feature-wip] (memory tracker) (step5) Track track bthread, fix track vectorized query

2022-04-20 Thread GitBox
xinyiZzz opened a new pull request, #9145: URL: https://github.com/apache/incubator-doris/pull/9145 # Proposed changes Issue Number: close #7196 ## Problem Summary: 1. fix track bthread - Bthread, a high performance M:N thread library used by brpc. In Doris, a brpc s

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #8858: [feature-wip](statistics) step1: create the statistics job

2022-04-20 Thread GitBox
EmmyMiao87 commented on code in PR #8858: URL: https://github.com/apache/incubator-doris/pull/8858#discussion_r854737773 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -21,71 +21,134 @@ import org.apache.doris.catalog.Column; import org.apache.do

[GitHub] [incubator-doris] HappenLee merged pull request #9112: [Bug][Storage-vectorized] fix code dump on outer join with not nullable column

2022-04-20 Thread GitBox
HappenLee merged PR #9112: URL: https://github.com/apache/incubator-doris/pull/9112 -- 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...@

[incubator-doris] branch master updated: [Bug][Storage-vectorized] fix code dump on outer join with not nullable column (#9112)

2022-04-20 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new dda7604e16 [Bug][Storage-vectorized]

[GitHub] [incubator-doris] HappenLee closed issue #9105: [Bug] be core dump due to wrong casting

2022-04-20 Thread GitBox
HappenLee closed issue #9105: [Bug] be core dump due to wrong casting URL: https://github.com/apache/incubator-doris/issues/9105 -- 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.

[incubator-doris] branch stream-load-vec updated: [Bug] Fix some bug in vec stream load (#9094)

2022-04-20 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch stream-load-vec in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/stream-load-vec by this push: new 687dc8a643 [Bug] F

[GitHub] [incubator-doris] HappenLee merged pull request #9094: [Bug] Fix some bug in vec stream load

2022-04-20 Thread GitBox
HappenLee merged PR #9094: URL: https://github.com/apache/incubator-doris/pull/9094 -- 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] [incubator-doris] hilatolo opened a new issue, #9144: [Enhancement] Doris,不支持INSERT INTO ON DUPLICATE KEY UPDATE 语法。

2022-04-20 Thread GitBox
hilatolo opened a new issue, #9144: URL: https://github.com/apache/incubator-doris/issues/9144 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description D

[GitHub] [incubator-doris] adonis0147 commented on pull request #9117: [enhancement][diagnostics] Add a diagnostic: detect unused includes

2022-04-20 Thread GitBox
adonis0147 commented on PR #9117: URL: https://github.com/apache/incubator-doris/pull/9117#issuecomment-1104648132 License was added. -- 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

[incubator-doris-flink-connector] branch master updated: [Feature] Refactoring DorisSouce based on FLIP-27 (#24)

2022-04-20 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/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 706baa0 [Featur

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #24: [Feature] Refactoring DorisSouce based on FLIP-27

2022-04-20 Thread GitBox
hf200012 merged PR #24: URL: https://github.com/apache/incubator-doris-flink-connector/pull/24 -- 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-u

[GitHub] [incubator-doris-flink-connector] hf200012 closed issue #20: [Feature] Refactoring DorisSouce based on FLIP-27

2022-04-20 Thread GitBox
hf200012 closed issue #20: [Feature] Refactoring DorisSouce based on FLIP-27 URL: https://github.com/apache/incubator-doris-flink-connector/issues/20 -- 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 t

[GitHub] [incubator-doris] chenlinzhong closed issue #9026: [Bug] Usage is inconsistent with document description

2022-04-20 Thread GitBox
chenlinzhong closed issue #9026: [Bug] Usage is inconsistent with document description URL: https://github.com/apache/incubator-doris/issues/9026 -- 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] [incubator-doris] lide-reed opened a new issue, #9143: [Enhancement] Let "create table as ... select" statement could insert data which query from select statement

2022-04-20 Thread GitBox
lide-reed opened a new issue, #9143: URL: https://github.com/apache/incubator-doris/issues/9143 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [incubator-doris] dataroaring commented on a diff in pull request #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity

2022-04-20 Thread GitBox
dataroaring commented on code in PR #9110: URL: https://github.com/apache/incubator-doris/pull/9110#discussion_r854718067 ## docs/en/sql-reference/sql-statements/Administration/SHOW BACKENDS.md: ## @@ -37,7 +37,7 @@ Explain: 4. System Decommissioned is true to indicate that the

[GitHub] [incubator-doris] spaces-X commented on pull request #9136: [fix](spark load) fix `getHashValue` of string type is always zero in…

2022-04-20 Thread GitBox
spaces-X commented on PR #9136: URL: https://github.com/apache/incubator-doris/pull/9136#issuecomment-1104632089 > Would you please elaborate how this issue happen? Buffer flip is used incorrectly. When the hash key is string type, the hash value is always zero. The reason is that

[GitHub] [incubator-doris] liuzhuang2017 commented on pull request #9124: [docs][typo] Fix some typos in "getting-started" content.

2022-04-20 Thread GitBox
liuzhuang2017 commented on PR #9124: URL: https://github.com/apache/incubator-doris/pull/9124#issuecomment-1104077647 @hf200012 , Sorry to bother you, can you help me review this pr? Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] liuzhuang2017 commented on pull request #9131: [docs][typo] Fix some typos in "alter-table" content.

2022-04-20 Thread GitBox
liuzhuang2017 commented on PR #9131: URL: https://github.com/apache/incubator-doris/pull/9131#issuecomment-1104077278 @hf200012 , Sorry to bother you, can you help me review this pr? Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman opened a new pull request, #9142: [fix](backup) Remove colocate_with property when backing up a table

2022-04-20 Thread GitBox
morningman opened a new pull request, #9142: URL: https://github.com/apache/incubator-doris/pull/9142 # Proposed changes Issue Number: close #9141 ## Problem Summary: We currently not support backup table with colocation property. So that we have to remove colocate_wit

[GitHub] [incubator-doris] morningman opened a new issue, #9141: [Bug] query thrown NPE when query a restore table

2022-04-20 Thread GitBox
morningman opened a new issue, #9141: URL: https://github.com/apache/incubator-doris/issues/9141 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version tru

[GitHub] [incubator-doris] morningman opened a new pull request, #9140: [fix](ut)(vectorized) fix a potential stack overflow bug and some unit test

2022-04-20 Thread GitBox
morningman opened a new pull request, #9140: URL: https://github.com/apache/incubator-doris/pull/9140 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. Fix FE ut, introduced from #8979 2. Fix BE ut ## Checklist(Required) 1. Does it affect

[GitHub] [incubator-doris] wangshuo128 commented on pull request #9136: [fix](spark load) fix `getHashValue` of string type is always zero in…

2022-04-20 Thread GitBox
wangshuo128 commented on PR #9136: URL: https://github.com/apache/incubator-doris/pull/9136#issuecomment-1104019492 Would you please elaborate how this issue happen? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] platoneko commented on a diff in pull request #9139: [Refactor-wip] Add FileSystem, ReadStream, WriteStream

2022-04-20 Thread GitBox
platoneko commented on code in PR #9139: URL: https://github.com/apache/incubator-doris/pull/9139#discussion_r854180766 ## be/test/CMakeLists.txt: ## @@ -230,7 +235,7 @@ set(RUNTIME_TEST_FILES # runtime/export_task_mgr_test.cpp # runtime/minidump_test.cpp runtime/

[GitHub] [incubator-doris] platoneko commented on pull request #9139: [Refactor] Add FileSystem, ReadStream, WriteStream

2022-04-20 Thread GitBox
platoneko commented on PR #9139: URL: https://github.com/apache/incubator-doris/pull/9139#issuecomment-1103968873 See issue [9122](https://github.com/apache/incubator-doris/issues/9122) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] platoneko opened a new pull request, #9139: [Refactor] Add FileSystem, ReadStream, WriteStream

2022-04-20 Thread GitBox
platoneko opened a new pull request, #9139: URL: https://github.com/apache/incubator-doris/pull/9139 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [incubator-doris] zhannngchen commented on pull request #8874: [refactor] some code cleanup for min/max function.

2022-04-20 Thread GitBox
zhannngchen commented on PR #8874: URL: https://github.com/apache/incubator-doris/pull/8874#issuecomment-1103896956 @yiguolei @morningman Do you have time to help to review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-20 Thread GitBox
EmmyMiao87 commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r854037170 ## fe/fe-core/src/main/java/org/apache/doris/statistics/BaseStatsDerive.java: ## @@ -0,0 +1,122 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] wangshuo128 commented on a diff in pull request #9113: [for-reviewing](*): format code

2022-04-20 Thread GitBox
wangshuo128 commented on code in PR #9113: URL: https://github.com/apache/incubator-doris/pull/9113#discussion_r854046270 ## fe/fe-core/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java: ## @@ -53,23 +52,23 @@ public class ConsistencyChecker extends MasterDae

[GitHub] [incubator-doris] wangmiao1002 commented on issue #9129: Hadoop high availability is currently not supported[Bug]

2022-04-20 Thread GitBox
wangmiao1002 commented on issue #9129: URL: https://github.com/apache/incubator-doris/issues/9129#issuecomment-1103844775 > 以下hdfs ha相关配置项缺失。 > > ``` > ("dfs.nameservices", "hacluster"); > ("dfs.ha.namenodes.hacluster", "3,4"); > ("dfs.namenode.rpc-add

[GitHub] [incubator-doris] dataroaring opened a new issue, #9138: [Bug] be core dump at bloom_filter_predicate.h:121 due to null pointer

2022-04-20 Thread GitBox
dataroaring opened a new issue, #9138: URL: https://github.com/apache/incubator-doris/issues/9138 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version de

[GitHub] [incubator-doris] HappenLee commented on pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-20 Thread GitBox
HappenLee commented on PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#issuecomment-1103839421 I think we should reuse the logic and code of all AggregateionFunction we already impl. Don't repeat yourself ! -- This is an automated message from the Apache Git Service

[GitHub] [incubator-doris] lide-reed opened a new issue, #9137: [Feature] Introduce UTF8mb4 charset to support 4-byte encoding charset like emojis

2022-04-20 Thread GitBox
lide-reed opened a new issue, #9137: URL: https://github.com/apache/incubator-doris/issues/9137 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #9113: [for-reviewing](*): format code

2022-04-20 Thread GitBox
EmmyMiao87 commented on code in PR #9113: URL: https://github.com/apache/incubator-doris/pull/9113#discussion_r854033942 ## fe/fe-core/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java: ## @@ -53,23 +52,23 @@ public class ConsistencyChecker extends MasterDaem

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-20 Thread GitBox
HappenLee commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r854030386 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,312 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9112: [Bug][Storage-vectorized] fix code dump on outer join with not nullable column

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9112: URL: https://github.com/apache/incubator-doris/pull/9112#issuecomment-1103793462 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

[GitHub] [incubator-doris] spaces-X opened a new pull request, #9136: [fix](spark load) fix `getHashValue` of string type is always zero in…

2022-04-20 Thread GitBox
spaces-X opened a new pull request, #9136: URL: https://github.com/apache/incubator-doris/pull/9136 … spark load. # Proposed changes close #9135 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the origin

[GitHub] [incubator-doris] spaces-X opened a new issue, #9135: [Bug] getHashValue of string type is always zero in spark load

2022-04-20 Thread GitBox
spaces-X opened a new issue, #9135: URL: https://github.com/apache/incubator-doris/issues/9135 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version From

[GitHub] [incubator-doris] wangbo opened a new pull request, #9134: [optimize](storage)optimize read by rowids in storage layer

2022-04-20 Thread GitBox
wangbo opened a new pull request, #9134: URL: https://github.com/apache/incubator-doris/pull/9134 # Proposed changes Issue Number: close #9133 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [incubator-doris] wangbo opened a new issue, #9133: [Enhancement] Optimize read column by rowids in Storage Layer

2022-04-20 Thread GitBox
wangbo opened a new issue, #9133: URL: https://github.com/apache/incubator-doris/issues/9133 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description _No

[GitHub] [incubator-doris] Jibing-Li commented on issue #9129: Hadoop high availability is currently not supported[Bug]

2022-04-20 Thread GitBox
Jibing-Li commented on issue #9129: URL: https://github.com/apache/incubator-doris/issues/9129#issuecomment-1103704219 The following hdfs ha related configuration items are missing. ``` ("dfs.nameservices", "hacluster"); ("dfs.ha.namenodes.hacluster", "3,4");

[GitHub] [incubator-doris] chenlinzhong opened a new pull request, #9132: [Enhancement] Optimize log content, stop print stacktrace info #9130

2022-04-20 Thread GitBox
chenlinzhong opened a new pull request, #9132: URL: https://github.com/apache/incubator-doris/pull/9132 it's not a good way to print stack for every log ,this may cause 1.In high concurrency scenarios, printing too much log content frequently will affect performance 2.Full screen

[GitHub] [incubator-doris] liuzhuang2017 opened a new pull request, #9131: [docs][typo] Fix some typos in "alter-table" content.

2022-04-20 Thread GitBox
liuzhuang2017 opened a new pull request, #9131: URL: https://github.com/apache/incubator-doris/pull/9131 # Proposed changes Fix some typos in "alter-table" content. ## Problem Summary: Fix some typos in "alter-table" content. ## Checklist(Required) 1. Does

[GitHub] [incubator-doris] caiconghui closed issue #9103: [Bug] wrong partition distribution key info for random hash olap table

2022-04-20 Thread GitBox
caiconghui closed issue #9103: [Bug] wrong partition distribution key info for random hash olap table URL: https://github.com/apache/incubator-doris/issues/9103 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [fix](partition) Fix wrong partition distribution key info for random hash olap table (#9104)

2022-04-20 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 40362dfaca [fix](partition) Fix wro

[GitHub] [incubator-doris] caiconghui merged pull request #9104: [fix](partition) Fix wrong partition distribution key info for random hash olap table

2022-04-20 Thread GitBox
caiconghui merged PR #9104: URL: https://github.com/apache/incubator-doris/pull/9104 -- 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] [incubator-doris] chenlinzhong opened a new issue, #9130: [Enhancement] Optimize log content

2022-04-20 Thread GitBox
chenlinzhong opened a new issue, #9130: URL: https://github.com/apache/incubator-doris/issues/9130 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [incubator-doris] weilai201 commented on issue #7266: [Bug] start be error. 非法指令

2022-04-20 Thread GitBox
weilai201 commented on issue #7266: URL: https://github.com/apache/incubator-doris/issues/7266#issuecomment-1103639950 > I use this command recompiled BE,but the bug still exist.. Does anyone else meet this bug too? 我是使用自己的操作系统(CentOS7.3)编译的,可以正常运行。官网的容器镜像好像是CentOS7.9 编译出来的包不能在CentO

[GitHub] [incubator-doris-manager] dh-cloud opened a new pull request, #51: [Fix] fix the way to find the process number

2022-04-20 Thread GitBox
dh-cloud opened a new pull request, #51: URL: https://github.com/apache/incubator-doris-manager/pull/51 fix the way to find the process number # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Requ

[GitHub] [incubator-doris] wangshuo128 commented on a diff in pull request #9113: [for-reviewing](*): format code

2022-04-20 Thread GitBox
wangshuo128 commented on code in PR #9113: URL: https://github.com/apache/incubator-doris/pull/9113#discussion_r853864715 ## fe/fe-core/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java: ## @@ -53,23 +52,23 @@ public class ConsistencyChecker extends MasterDae

[GitHub] [incubator-doris] cnmrzhou opened a new issue, #9129: Hadoop high availability is currently not supported[Bug]

2022-04-20 Thread GitBox
cnmrzhou opened a new issue, #9129: URL: https://github.com/apache/incubator-doris/issues/9129 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.0

[GitHub] [incubator-doris] BiteTheDDDDt commented on pull request #9128: [enhancement](*): ignore with build_*

2022-04-20 Thread GitBox
BiteThet commented on PR #9128: URL: https://github.com/apache/incubator-doris/pull/9128#issuecomment-1103598219 LGTM -- 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] [incubator-doris] jackwener closed pull request #9128: [enhancement](*): ignore with build_*

2022-04-20 Thread GitBox
jackwener closed pull request #9128: [enhancement](*): ignore with build_* URL: https://github.com/apache/incubator-doris/pull/9128 -- 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 commen

[GitHub] [incubator-doris] jackwener commented on pull request #9128: [enhancement](*): ignore with build_*

2022-04-20 Thread GitBox
jackwener commented on PR #9128: URL: https://github.com/apache/incubator-doris/pull/9128#issuecomment-1103598291 > ```shell > be/build_Release/ > ``` > > Remove `be/build_Release/` > > ```shell > be/ut_build*/ > be/build_*/ > ``` > > Better to have a consi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9089: [enhancement](*): add checkstyle file

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9089: URL: https://github.com/apache/incubator-doris/pull/9089#issuecomment-1103593847 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9089: [enhancement](*): add checkstyle file

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9089: URL: https://github.com/apache/incubator-doris/pull/9089#issuecomment-1103593801 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

[GitHub] [incubator-doris] BiteTheDDDDt commented on pull request #9128: [enhancement](*): ignore with build_*

2022-04-20 Thread GitBox
BiteThet commented on PR #9128: URL: https://github.com/apache/incubator-doris/pull/9128#issuecomment-1103591095 ```shell be/build_Release/ ``` Remove `be/build_Release/` ```shell be/ut_build*/ be/build_*/ ``` Better to have a consistent style here. -- This is a

[GitHub] [incubator-doris] jackwener commented on a diff in pull request #9113: [for-reviewing](*): format code

2022-04-20 Thread GitBox
jackwener commented on code in PR #9113: URL: https://github.com/apache/incubator-doris/pull/9113#discussion_r853843696 ## fe/fe-core/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java: ## @@ -53,23 +52,23 @@ public class ConsistencyChecker extends MasterDaemo

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-20 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r853841093 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,312 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] jackwener opened a new pull request, #9128: [enhancment](*): ignore with build_*

2022-04-20 Thread GitBox
jackwener opened a new pull request, #9128: URL: https://github.com/apache/incubator-doris/pull/9128 # Proposed changes Issue Number: close #xxx ## Problem Summary: ignore with build_* ## Checklist(Required) 1. Does it affect the original behavior: (No) 2

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8857: [BUG] fix non-equal out join is not supported

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #8857: URL: https://github.com/apache/incubator-doris/pull/8857#issuecomment-1103580729 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8857: [BUG] fix non-equal out join is not supported

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #8857: URL: https://github.com/apache/incubator-doris/pull/8857#issuecomment-1103580701 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

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #9112: [Bug][Storage-vectorized] fix code dump on outer join with not nullable column

2022-04-20 Thread GitBox
BiteThet commented on code in PR #9112: URL: https://github.com/apache/incubator-doris/pull/9112#discussion_r853828698 ## be/src/vec/columns/predicate_column.h: ## @@ -23,6 +23,7 @@ #include "vec/columns/column.h" #include "vec/columns/column_decimal.h" #include "vec/colu

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-20 Thread GitBox
HappenLee commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r853825387 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,312 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

[GitHub] [incubator-doris] jackwener commented on pull request #9117: [enhancement][diagnostics] Add a diagnostic: detect unused includes

2022-04-20 Thread GitBox
jackwener commented on PR #9117: URL: https://github.com/apache/incubator-doris/pull/9117#issuecomment-1103573144 License Check / License Check (pull_request) Failing. Maybe solution. - New file need header. - Rebase -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] wangbo commented on a diff in pull request #9112: [Bug][Storage-vectorized] fix code dump on outer join with not nullable column

2022-04-20 Thread GitBox
wangbo commented on code in PR #9112: URL: https://github.com/apache/incubator-doris/pull/9112#discussion_r853824372 ## be/src/vec/columns/predicate_column.h: ## @@ -23,6 +23,7 @@ #include "vec/columns/column.h" #include "vec/columns/column_decimal.h" #include "vec/columns/co

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9127: [fix] Fix a compatibility problem caused by using a non-existent database when connecting via mysql client

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9127: URL: https://github.com/apache/incubator-doris/pull/9127#issuecomment-1103570152 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9127: [fix] Fix a compatibility problem caused by using a non-existent database when connecting via mysql client

2022-04-20 Thread GitBox
github-actions[bot] commented on PR #9127: URL: https://github.com/apache/incubator-doris/pull/9127#issuecomment-1103570102 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

  1   2   >