[GitHub] [doris] Wilson-BT closed issue #11118: [Bug] column miss

2022-07-21 Thread GitBox
Wilson-BT closed issue #8: [Bug] column miss URL: https://github.com/apache/doris/issues/8 -- 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: commi

[GitHub] [doris] Wilson-BT commented on issue #11118: [Bug] column miss

2022-07-21 Thread GitBox
Wilson-BT commented on issue #8: URL: https://github.com/apache/doris/issues/8#issuecomment-1192249299 the same as #9 -- 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 co

[doris-website] branch master updated: code style

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new b6f409c9c9 code style b6f409c9c9 is

[GitHub] [doris] Wilson-BT opened a new issue, #11119: [Bug] column miss

2022-07-21 Thread GitBox
Wilson-BT opened a new issue, #9: URL: https://github.com/apache/doris/issues/9 ### 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.1.0

[GitHub] [doris] Wilson-BT opened a new issue, #11118: [Bug] column miss

2022-07-21 Thread GitBox
Wilson-BT opened a new issue, #8: URL: https://github.com/apache/doris/issues/8 ### 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.1.0

[GitHub] [doris] BiteTheDDDDt commented on pull request #10823: [enhancement] Refactor to improve the usability of MemTracker (step2)

2022-07-21 Thread GitBox
BiteThet commented on PR #10823: URL: https://github.com/apache/doris/pull/10823#issuecomment-1192244833 This pr change the config of regression test -- 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

[GitHub] [doris] kpfly commented on pull request #11116: Opt regexp using hyperscan

2022-07-21 Thread GitBox
kpfly commented on PR #6: URL: https://github.com/apache/doris/pull/6#issuecomment-1192220061 > In the comparation test on a be log dataset, with 118547840 rows and 26GB, we see 2~10x speedup on both x86 and ARM server. > > ![image](https://user-images.githubusercontent.com/6

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11082: [regression] (array-type) add the cases for csv/orc/parquet file format

2022-07-21 Thread GitBox
carlvinhust2012 commented on code in PR #11082: URL: https://github.com/apache/doris/pull/11082#discussion_r927321325 ## regression-test/suites/load/broker_load/test_array_load.groovy: ## @@ -116,13 +137,30 @@ suite("test_array_load", "load") { assertTrue(result1[0][0]

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11082: [regression] (array-type) add the cases for csv/orc/parquet file format

2022-07-21 Thread GitBox
carlvinhust2012 commented on code in PR #11082: URL: https://github.com/apache/doris/pull/11082#discussion_r927320538 ## regression-test/suites/load/broker_load/test_array_load.groovy: ## @@ -116,13 +137,30 @@ suite("test_array_load", "load") { assertTrue(result1[0][0]

[GitHub] [doris] wangshuo128 opened a new pull request, #11117: [Refactor](Nereids) Refactor aggregate plan

2022-07-21 Thread GitBox
wangshuo128 opened a new pull request, #7: URL: https://github.com/apache/doris/pull/7 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11082: [regression] (array-type) add the cases for csv/orc/parquet file format

2022-07-21 Thread GitBox
carlvinhust2012 commented on code in PR #11082: URL: https://github.com/apache/doris/pull/11082#discussion_r927317709 ## regression-test/suites/load/broker_load/test_array_load.groovy: ## @@ -116,13 +137,30 @@ suite("test_array_load", "load") { assertTrue(result1[0][0]

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11082: [regression] (array-type) add the cases for csv/orc/parquet file format

2022-07-21 Thread GitBox
carlvinhust2012 commented on code in PR #11082: URL: https://github.com/apache/doris/pull/11082#discussion_r927317267 ## regression-test/suites/load/broker_load/test_array_load.groovy: ## @@ -101,7 +102,27 @@ suite("test_array_load", "load") { def result1= sql """

[doris] branch master updated: [feature-wip](array-type) add function array_union/array_except/array_intersect (#10781)

2022-07-21 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 3744321f01 [feature-wip](array-type) add function

[GitHub] [doris] xy720 merged pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-21 Thread GitBox
xy720 merged PR #10781: URL: https://github.com/apache/doris/pull/10781 -- 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] JNSimba commented on a diff in pull request #11114: [Doc]Add Introduction to Apache Doris

2022-07-21 Thread GitBox
JNSimba commented on code in PR #4: URL: https://github.com/apache/doris/pull/4#discussion_r927307595 ## docs/zh-CN/docs/summary/basic-summary.md: ## @@ -24,6 +24,76 @@ specific language governing permissions and limitations under the License. --> -# Doris 基本概念 +# Do

[GitHub] [doris] xiaokang commented on pull request #11116: Opt regexp using hyperscan

2022-07-21 Thread GitBox
xiaokang commented on PR #6: URL: https://github.com/apache/doris/pull/6#issuecomment-1192203148 In the comparation test on a be log dataset, with 118547840 and 26GB, we see 2~10x speedup on both x86 and ARM server. ![image](https://user-images.githubusercontent.com/680838/18

[GitHub] [doris] xiaokang opened a new pull request, #11116: Opt regexp using hyperscan

2022-07-21 Thread GitBox
xiaokang opened a new pull request, #6: URL: https://github.com/apache/doris/pull/6 # Proposed changes Issue Number: depends on #9964 #11102 ## Problem Summary: Describe the overview of changes. Use hyperscan for high performance regular expression matchi

[GitHub] [doris] xy720 commented on a diff in pull request #11082: [regression] (array-type) add the cases for csv/orc/parquet file format

2022-07-21 Thread GitBox
xy720 commented on code in PR #11082: URL: https://github.com/apache/doris/pull/11082#discussion_r927303526 ## regression-test/suites/load/broker_load/test_array_load.groovy: ## @@ -116,13 +137,30 @@ suite("test_array_load", "load") { assertTrue(result1[0][0] == 0, "Que

[doris-website] branch master updated: fix

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 31531d1337 fix 31531d1337 is descri

[GitHub] [doris] xy720 commented on a diff in pull request #11082: [regression] (array-type) add the cases for csv/orc/parquet file format

2022-07-21 Thread GitBox
xy720 commented on code in PR #11082: URL: https://github.com/apache/doris/pull/11082#discussion_r927300894 ## regression-test/suites/load/broker_load/test_array_load.groovy: ## @@ -116,13 +137,30 @@ suite("test_array_load", "load") { assertTrue(result1[0][0] == 0, "Que

[doris-website] branch master updated: remove empty performance optimization

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 4c110636a1 remove empty performance

[doris-website] branch master updated: remove doris architecture

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 0a2fbd0641 remove doris architectur

[GitHub] [doris] yixiutt opened a new issue, #11115: [Bug] master _flush_memtable core

2022-07-21 Thread GitBox
yixiutt opened a new issue, #5: URL: https://github.com/apache/doris/issues/5 ### 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 master

[GitHub] [doris] hf200012 opened a new pull request, #11114: [Doc]Add Introduction to Apache Doris

2022-07-21 Thread GitBox
hf200012 opened a new pull request, #4: URL: https://github.com/apache/doris/pull/4 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] github-actions[bot] commented on pull request #11111: Update init-env.sh

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #1: URL: https://github.com/apache/doris/pull/1#issuecomment-1192162668 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] zy-kkk closed pull request #11110: [regression] add more complex query tests

2022-07-21 Thread GitBox
zy-kkk closed pull request #0: [regression] add more complex query tests URL: https://github.com/apache/doris/pull/0 -- 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] Toms1999 commented on pull request #11111: Update init-env.sh

2022-07-21 Thread GitBox
Toms1999 commented on PR #1: URL: https://github.com/apache/doris/pull/1#issuecomment-1192152722 let me seesee mr hubi -- 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] zyzAndMz commented on pull request #11111: Update init-env.sh

2022-07-21 Thread GitBox
zyzAndMz commented on PR #1: URL: https://github.com/apache/doris/pull/1#issuecomment-1192151009 It's good, but it's gone “!” -- 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

[GitHub] [doris] zyzAndMz opened a new pull request, #11111: Update init-env.sh

2022-07-21 Thread GitBox
zyzAndMz opened a new pull request, #1: URL: https://github.com/apache/doris/pull/1 This script is missing "!" # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it

[GitHub] [doris] github-actions[bot] commented on pull request #11061: [Doc] update doc json import with read json by line

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11061: URL: https://github.com/apache/doris/pull/11061#issuecomment-1192149461 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 #11061: [Doc] update doc json import with read json by line

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11061: URL: https://github.com/apache/doris/pull/11061#issuecomment-1192149448 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-website] branch master updated: upgrade fix

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 0de6969247 upgrade fix 0de6969247 i

[GitHub] [doris] HappenLee commented on a diff in pull request #11084: [improvement][agg]Process aggregated results in the vectorized way

2022-07-21 Thread GitBox
HappenLee commented on code in PR #11084: URL: https://github.com/apache/doris/pull/11084#discussion_r927262536 ## be/src/vec/columns/column_nullable.cpp: ## @@ -152,6 +166,17 @@ void ColumnNullable::serialize_vec(std::vector& keys, size_t num_rows get_nested_column().seri

[GitHub] [doris] zy-kkk closed pull request #11110: [regression] add more complex query tests

2022-07-21 Thread GitBox
zy-kkk closed pull request #0: [regression] add more complex query tests URL: https://github.com/apache/doris/pull/0 -- 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 #11091: [doc] Fix two urls at README.md

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11091: URL: https://github.com/apache/doris/pull/11091#issuecomment-1192147338 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 #11091: [doc] Fix two urls at README.md

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11091: URL: https://github.com/apache/doris/pull/11091#issuecomment-1192147344 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-spark-connector] LOVEGISER commented on a diff in pull request #44: feat: export doris write error to spark master, no need to check executor log

2022-07-21 Thread GitBox
LOVEGISER commented on code in PR #44: URL: https://github.com/apache/doris-spark-connector/pull/44#discussion_r927261522 ## spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/DorisSourceProvider.scala: ## @@ -115,7 +120,7 @@ private[sql] class DorisSourceProvider

[doris-website] branch master updated: load json format fix

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 9166bc0c6c load json format fix 916

[GitHub] [doris] zy-kkk closed pull request #11110: [regression] add more complex query tests

2022-07-21 Thread GitBox
zy-kkk closed pull request #0: [regression] add more complex query tests URL: https://github.com/apache/doris/pull/0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[doris] branch master updated (4003489bd0 -> 9d21b2154d)

2022-07-21 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 4003489bd0 [fix](update) check LOAD priv for update stmt (#11099) add 9d21b2154d [Fix](Array) correct the offset

[GitHub] [doris] yiguolei merged pull request #11094: Fix array item offset

2022-07-21 Thread GitBox
yiguolei merged PR #11094: URL: https://github.com/apache/doris/pull/11094 -- 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] yiguolei closed issue #11093: [Bug] Array core dump due to invalid offset of subcolumn convertor

2022-07-21 Thread GitBox
yiguolei closed issue #11093: [Bug] Array core dump due to invalid offset of subcolumn convertor URL: https://github.com/apache/doris/issues/11093 -- 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] yiguolei merged pull request #11099: [fix](update) check LOAD priv for update stmt

2022-07-21 Thread GitBox
yiguolei merged PR #11099: URL: https://github.com/apache/doris/pull/11099 -- 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 (40c8853c5d -> 4003489bd0)

2022-07-21 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 40c8853c5d [Fix] Fix select external table return “Lost connection to MySQL server during query” error add 4003

[GitHub] [doris] yiguolei merged pull request #11098: [Fix] Fix select external table return “Lost connection to MySQL server during query” error

2022-07-21 Thread GitBox
yiguolei merged PR #11098: URL: https://github.com/apache/doris/pull/11098 -- 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] zy-kkk opened a new pull request, #11110: [test]add usercase

2022-07-21 Thread GitBox
zy-kkk opened a new pull request, #0: URL: https://github.com/apache/doris/pull/0 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/N

[GitHub] [doris] morningman commented on pull request #10298: [Load][Enhancement] Support single replica load

2022-07-21 Thread GitBox
morningman commented on PR #10298: URL: https://github.com/apache/doris/pull/10298#issuecomment-1192140363 As we discussed earlier, this feature may need to continue to be modified. So I suggest the following: 1. Add a function switch configuration on the BE side, which is disabled by

[GitHub] [doris] yiguolei closed issue #11097: [Fix] Increase the config of external table's connection timeout

2022-07-21 Thread GitBox
yiguolei closed issue #11097: [Fix] Increase the config of external table's connection timeout URL: https://github.com/apache/doris/issues/11097 -- 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

[doris] branch master updated (552c0568fe -> 40c8853c5d)

2022-07-21 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 552c0568fe [sample]Add flink doris connector 1.1 sample code (#10970) add 40c8853c5d [Fix] Fix select external t

[GitHub] [doris] github-actions[bot] commented on pull request #10864: [tracing] Support opentelemtry collector.

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #10864: URL: https://github.com/apache/doris/pull/10864#issuecomment-1192135135 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 #10864: [tracing] Support opentelemtry collector.

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #10864: URL: https://github.com/apache/doris/pull/10864#issuecomment-1192135117 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 dev-1.1.1 updated: [cherry-pick][hot fix 1.1.1]FIX: odbc string error #11096 (#11106)

2022-07-21 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.1 by this push: new c6a1df6eac [cherry-pick][hot fix 1.1.1]FI

[GitHub] [doris] github-actions[bot] commented on pull request #11106: [cherry-pick][hot fix 1.1.1]FIX: odbc string error #11096

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11106: URL: https://github.com/apache/doris/pull/11106#issuecomment-1192132533 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] yiguolei merged pull request #11106: [cherry-pick][hot fix 1.1.1]FIX: odbc string error #11096

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

[GitHub] [doris] github-actions[bot] commented on pull request #11106: [cherry-pick][hot fix 1.1.1]FIX: odbc string error #11096

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11106: URL: https://github.com/apache/doris/pull/11106#issuecomment-1192132512 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 #11098: [Fix] Fix select external table return “Lost connection to MySQL server during query” error

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11098: URL: https://github.com/apache/doris/pull/11098#issuecomment-1192132328 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 #11098: [Fix] Fix select external table return “Lost connection to MySQL server during query” error

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11098: URL: https://github.com/apache/doris/pull/11098#issuecomment-1192132311 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] HappenLee opened a new pull request, #11109: [Vectorized][Refactor] Refactor the function of `tuple_is_null`, only do work in hash join node

2022-07-21 Thread GitBox
HappenLee opened a new pull request, #11109: URL: https://github.com/apache/doris/pull/11109 # Proposed changes Issue Number: close #11105 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [doris] yiguolei opened a new pull request, #11106: [cherry-pick][hot fix 1.1.1]FIX: odbc string error #11096

2022-07-21 Thread GitBox
yiguolei opened a new pull request, #11106: URL: https://github.com/apache/doris/pull/11106 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] morningman commented on pull request #11102: Add vectorscan for support hypserscan on ARM

2022-07-21 Thread GitBox
morningman commented on PR #11102: URL: https://github.com/apache/doris/pull/11102#issuecomment-1192130426 LGTM @yangzhg PTAL -- 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 comme

[GitHub] [doris] SaintBacchus commented on pull request #10508: [security]Upgrade Apache Commons Validator version to the latest one

2022-07-21 Thread GitBox
SaintBacchus commented on PR #10508: URL: https://github.com/apache/doris/pull/10508#issuecomment-1192128116 after this upgrade there are there jar files updated ![image](https://user-images.githubusercontent.com/7404824/180353030-0fa49a54-a8d9-4835-b38f-ed1c08f6e485.png) -- Th

[GitHub] [doris] HappenLee opened a new issue, #11105: [Enhancement] [Vectorized] Refactor the function of `tuple_is_null` of exec vec engine

2022-07-21 Thread GitBox
HappenLee opened a new issue, #11105: URL: https://github.com/apache/doris/issues/11105 ### 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 Now, Vec

[GitHub] [doris] cambyzju commented on pull request #11082: [regression] (array-type) add the cases for csv/orc/parquet file format

2022-07-21 Thread GitBox
cambyzju commented on PR #11082: URL: https://github.com/apache/doris/pull/11082#issuecomment-1192122877 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 unsubscribe

[GitHub] [doris] github-actions[bot] commented on pull request #11088: [enhancement](community): add ci for close outdated PR.

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11088: URL: https://github.com/apache/doris/pull/11088#issuecomment-1192120520 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 #11088: [enhancement](community): add ci for close outdated PR.

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11088: URL: https://github.com/apache/doris/pull/11088#issuecomment-1192120495 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 #11099: [fix](update) check LOAD priv for update stmt

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11099: URL: https://github.com/apache/doris/pull/11099#issuecomment-1192120187 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 #11099: [fix](update) check LOAD priv for update stmt

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11099: URL: https://github.com/apache/doris/pull/11099#issuecomment-1192120169 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 #11094: Fix array item offset

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11094: URL: https://github.com/apache/doris/pull/11094#issuecomment-1192117921 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

[doris-website] branch master updated: 0.15,1.0 ssb test document connection error

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new ad3e805c0b 0.15,1.0 ssb test docume

[GitHub] [doris] github-actions[bot] commented on pull request #11101: [doc] fix some docs issue

2022-07-21 Thread GitBox
github-actions[bot] commented on PR #11101: URL: https://github.com/apache/doris/pull/11101#issuecomment-1192112991 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] cambyzju commented on pull request #11094: Fix array item offset

2022-07-21 Thread GitBox
cambyzju commented on PR #11094: URL: https://github.com/apache/doris/pull/11094#issuecomment-1192112584 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 unsubscribe

[GitHub] [doris] dependabot[bot] opened a new pull request, #11104: Bump mysql-connector-java from 8.0.12 to 8.0.28 in /samples/doris-demo/flink-demo-v1.1

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #11104: URL: https://github.com/apache/doris/pull/11104 Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.12 to 8.0.28. Changelog Sourced from https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHAN

[GitHub] [doris] dependabot[bot] opened a new pull request, #11103: Bump fastjson from 1.2.62 to 1.2.83 in /samples/doris-demo/flink-demo-v1.1

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #11103: URL: https://github.com/apache/doris/pull/11103 Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.62 to 1.2.83. Release notes Sourced from https://github.com/alibaba/fastjson/releases";>fastjson's releases. FAST

[doris] branch dependabot/maven/samples/doris-demo/flink-demo-v1.1/mysql-mysql-connector-java-8.0.28 created (now fb18d64e76)

2022-07-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/samples/doris-demo/flink-demo-v1.1/mysql-mysql-connector-java-8.0.28 in repository https://gitbox.apache.org/repos/asf/doris.git at fb18d64e76 Bump mysql-connector-jav

[doris] branch dependabot/maven/samples/doris-demo/flink-demo-v1.1/com.alibaba-fastjson-1.2.83 created (now 16938083c5)

2022-07-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/samples/doris-demo/flink-demo-v1.1/com.alibaba-fastjson-1.2.83 in repository https://gitbox.apache.org/repos/asf/doris.git at 16938083c5 Bump fastjson in /samples/dori

[doris] branch master updated: [sample]Add flink doris connector 1.1 sample code (#10970)

2022-07-21 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 552c0568fe [sample]Add flink doris connector 1.1 sa

[GitHub] [doris] JNSimba merged pull request #10970: [sample]Add flink doris connector 1.1 sample code

2022-07-21 Thread GitBox
JNSimba merged PR #10970: URL: https://github.com/apache/doris/pull/10970 -- 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.apac

[GitHub] [doris] jackwener commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-21 Thread GitBox
jackwener commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r927233396 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscom.java: ## @@ -20,32 +20,130 @@ import org.apache.doris.nereids.rules.Rule; imp

[GitHub] [doris] jackwener commented on pull request #11073: [enhance](nereids): use optional for combine()

2022-07-21 Thread GitBox
jackwener commented on PR #11073: URL: https://github.com/apache/doris/pull/11073#issuecomment-1192107867 I don't think so, because this function is for combine expression by use `And` or `Or`. Empty List is an abnormal input, it's invalid by using `LiteralTrue` as result. And `Litera

[GitHub] [doris] compiletheworld commented on pull request #10918: [Improvement] start|stop script files improvements

2022-07-21 Thread GitBox
compiletheworld commented on PR #10918: URL: https://github.com/apache/doris/pull/10918#issuecomment-1192104219 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] [doris] wangshuo128 commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-21 Thread GitBox
wangshuo128 commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r927227488 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscom.java: ## @@ -20,32 +20,130 @@ import org.apache.doris.nereids.rules.Rule; i

[GitHub] [doris] wangshuo128 commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-21 Thread GitBox
wangshuo128 commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r927227488 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscom.java: ## @@ -20,32 +20,130 @@ import org.apache.doris.nereids.rules.Rule; i

[doris] branch master updated: [docs] update invaid links (#10272)

2022-07-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 900430f55e [docs] update invaid links (#10272) 9

[GitHub] [doris] yangzhg merged pull request #10272: [docs] update invaid links

2022-07-21 Thread GitBox
yangzhg merged PR #10272: URL: https://github.com/apache/doris/pull/10272 -- 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.apac

[GitHub] [doris] xiaokang opened a new pull request, #11102: Add vectorscan for support hypserscan on ARM

2022-07-21 Thread GitBox
xiaokang opened a new pull request, #11102: URL: https://github.com/apache/doris/pull/11102 # Proposed changes Issue Number: related to #9964 ## Problem Summary: Describe the overview of changes. hyperscan is a high-performance regular expression matching library,

[GitHub] [doris] mychaow opened a new pull request, #11101: fix some docs issue

2022-07-21 Thread GitBox
mychaow opened a new pull request, #11101: URL: https://github.com/apache/doris/pull/11101 # Proposed changes Issue Number: close #xxx ## Problem Summary: developer guide has some problem about install third-party depencies about openssl ## Checklist(Required)

[GitHub] [doris] jackwener commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-21 Thread GitBox
jackwener commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r927225768 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscom.java: ## @@ -20,32 +20,130 @@ import org.apache.doris.nereids.rules.Rule; imp

[GitHub] [doris] englefly commented on a diff in pull request #11043: [feature] (Nereids) Merge memo group recursively

2022-07-21 Thread GitBox
englefly commented on code in PR #11043: URL: https://github.com/apache/doris/pull/11043#discussion_r927225634 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -188,19 +189,24 @@ private void mergeGroup(Group source, Group destination) {

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11066: [Refactor](Nereids) Remove expression type.

2022-07-21 Thread GitBox
wangshuo128 commented on code in PR #11066: URL: https://github.com/apache/doris/pull/11066#discussion_r927222429 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Arithmetic.java: ## @@ -189,6 +165,24 @@ public int hashCode() { @Override public

[doris-website] branch master updated: tablet repair and balance fix

2022-07-21 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new d62aaa7ed0 tablet repair and balanc

[GitHub] [doris] wangshuo128 commented on pull request #11076: [chore](FE)add license header check in fe's checkstyle

2022-07-21 Thread GitBox
wangshuo128 commented on PR #11076: URL: https://github.com/apache/doris/pull/11076#issuecomment-1192092617 BTW, do we have any guidance to let developers get a license header template and config generating license header when creating new files automaticly in IntelliJ IDEA? -- This is a

[GitHub] [doris] wangshuo128 commented on pull request #11076: [chore](FE)add license header check in fe's checkstyle

2022-07-21 Thread GitBox
wangshuo128 commented on PR #11076: URL: https://github.com/apache/doris/pull/11076#issuecomment-1192091202 LGTM I thought this already exists... -- 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 t

[GitHub] [doris] wangshuo128 commented on pull request #10479: [feature](nereids): join reorder

2022-07-21 Thread GitBox
wangshuo128 commented on PR #10479: URL: https://github.com/apache/doris/pull/10479#issuecomment-1192090727 Please add `@Developing` once #11077 merged. -- 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

[GitHub] [doris] hf200012 commented on pull request #11078: [doc]Stream load doc fix

2022-07-21 Thread GitBox
hf200012 commented on PR #11078: URL: https://github.com/apache/doris/pull/11078#issuecomment-1192090388 > After the website upgraded, we should find a way to update the document on website. Currently, it will not update automatically. I will update the website synchronously -- Thi

[GitHub] [doris] hf200012 commented on a diff in pull request #11078: [doc]Stream load doc fix

2022-07-21 Thread GitBox
hf200012 commented on code in PR #11078: URL: https://github.com/apache/doris/pull/11078#discussion_r927218259 ## docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md: ## @@ -50,6 +50,7 @@ SHOW STREAM LOAD 说明: +1. 默认 BE 是不记录 Stream Load 的记录,如果你要查看需要再

[GitHub] [doris] wangshuo128 commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-21 Thread GitBox
wangshuo128 commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r926229221 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscom.java: ## @@ -20,32 +20,130 @@ import org.apache.doris.nereids.rules.Rule; i

[GitHub] [doris] platoneko commented on a diff in pull request #11026: [fix] Move s3 fs connect outside the lock critical area

2022-07-21 Thread GitBox
platoneko commented on code in PR #11026: URL: https://github.com/apache/doris/pull/11026#discussion_r927217568 ## be/src/olap/storage_policy_mgr.cpp: ## @@ -24,43 +24,60 @@ namespace doris { -void StoragePolicyMgr::update(const std::string& name, StoragePolicyPtr policy)

[GitHub] [doris] wangshuo128 commented on pull request #11073: [enhance](nereids): use optional for combine()

2022-07-21 Thread GitBox
wangshuo128 commented on PR #11073: URL: https://github.com/apache/doris/pull/11073#issuecomment-1192087816 The current implementation looks reasonable to me. A literal true/false predicate for empty input conjunctive/disjunctive predicates is right. It has no effect on the input data of

[GitHub] [doris] hf200012 commented on a diff in pull request #11081: [improvement]Remove the website build framework from the docs directory

2022-07-21 Thread GitBox
hf200012 commented on code in PR #11081: URL: https://github.com/apache/doris/pull/11081#discussion_r927215988 ## docs/.vuepress/sidebar/en/docs.js: ## @@ -1,1014 +0,0 @@ -/* Review Comment: solved -- This is an automated message from the Apache Git Service. To respond t

[doris] branch dependabot/npm_and_yarn/docs/terser-4.8.1 created (now 4ede39cf3b)

2022-07-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/docs/terser-4.8.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 4ede39cf3b Bump terser from 4.8.0 to 4.8.1 in /docs No new revisions were added

  1   2   3   >