[GitHub] [doris] xinyiZzz opened a new issue, #11170: [Bug] core dump when vectorized load SSB lineorder

2022-07-24 Thread GitBox
xinyiZzz opened a new issue, #11170: URL: https://github.com/apache/doris/issues/11170 ### 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 b115b362fb577

[GitHub] [doris] ByteYue opened a new pull request, #11169: [feature](FE): add new property to control whether use light schema change or not

2022-07-24 Thread GitBox
ByteYue opened a new pull request, #11169: URL: https://github.com/apache/doris/pull/11169 # Proposed changes Issue Number: ## Problem Summary: Add one new property `light_schema_change` to control whether use the light schema change optimization. When it's set true, Do

[GitHub] [doris] jacktengg opened a new pull request, #11168: [bugfix] fix ASAN error alloc-dealloc-mismatch

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

[GitHub] [doris] github-actions[bot] commented on pull request #11165: [bugfix] fix coredump caused by wrong type cast of OlapScanNode

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11165: URL: https://github.com/apache/doris/pull/11165#issuecomment-1193648214 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 #11165: [bugfix] fix coredump caused by wrong type cast of OlapScanNode

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11165: URL: https://github.com/apache/doris/pull/11165#issuecomment-1193648239 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] jacktengg opened a new issue, #11167: [Bug] alloc-dealloc-mismatch error when running tpcds sql

2022-07-24 Thread GitBox
jacktengg opened a new issue, #11167: URL: https://github.com/apache/doris/issues/11167 ### 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 ab87c

[GitHub] [doris] AshinGau commented on a diff in pull request #11156: [feature-wip](multi-catalog) support pruning buckets for hive bucket table

2022-07-24 Thread GitBox
AshinGau commented on code in PR #11156: URL: https://github.com/apache/doris/pull/11156#discussion_r928515893 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HiveBucketUtil.java: ## @@ -0,0 +1,394 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

[GitHub] [doris] 924060929 commented on a diff in pull request #11162: [feature] (Nereids) add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
924060929 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928513870 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Softwa

[GitHub] [doris] 924060929 commented on a diff in pull request #11162: [feature] (Nereids) add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
924060929 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928513870 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Softwa

[GitHub] [doris] hf200012 opened a new pull request, #11166: [doc][fix]Modify docs/community to keep the same as the website site directory structure

2022-07-24 Thread GitBox
hf200012 opened a new pull request, #11166: URL: https://github.com/apache/doris/pull/11166 # 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] yiguolei commented on pull request #11165: [bugfix] fix coredump caused by wrong type cast of OlapScanNode

2022-07-24 Thread GitBox
yiguolei commented on PR #11165: URL: https://github.com/apache/doris/pull/11165#issuecomment-1193630095 A very corner case -- 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] [doris] jacktengg opened a new pull request, #11165: [bugfix] fix coredump caused by wrong type cast of OlapScanNode

2022-07-24 Thread GitBox
jacktengg opened a new pull request, #11165: URL: https://github.com/apache/doris/pull/11165 # Proposed changes Issue Number: close #xxx ## Problem Summary: Type cast of OlapScanNode is wrong in `ExecNode::try_do_aggregate_serde_improve()`: `OlapScanNode* scan_node =

[doris-website] branch master updated: fix

2022-07-24 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 27698f84cc6 fix 27698f84cc6 is desc

[doris] branch master updated: [fix](fe-ut) Fix FE UT failures (#11155)

2022-07-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 c641de4629 [fix](fe-ut) Fix FE UT failures (#

[GitHub] [doris] morningman merged pull request #11155: [UT] Fix FE UT failures

2022-07-24 Thread GitBox
morningman merged PR #11155: URL: https://github.com/apache/doris/pull/11155 -- 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] englefly commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928499127 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] xy720 opened a new pull request, #11164: [Bug]Fix select command denied for user for specified table

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

[GitHub] [doris] xy720 opened a new issue, #11163: [Bug] Fix select command denied for specified table

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

[doris-website] branch master updated: docs contribute

2022-07-24 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 8f8a905c517 docs contribute 8f8a905

[GitHub] [doris] englefly commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928471149 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] englefly commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928470976 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[doris-website] branch master updated: modify readme

2022-07-24 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 087978f343b modify readme 087978f34

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
wangshuo128 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928463589 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Soft

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
wangshuo128 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928463993 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Soft

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
wangshuo128 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928463589 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Soft

[GitHub] [doris] qzsee commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
qzsee commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928458543 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Software F

[GitHub] [doris] englefly commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928458145 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] englefly commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928457267 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
wangshuo128 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928455513 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Soft

[GitHub] [doris] dataroaring merged pull request #11142: [test] use suffix of directory as group name and use directory as dbname

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

[doris] branch master updated: [test] use suffix of directory as group name and use directory as dbname (#11142)

2022-07-24 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 93cb80c9cb [test] use suffix of directory as

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
wangshuo128 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928450692 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Soft

[GitHub] [doris] adonis0147 commented on a diff in pull request #11101: [doc] fix some docs issue

2022-07-24 Thread GitBox
adonis0147 commented on code in PR #11101: URL: https://github.com/apache/doris/pull/11101#discussion_r928450479 ## docs/zh-CN/developer/developer-guide/be-vscode-dev.md: ## @@ -49,10 +49,10 @@ sudo apt install gcc-10 g++-10 sudo apt-get install autoconf automake libtool autopo

[GitHub] [doris] zhengshiJ commented on a diff in pull request #11129: [feature](nereids) Add subquery expression and In expression and TPCH…

2022-07-24 Thread GitBox
zhengshiJ commented on code in PR #11129: URL: https://github.com/apache/doris/pull/11129#discussion_r928448908 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ExpressionType.java: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
wangshuo128 commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928435108 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Soft

[GitHub] [doris] kpfly commented on issue #11121: Release Note 1.1.1

2022-07-24 Thread GitBox
kpfly commented on issue #11121: URL: https://github.com/apache/doris/issues/11121#issuecomment-1193526964 Maybe https://github.com/apache/doris/pull/11033 should be added in release note. @yiguolei -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] morningman commented on a diff in pull request #11070: [feature-wip][multi-catalog][WIP]Support orc filter prune in file scan node

2022-07-24 Thread GitBox
morningman commented on code in PR #11070: URL: https://github.com/apache/doris/pull/11070#discussion_r928396121 ## be/src/common/config.h: ## @@ -759,6 +759,7 @@ CONF_Int32(object_pool_buffer_size, "100"); // ParquetReaderWrap prefetch buffer size CONF_Int32(parquet_reader_ma

[doris] branch master updated (d2457ce8f9 -> 54f878b781)

2022-07-24 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 d2457ce8f9 [Feature](Nereids) Add an annotation @Developing (#11077) add 54f878b781 [feature-wip](multi-catalo

[GitHub] [doris] morningman merged pull request #11046: [feature-wip][multi-catalog] Support orc format file split for file scan node

2022-07-24 Thread GitBox
morningman merged PR #11046: URL: https://github.com/apache/doris/pull/11046 -- 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 commented on a diff in pull request #11156: [feature-wip](multi-catalog) support pruning buckets for hive bucket table

2022-07-24 Thread GitBox
morningman commented on code in PR #11156: URL: https://github.com/apache/doris/pull/11156#discussion_r928353577 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HiveBucketUtil.java: ## @@ -0,0 +1,394 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[GitHub] [doris] englefly opened a new pull request, #11162: [feature] add rule to push down predicate through aggregate

2022-07-24 Thread GitBox
englefly opened a new pull request, #11162: URL: https://github.com/apache/doris/pull/11162 # Proposed changes add rule to push predicates down to aggregation node 1. add PushDownPredicatesThroughAggregation.java 2. add ut for PushDownPredicatesThroughAggregation * For exampl

[doris] branch master updated (84ce7eddf6 -> d2457ce8f9)

2022-07-24 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 84ce7eddf6 [feature-wip](parquet-reader) add thrift file for new parquet reader (#11150) add d2457ce8f9 [Feat

[GitHub] [doris] 924060929 merged pull request #11077: [Feature](Nereids) Add an annotation @Developing

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

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

2022-07-24 Thread GitBox
wolfboys commented on PR #10918: URL: https://github.com/apache/doris/pull/10918#issuecomment-1193512879 @compiletheworld 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 comment

[GitHub] [doris] github-actions[bot] commented on pull request #11077: [Feature](Nereids) Add an annotation @Developing

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11077: URL: https://github.com/apache/doris/pull/11077#issuecomment-1193511528 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 #11155: [UT] Fix FE UT failures

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11155: URL: https://github.com/apache/doris/pull/11155#issuecomment-1193507931 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 #11155: [UT] Fix FE UT failures

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11155: URL: https://github.com/apache/doris/pull/11155#issuecomment-1193507946 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] annotated tag 1.1.1-rc03 updated (2dbd70bf92 -> aae8374fd8)

2022-07-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to annotated tag 1.1.1-rc03 in repository https://gitbox.apache.org/repos/asf/doris.git *** WARNING: tag 1.1.1-rc03 was modified! *** from 2dbd70bf92 (commit) to aae8374fd8 (tag) tagging 2dbd

[GitHub] [doris] kpfly commented on issue #11159: [Bug] group by error

2022-07-24 Thread GitBox
kpfly commented on issue #11159: URL: https://github.com/apache/doris/issues/11159#issuecomment-1193505983 It have been fixed https://github.com/apache/doris/pull/11033 , The coming release version 1.1.1 will contains this fix. -- This is an automated message from the Apache Git Service

[doris] branch dev-1.1.1 updated: 1.1.1 rc03 (#11161)

2022-07-24 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 2dbd70bf92 1.1.1 rc03 (#11161) 2dbd70bf92

[GitHub] [doris] yiguolei merged pull request #11161: 1.1.1 rc03

2022-07-24 Thread GitBox
yiguolei merged PR #11161: URL: https://github.com/apache/doris/pull/11161 -- 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] cambyzju commented on pull request #11160: [regression] optimization the result check for test_json_load

2022-07-24 Thread GitBox
cambyzju commented on PR #11160: URL: https://github.com/apache/doris/pull/11160#issuecomment-1193502818 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] yiguolei opened a new pull request, #11161: 1.1.1 rc03

2022-07-24 Thread GitBox
yiguolei opened a new pull request, #11161: URL: https://github.com/apache/doris/pull/11161 # 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] carlvinhust2012 opened a new pull request, #11160: [regression] optimization the result check for test_json_load

2022-07-24 Thread GitBox
carlvinhust2012 opened a new pull request, #11160: URL: https://github.com/apache/doris/pull/11160 # Proposed changes 1. this pr is used to optimization the result check for test_json_load. Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[doris-website] branch master updated: 2

2022-07-24 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 df212cdaefc 2 df212cdaefc is descri

[GitHub] [doris] dataalive commented on issue #11151: [Bug] Unknown system variable 'default_storage_engine'.

2022-07-24 Thread GitBox
dataalive commented on issue #11151: URL: https://github.com/apache/doris/issues/11151#issuecomment-1193489488 how to produce this error ? -- 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 spe

[doris-website] branch master updated: community link

2022-07-24 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 c2c76e7a256 community link c2c76e7a

[GitHub] [doris] morningman commented on a diff in pull request #11132: [UDAF](sample) impl rpc avg udaf

2022-07-24 Thread GitBox
morningman commented on code in PR #11132: URL: https://github.com/apache/doris/pull/11132#discussion_r928362029 ## samples/doris-demo/remote-udaf-cpp-demo/cpp_function_service_demo.cpp: ## @@ -59,7 +59,40 @@ class FunctionServiceImpl : public PFunctionService { }

[GitHub] [doris] shutao917 opened a new issue, #11159: [Bug] group by error

2022-07-24 Thread GitBox
shutao917 opened a new issue, #11159: URL: https://github.com/apache/doris/issues/11159 ### 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] github-actions[bot] commented on pull request #11148: [Bug](be-ut) Fix the timezone dependency in UT

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11148: URL: https://github.com/apache/doris/pull/11148#issuecomment-1193480972 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 #11148: [Bug](be-ut) Fix the timezone dependency in UT

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11148: URL: https://github.com/apache/doris/pull/11148#issuecomment-1193480936 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] branch master updated: [feature-wip](parquet-reader) add thrift file for new parquet reader (#11150)

2022-07-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 84ce7eddf6 [feature-wip](parquet-reader) add

[GitHub] [doris] github-actions[bot] commented on pull request #11150: [feature-wip](parquet-reader) add thrift file for new parquet reader

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11150: URL: https://github.com/apache/doris/pull/11150#issuecomment-1193477540 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] morningman merged pull request #11150: [feature-wip](parquet-reader) add thrift file for new parquet reader

2022-07-24 Thread GitBox
morningman merged PR #11150: URL: https://github.com/apache/doris/pull/11150 -- 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] github-actions[bot] commented on pull request #11150: [feature-wip](parquet-reader) add thrift file for new parquet reader

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11150: URL: https://github.com/apache/doris/pull/11150#issuecomment-1193477569 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] morningman commented on a diff in pull request #10864: [tracing] Support opentelemtry collector.

2022-07-24 Thread GitBox
morningman commented on code in PR #10864: URL: https://github.com/apache/doris/pull/10864#discussion_r928359290 ## be/src/util/telemetry/telemetry.cpp: ## @@ -34,16 +35,24 @@ namespace trace_sdk = opentelemetry::sdk::trace; namespace zipkin = opentelemetry::exporter::zipkin;

[GitHub] [doris] morningman commented on a diff in pull request #11144: [Optimize](page cache): bypass page cache during compaction

2022-07-24 Thread GitBox
morningman commented on code in PR #11144: URL: https://github.com/apache/doris/pull/11144#discussion_r928358670 ## be/src/olap/merger.cpp: ## @@ -41,8 +41,9 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reader_

[doris-website] branch master updated: fix incubator word (#16)

2022-07-24 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 3108f8bad6c fix incubator word (#16

[GitHub] [doris] shutao917 commented on issue #11127: [Bug] query odbc table error when set enable_vectorized_engine to true

2022-07-24 Thread GitBox
shutao917 commented on issue #11127: URL: https://github.com/apache/doris/issues/11127#issuecomment-1193473526 > Could you please provide some error log in BE? there is not log in be and fe。the doris cluster is upgrade from 1.0 to 1.1 table schema like this(the table is create when

[doris-website] branch master updated: link

2022-07-24 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 c072cce6004 link c072cce6004 is des

[GitHub] [doris] github-actions[bot] commented on pull request #11022: [fix](config) Fix uninitialized config validator

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11022: URL: https://github.com/apache/doris/pull/11022#issuecomment-1193452878 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] shutao917 commented on issue #11122: [Bug] Unknown or incorrect time zone: 'GMT'

2022-07-24 Thread GitBox
shutao917 commented on issue #11122: URL: https://github.com/apache/doris/issues/11122#issuecomment-1193450020 > > at first,the time zone variables are like below: system_time_zone GMT time_zone Asia/Chungking so i change the operation system time zone to Asia/Chungking.and

[doris] branch master updated: [fix](fe_plugins) update fe plugins' dependency to fe 1.0-SNAPSHOT (#11141)

2022-07-24 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 d9066440f6 [fix](fe_plugins) update fe plugins'

[GitHub] [doris] yiguolei merged pull request #11141: [fix](fe_plugins) update fe plugins' dependency to fe 1.0-SNAPSHOT

2022-07-24 Thread GitBox
yiguolei merged PR #11141: URL: https://github.com/apache/doris/pull/11141 -- 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 #11022: [fix](config) Fix uninitialized config validator

2022-07-24 Thread GitBox
github-actions[bot] commented on PR #11022: URL: https://github.com/apache/doris/pull/11022#issuecomment-1193441999 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] annotated tag 1.1.1-rc02 updated (a89490562b -> 14d84e2c75)

2022-07-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to annotated tag 1.1.1-rc02 in repository https://gitbox.apache.org/repos/asf/doris.git *** WARNING: tag 1.1.1-rc02 was modified! *** from a89490562b (commit) to 14d84e2c75 (tag) tagging a894

[doris] branch dev-1.1.1 updated: 1.1.1 rc02 (#11158)

2022-07-24 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 a89490562b 1.1.1 rc02 (#11158) a89490562b

[GitHub] [doris] yiguolei merged pull request #11158: 1.1.1 rc02

2022-07-24 Thread GitBox
yiguolei merged PR #11158: URL: https://github.com/apache/doris/pull/11158 -- 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 opened a new pull request, #11158: 1.1.1 rc02

2022-07-24 Thread GitBox
yiguolei opened a new pull request, #11158: URL: https://github.com/apache/doris/pull/11158 # Proposed changes Issue Number: close #xxx ## Problem Summary: modify the version in gen_build_version.sh ## Checklist(Required) 1. Does it affect the original behav

[doris] branch dev-1.1.1 updated: 1.1.1-rc02 (#11157)

2022-07-24 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 24fc3910b2 1.1.1-rc02 (#11157) 24fc3910b2

[GitHub] [doris] yiguolei merged pull request #11157: 1.1.1-rc02

2022-07-24 Thread GitBox
yiguolei merged PR #11157: URL: https://github.com/apache/doris/pull/11157 -- 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 opened a new pull request, #11157: 1.1.1-rc02

2022-07-24 Thread GitBox
yiguolei opened a new pull request, #11157: URL: https://github.com/apache/doris/pull/11157 # 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] AshinGau opened a new pull request, #11156: [feature-wip](multi-catalog) support pruning buckets for hive bucket table

2022-07-24 Thread GitBox
AshinGau opened a new pull request, #11156: URL: https://github.com/apache/doris/pull/11156 # Proposed changes Support pruning buckets for hive bucket table. ## Notes 1. Spark currently does not populate bucketed output which is compatible with Hive, so spark bucket table i

[GitHub] [doris] Gabriel39 opened a new pull request, #11155: [UT] Fix FE UT failures

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

[GitHub] [doris] compasses commented on issue #10733: [Feature] Add NGRAM bloom filter index to speed up like queries.

2022-07-24 Thread GitBox
compasses commented on issue #10733: URL: https://github.com/apache/doris/issues/10733#issuecomment-1193335812 > @compasses have you researched tokenbf_v1 in clickhouse? It's also useful for simple fulltext search. I'd like to collaborate with you and take tokenbf_v1. Yes, for tokenb

[GitHub] [doris] Gabriel39 opened a new pull request, #11154: [FOLLOW-UP] (datetimev2) complete date function ut and built-in function declaration

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

[GitHub] [doris] jackwener opened a new pull request, #11153: [enhance](*): improve code about optional

2022-07-24 Thread GitBox
jackwener opened a new pull request, #11153: URL: https://github.com/apache/doris/pull/11153 # Proposed changes Issue Number: close #xxx ## Problem Summary: improve code about optional ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928256700 ## be/src/olap/types.h: ## @@ -1454,6 +1460,66 @@ struct FieldTypeTraits : public FieldTypeTraits +struct FieldTypeTraits : public FieldTypeTraits { +static int c

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928256575 ## be/src/olap/types.h: ## @@ -1454,6 +1460,66 @@ struct FieldTypeTraits : public FieldTypeTraits +struct FieldTypeTraits : public FieldTypeTraits { +static int c

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928256518 ## be/src/olap/types.h: ## @@ -1454,6 +1460,66 @@ struct FieldTypeTraits : public FieldTypeTraits +struct FieldTypeTraits : public FieldTypeTraits { +static int c

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928256067 ## be/src/vec/data_types/data_type_json.h: ## @@ -0,0 +1,62 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928255341 ## be/src/vec/columns/column_json.h: ## @@ -0,0 +1,299 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928253643 ## be/src/vec/columns/column_json.h: ## @@ -0,0 +1,299 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928253550 ## be/src/vec/columns/column_json.h: ## @@ -0,0 +1,299 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928253412 ## be/src/vec/columns/column_json.h: ## @@ -0,0 +1,299 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928252969 ## be/src/vec/columns/column_json.h: ## @@ -0,0 +1,299 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928252341 ## be/src/vec/data_types/data_type_json.cpp: ## @@ -0,0 +1,132 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928252070 ## be/src/vec/data_types/data_type_json.h: ## @@ -0,0 +1,62 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928251583 ## be/src/vec/data_types/data_type_json.h: ## @@ -0,0 +1,62 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-24 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r928239578 ## be/src/vec/io/io_helper.h: ## @@ -122,6 +123,19 @@ inline void write_string_binary(const char* s, BufferWritable& buf) { write_string_binary(StringRef {s}, buf

  1   2   >