[GitHub] [doris] starocean999 commented on pull request #11212: [fix] the nullable info is lost in ifnull expr

2022-07-29 Thread GitBox
starocean999 commented on PR #11212: URL: https://github.com/apache/doris/pull/11212#issuecomment-1198946020 > Do you have any case to repeat the error? > > ```java > if (children.get(0).isNullable()) { > return children.get(1).isNullable(); >

[GitHub] [doris-flink-connector] JNSimba merged pull request #51: [docs] Fix broken link for doris connector docs

2022-07-29 Thread GitBox
JNSimba merged PR #51: URL: https://github.com/apache/doris-flink-connector/pull/51 -- 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-flink-connector] branch master updated: [docs] Fix broken link for doris connector docs (#51)

2022-07-29 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new f19c2b3 [docs] Fix broken link for

[GitHub] [doris] wangbo commented on a diff in pull request #11257: [improvement]Use phmap::flat_hash_set in AggregateFunctionUniq

2022-07-29 Thread GitBox
wangbo commented on code in PR #11257: URL: https://github.com/apache/doris/pull/11257#discussion_r932930559 ## be/src/vec/aggregate_functions/aggregate_function_uniq.h: ## @@ -109,18 +102,96 @@ class AggregateFunctionUniq final detail::OneAdder::add(this->data(place),

[doris-website] branch master updated: create table fix

2022-07-29 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 b50fb0afd20 create table fix b50fb0

[GitHub] [doris] wangbo commented on a diff in pull request #11257: [improvement]Use phmap::flat_hash_set in AggregateFunctionUniq

2022-07-29 Thread GitBox
wangbo commented on code in PR #11257: URL: https://github.com/apache/doris/pull/11257#discussion_r932931508 ## be/src/vec/aggregate_functions/aggregate_function_uniq.h: ## @@ -109,18 +102,96 @@ class AggregateFunctionUniq final detail::OneAdder::add(this->data(place),

[GitHub] [doris] github-actions[bot] commented on pull request #11328: [doc]Stream load doc fix

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11328: URL: https://github.com/apache/doris/pull/11328#issuecomment-1198957822 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 #11328: [doc]Stream load doc fix

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11328: URL: https://github.com/apache/doris/pull/11328#issuecomment-1198957854 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] hf200012 closed pull request #11100: Bump terser from 4.8.0 to 4.8.1 in /docs

2022-07-29 Thread GitBox
hf200012 closed pull request #11100: Bump terser from 4.8.0 to 4.8.1 in /docs URL: https://github.com/apache/doris/pull/11100 -- 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] dependabot[bot] commented on pull request #11100: Bump terser from 4.8.0 to 4.8.1 in /docs

2022-07-29 Thread GitBox
dependabot[bot] commented on PR #11100: URL: https://github.com/apache/doris/pull/11100#issuecomment-1198959655 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[GitHub] [doris] xy720 opened a new pull request, #11329: Add regresstion-test for array_slice function

2022-07-29 Thread GitBox
xy720 opened a new pull request, #11329: URL: https://github.com/apache/doris/pull/11329 # Proposed changes Issue Number: close #xxx In #11200, we fix the bug to pass constant arguments to array functions. And in #11054 , we support array slice. Here we add the regression-

[GitHub] [doris] yiguolei merged pull request #11324: [Improvement](vectorized) Remove row-based conjuncts on vectorized nodes

2022-07-29 Thread GitBox
yiguolei merged PR #11324: URL: https://github.com/apache/doris/pull/11324 -- 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 (4f8e66c4b3 -> 3fe7b21ac8)

2022-07-29 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 4f8e66c4b3 [doc][fix]Modify docs/community to keep the same as the website site directory structure (#11327) ad

[GitHub] [doris] jackwener opened a new pull request, #11330: [refactor]: refactor UT of Nereids

2022-07-29 Thread GitBox
jackwener opened a new pull request, #11330: URL: https://github.com/apache/doris/pull/11330 # Proposed changes Issue Number: close #xxx ## Problem Summary: Extract the plan constructor. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] zhengshiJ commented on a diff in pull request #11264: [feature](nereids)add InPredicate in expressions

2022-07-29 Thread GitBox
zhengshiJ commented on code in PR #11264: URL: https://github.com/apache/doris/pull/11264#discussion_r930974172 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/InPredicate.java: ## @@ -0,0 +1,82 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] YangShaw commented on a diff in pull request #11264: [feature](nereids)add InPredicate in expressions

2022-07-29 Thread GitBox
YangShaw commented on code in PR #11264: URL: https://github.com/apache/doris/pull/11264#discussion_r932961499 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/InPredicate.java: ## @@ -0,0 +1,82 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] mrhhsg commented on a diff in pull request #11257: [improvement]Use phmap::flat_hash_set in AggregateFunctionUniq

2022-07-29 Thread GitBox
mrhhsg commented on code in PR #11257: URL: https://github.com/apache/doris/pull/11257#discussion_r932965068 ## be/src/vec/aggregate_functions/aggregate_function_uniq.h: ## @@ -109,18 +102,96 @@ class AggregateFunctionUniq final detail::OneAdder::add(this->data(place),

[GitHub] [doris] github-actions[bot] commented on pull request #11294: [Doc] Add alter table comment doc

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11294: URL: https://github.com/apache/doris/pull/11294#issuecomment-1198992417 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] hello-stephen commented on pull request #11325: [Improvement] start|stop script files improvements

2022-07-29 Thread GitBox
hello-stephen commented on PR #11325: URL: https://github.com/apache/doris/pull/11325#issuecomment-1198996724 May I ask what is the problem when the script is a soft link? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [doris] github-actions[bot] commented on pull request #10997: [Doc] Resolve Historical Conflict Documents

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #10997: URL: https://github.com/apache/doris/pull/10997#issuecomment-1198998326 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 #10997: [Doc] Resolve Historical Conflict Documents

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #10997: URL: https://github.com/apache/doris/pull/10997#issuecomment-1198998360 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] wangshuo128 commented on a diff in pull request #11299: [enhancement](nereids) Normalize expressions before performing plan rewriting

2022-07-29 Thread GitBox
wangshuo128 commented on code in PR #11299: URL: https://github.com/apache/doris/pull/11299#discussion_r932980621 ## fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/logical/PushDownPredicateTest.java: ## @@ -242,6 +243,7 @@ public void pushDownPredicateIntoScanTe

[GitHub] [doris] smallhibiscus opened a new issue, #11331: [Feature] The poseexplode function support like hive.

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

[GitHub] [doris] zhengshiJ opened a new pull request, #11332: [feature](nereids) add scalar subquery expression

2022-07-29 Thread GitBox
zhengshiJ opened a new pull request, #11332: URL: https://github.com/apache/doris/pull/11332 # Proposed changes Issue Number: ## Problem Summary: scalar subquery: A subquery that will return only one row and one column. ## Checklist(Required) 1. Does it affe

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

2022-07-29 Thread GitBox
wolfboys commented on PR #11325: URL: https://github.com/apache/doris/pull/11325#issuecomment-1199009911 > May I ask what is the problem when the script is a soft link? see https://github.com/apache/doris/pull/10918 -- This is an automated message from the Apache Git Service. To res

[GitHub] [doris] github-actions[bot] commented on pull request #11257: [improvement]Use phmap::flat_hash_set in AggregateFunctionUniq

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11257: URL: https://github.com/apache/doris/pull/11257#issuecomment-1199009969 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] starocean999 opened a new pull request, #11333: [Vectorized][Function] add orthogonal bitmap agg functions (#10126)

2022-07-29 Thread GitBox
starocean999 opened a new pull request, #11333: URL: https://github.com/apache/doris/pull/11333 * [Vectorized][Function] add orthogonal bitmap agg functions save some file about orthogonal bitmap function add some file to rebase update functions file * refactor union_count fun

[doris] branch master updated (3fe7b21ac8 -> 512ff192bf)

2022-07-29 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3fe7b21ac8 [Improvement](vectorized) Remove row-based conjuncts on vectorized nodes (#11324) add 512ff192bf

[GitHub] [doris] 924060929 commented on a diff in pull request #11332: [feature](nereids) add scalar subquery expression

2022-07-29 Thread GitBox
924060929 commented on code in PR #11332: URL: https://github.com/apache/doris/pull/11332#discussion_r932998072 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ScalarSubquery.java: ## @@ -0,0 +1,64 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] hf200012 merged pull request #10997: [Doc] Resolve Historical Conflict Documents

2022-07-29 Thread GitBox
hf200012 merged PR #10997: URL: https://github.com/apache/doris/pull/10997 -- 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] 924060929 commented on a diff in pull request #11332: [feature](nereids) add scalar subquery expression

2022-07-29 Thread GitBox
924060929 commented on code in PR #11332: URL: https://github.com/apache/doris/pull/11332#discussion_r933003489 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ScalarSubquery.java: ## @@ -0,0 +1,64 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] hf200012 commented on pull request #11101: [doc] fix some docs issue

2022-07-29 Thread GitBox
hf200012 commented on PR #11101: URL: https://github.com/apache/doris/pull/11101#issuecomment-1199023958 @mychaow rebase -- 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 #11212: [fix] the nullable info is lost in ifnull expr

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11212: URL: https://github.com/apache/doris/pull/11212#issuecomment-1199025816 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-spark-connector] caoliang-web opened a new pull request, #46: [doc]Modify click link invalid problem

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

[GitHub] [doris] hf200012 merged pull request #11328: [doc]Stream load doc fix

2022-07-29 Thread GitBox
hf200012 merged PR #11328: URL: https://github.com/apache/doris/pull/11328 -- 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: [doc]Stream load doc fix (#11328)

2022-07-29 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.git The following commit(s) were added to refs/heads/master by this push: new 303963cfdd [doc]Stream load doc fix (#11328

[GitHub] [doris] hf200012 merged pull request #11294: [Doc] Add alter table comment doc

2022-07-29 Thread GitBox
hf200012 merged PR #11294: URL: https://github.com/apache/doris/pull/11294 -- 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] hf200012 closed issue #11293: [Enhancement] Support alter table and column comment

2022-07-29 Thread GitBox
hf200012 closed issue #11293: [Enhancement] Support alter table and column comment URL: https://github.com/apache/doris/issues/11293 -- 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 comm

[doris] branch master updated: [Doc] Add alter table comment doc (#11294)

2022-07-29 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.git The following commit(s) were added to refs/heads/master by this push: new 337a2fe2b9 [Doc] Add alter table comment do

[doris] branch master updated: [refactor](be)remove redundant code in column writer (#10915)

2022-07-29 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 934fe77c06 [refactor](be)remove redundant code

[GitHub] [doris] yiguolei merged pull request #10915: [refactor](be)remove redundant code in column writer

2022-07-29 Thread GitBox
yiguolei merged PR #10915: URL: https://github.com/apache/doris/pull/10915 -- 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 merged pull request #10864: [tracing] Support opentelemtry collector.

2022-07-29 Thread GitBox
yiguolei merged PR #10864: URL: https://github.com/apache/doris/pull/10864 -- 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: [tracing] Support opentelemtry collector. (#10864)

2022-07-29 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 d3c88471ad [tracing] Support opentelemtry colle

[GitHub] [doris] BiteTheDDDDt opened a new issue, #11334: [Bug] core dump on compaction

2022-07-29 Thread GitBox
BiteThet opened a new issue, #11334: URL: https://github.com/apache/doris/issues/11334 ### 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] yiguolei merged pull request #11257: [improvement]Use phmap::flat_hash_set in AggregateFunctionUniq

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

[doris] branch master updated: [improvement]Use phmap::flat_hash_set in AggregateFunctionUniq (#11257)

2022-07-29 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 a7199fb98e [improvement]Use phmap::flat_hash_se

[GitHub] [doris] zhengshiJ commented on a diff in pull request #11332: [feature](nereids) add scalar subquery expression

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

[GitHub] [doris] hf200012 merged pull request #11061: [Doc] update doc json import with read json by line

2022-07-29 Thread GitBox
hf200012 merged PR #11061: URL: https://github.com/apache/doris/pull/11061 -- 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 (a7199fb98e -> ea2fac597e)

2022-07-29 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a7199fb98e [improvement]Use phmap::flat_hash_set in AggregateFunctionUniq (#11257) add ea2fac597e update js

[GitHub] [doris] yiguolei commented on a diff in pull request #11131: [Improvement] support tablet schema cache

2022-07-29 Thread GitBox
yiguolei commented on code in PR #11131: URL: https://github.com/apache/doris/pull/11131#discussion_r933031064 ## be/src/olap/schema_change.cpp: ## @@ -2365,7 +2364,7 @@ Status SchemaChangeHandler::_parse_request( } const TabletSchema& ref_tablet_schema = *base_table

[GitHub] [doris] github-actions[bot] commented on pull request #11264: [feature](nereids)add InPredicate in expressions

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11264: URL: https://github.com/apache/doris/pull/11264#issuecomment-1199048314 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] starocean999 opened a new pull request, #11335: [FIX]DCHECK error of array functions

2022-07-29 Thread GitBox
starocean999 opened a new pull request, #11335: URL: https://github.com/apache/doris/pull/11335 # Proposed changes Issue Number: close (https://github.com/apache/doris/issues/11317) ## Problem Summary: ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] yiguolei commented on a diff in pull request #11131: [Improvement] support tablet schema cache

2022-07-29 Thread GitBox
yiguolei commented on code in PR #11131: URL: https://github.com/apache/doris/pull/11131#discussion_r933031064 ## be/src/olap/schema_change.cpp: ## @@ -2365,7 +2364,7 @@ Status SchemaChangeHandler::_parse_request( } const TabletSchema& ref_tablet_schema = *base_table

[GitHub] [doris-spark-connector] JNSimba merged pull request #46: [doc]Modify click link invalid problem

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

[doris-spark-connector] branch master updated: [doc] modify click link invalid problem (#46)

2022-07-29 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-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new fbdeafd [doc] modify click link in

[GitHub] [doris] hf200012 merged pull request #11075: [Doc] update flink connector faq

2022-07-29 Thread GitBox
hf200012 merged PR #11075: URL: https://github.com/apache/doris/pull/11075 -- 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: update flink connecotr problem (#11075)

2022-07-29 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.git The following commit(s) were added to refs/heads/master by this push: new 4cbfd7822a update flink connecotr problem (

[GitHub] [doris] github-actions[bot] commented on pull request #11299: [enhancement](nereids) Normalize expressions before performing plan rewriting

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11299: URL: https://github.com/apache/doris/pull/11299#issuecomment-1199069226 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] jackwener opened a new pull request, #11336: [fix](ci): add checkout to fix PR-title-checker

2022-07-29 Thread GitBox
jackwener opened a new pull request, #11336: URL: https://github.com/apache/doris/pull/11336 # Proposed changes Issue Number: close #xxx ## Problem Summary: fix github-action PR-title-checker ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] hello-stephen opened a new pull request, #11337: [opt] unify stop script

2022-07-29 Thread GitBox
hello-stephen opened a new pull request, #11337: URL: https://github.com/apache/doris/pull/11337 # Proposed changes Issue Number: close #xxx ## Problem Summary: unify stop script, be stop more friendly ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [doris] jackwener commented on a diff in pull request #11337: [opt] unify stop script

2022-07-29 Thread GitBox
jackwener commented on code in PR #11337: URL: https://github.com/apache/doris/pull/11337#discussion_r933059835 ## bin/stop_be.sh: ## @@ -68,11 +68,18 @@ if [ -f $pidfile ]; then exit 1 fi -# kill +#kill pid process and check it Review Comment: Don't

[GitHub] [doris] SaintBacchus opened a new pull request, #11338: [feature-wip][multi-catalog][WIP]Support use catalog.db and show databases from catalog stmt

2022-07-29 Thread GitBox
SaintBacchus opened a new pull request, #11338: URL: https://github.com/apache/doris/pull/11338 # Proposed changes Issue Number: close #xxx ## Problem Summary: Support use catalog.db and show databases from catalog stmt. These stmts are supported in presto. ## Checkli

[GitHub] [doris] ByteYue closed issue #10914: [refactor] remove redundant code in column writer

2022-07-29 Thread GitBox
ByteYue closed issue #10914: [refactor] remove redundant code in column writer URL: https://github.com/apache/doris/issues/10914 -- 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] adonis0147 opened a new pull request, #11339: [enhancement](workflow) Use ccache to speed the BE UT (Clang) up

2022-07-29 Thread GitBox
adonis0147 opened a new pull request, #11339: URL: https://github.com/apache/doris/pull/11339 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem Summary: We can use [ccache-action](https://github.com/hendrikmuhs/ccache-action) to speed the workflow BE UT (Clang)

[GitHub] [doris] yiguolei merged pull request #11274: [sample]Optimize flink oracle cdc, add flink read es to doris sample code

2022-07-29 Thread GitBox
yiguolei merged PR #11274: URL: https://github.com/apache/doris/pull/11274 -- 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: Optimize flink oracle cdc, add flink read es to doris sample code (#11274)

2022-07-29 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 cb7eb725fe Optimize flink oracle cdc, add flink

[GitHub] [doris] hello-stephen commented on pull request #11325: [Improvement] start|stop script files improvements

2022-07-29 Thread GitBox
hello-stephen commented on PR #11325: URL: https://github.com/apache/doris/pull/11325#issuecomment-1199111829 > > May I ask what is the problem when the script is a soft link? > > see #10918 Thanks, I tried your new script and figured that when using 'ln -s bin/start_fe.sh x

[GitHub] [doris] stalary opened a new pull request, #11340: [Feature] doe support array

2022-07-29 Thread GitBox
stalary opened a new pull request, #11340: URL: https://github.com/apache/doris/pull/11340 # Proposed changes Issue Number: close #xxx ## Problem Summary: doe support array ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris-spark-connector] caoliang-web commented on a diff in pull request #45: [Fix] add tips for Mac OS users in case meeting getopt error

2022-07-29 Thread GitBox
caoliang-web commented on code in PR #45: URL: https://github.com/apache/doris-spark-connector/pull/45#discussion_r933095406 ## spark-doris-connector/build.sh: ## @@ -45,6 +45,17 @@ usage() { exit 1 } +# we use GNU enhanced version getopt command here for long option name

[GitHub] [doris] morningman commented on a diff in pull request #11292: [feature-wip][multi-catalog]Support prefetch for orc file format

2022-07-29 Thread GitBox
morningman commented on code in PR #11292: URL: https://github.com/apache/doris/pull/11292#discussion_r933095117 ## be/src/exec/arrow/parquet_reader.h: ## @@ -86,8 +85,9 @@ class ParquetReaderWrap final : public ArrowReaderWrap { int32_t* wbtyes);

[GitHub] [doris] morningman commented on a diff in pull request #11338: [feature-wip][multi-catalog][WIP]Support use catalog.db and show databases from catalog stmt

2022-07-29 Thread GitBox
morningman commented on code in PR #11338: URL: https://github.com/apache/doris/pull/11338#discussion_r933099724 ## fe/fe-core/src/main/java/org/apache/doris/analysis/UseStmt.java: ## @@ -35,19 +35,35 @@ */ public class UseStmt extends StatementBase { private static fina

[GitHub] [doris] SaintBacchus commented on a diff in pull request #11338: [feature-wip][multi-catalog][WIP]Support use catalog.db and show databases from catalog stmt

2022-07-29 Thread GitBox
SaintBacchus commented on code in PR #11338: URL: https://github.com/apache/doris/pull/11338#discussion_r933103466 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -2738,6 +2742,10 @@ show_param ::= {: RESULT = new ShowDbStmt(parser.wild, parser.where); :} +

[GitHub] [doris] SaintBacchus commented on a diff in pull request #11338: [feature-wip][multi-catalog][WIP]Support use catalog.db and show databases from catalog stmt

2022-07-29 Thread GitBox
SaintBacchus commented on code in PR #11338: URL: https://github.com/apache/doris/pull/11338#discussion_r933104103 ## fe/fe-core/src/main/java/org/apache/doris/analysis/UseStmt.java: ## @@ -35,19 +35,35 @@ */ public class UseStmt extends StatementBase { private static fi

[GitHub] [doris] morningman merged pull request #11260: [feature-wip](multi-catalog)(fix) partition value error when a block contains multiple splits

2022-07-29 Thread GitBox
morningman merged PR #11260: URL: https://github.com/apache/doris/pull/11260 -- 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

[doris] branch master updated: [feature-wip](multi-catalog)(fix) partition value error when a block contains multiple splits (#11260)

2022-07-29 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 84ce2a1e98 [feature-wip](multi-catalog)(fix)

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

2022-07-29 Thread GitBox
freesinger commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r933111884 ## be/src/vec/core/field.h: ## @@ -572,13 +671,21 @@ class Field { create(reinterpret_cast(data), size); } +void create_json(const unsigned char*

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

2022-07-29 Thread GitBox
freesinger commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r933120201 ## 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.

[GitHub] [doris] FreeOnePlus opened a new issue, #11341: [Feature] Manually clean up LoadLabel

2022-07-29 Thread GitBox
FreeOnePlus opened a new issue, #11341: URL: https://github.com/apache/doris/issues/11341 ### 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 LOAD L

[GitHub] [doris] dataroaring merged pull request #11006: (performance)[scanner] Isolate local and remote queries using different scanner…

2022-07-29 Thread GitBox
dataroaring merged PR #11006: URL: https://github.com/apache/doris/pull/11006 -- 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: (performance)[scanner] Isolate local and remote queries using different scanner… (#11006)

2022-07-29 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 d6f937cb01 (performance)[scanner] Isolate lo

[GitHub] [doris] dataroaring merged pull request #11263: [Doc] update FAQ about ODBC

2022-07-29 Thread GitBox
dataroaring merged PR #11263: URL: https://github.com/apache/doris/pull/11263 -- 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: [Doc] update FAQ about ODBC (#11263)

2022-07-29 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 a7e7df658c [Doc] update FAQ about ODBC (#112

[GitHub] [doris] github-actions[bot] commented on pull request #11336: [fix](ci): add checkout to fix PR-title-checker

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11336: URL: https://github.com/apache/doris/pull/11336#issuecomment-1199163110 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 #11336: [fix](ci): add checkout to fix PR-title-checker

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11336: URL: https://github.com/apache/doris/pull/11336#issuecomment-1199163137 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 #11223: [doc](unique key) add suggestion for replace_if_not_null

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11223: URL: https://github.com/apache/doris/pull/11223#issuecomment-1199166777 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] freesinger commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-29 Thread GitBox
freesinger commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r933135588 ## be/src/vec/olap/olap_data_convertor.cpp: ## @@ -577,6 +580,77 @@ Status OlapBlockDataConvertor::OlapColumnDataConvertorDate::convert_to_olap() { } } +// c

[GitHub] [doris] morrySnow opened a new pull request, #11342: [refactor](Nereids)split rewrite and insert into memo to 2 functions

2022-07-29 Thread GitBox
morrySnow opened a new pull request, #11342: URL: https://github.com/apache/doris/pull/11342 ## Problem Summary: Split rewrite and insert into memo to 2 functions to make the code easy to read. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] morrySnow commented on pull request #11342: [refactor](Nereids)split rewrite and insert into memo to 2 functions

2022-07-29 Thread GitBox
morrySnow commented on PR #11342: URL: https://github.com/apache/doris/pull/11342#issuecomment-1199175298 @924060929 @englefly 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 co

[GitHub] [doris] wsjz opened a new pull request, #11343: (feature-wip)[parquet-reader] file reader

2022-07-29 Thread GitBox
wsjz opened a new pull request, #11343: URL: https://github.com/apache/doris/pull/11343 # Proposed changes Issue Number: close #xxx ## Problem Summary: ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I

[GitHub] [doris] github-actions[bot] commented on pull request #11337: [opt] unify stop script

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11337: URL: https://github.com/apache/doris/pull/11337#issuecomment-1199186641 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 #11337: [opt] unify stop script

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11337: URL: https://github.com/apache/doris/pull/11337#issuecomment-1199186663 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] dataroaring merged pull request #11223: [doc](unique key) add suggestion for replace_if_not_null

2022-07-29 Thread GitBox
dataroaring merged PR #11223: URL: https://github.com/apache/doris/pull/11223 -- 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: [doc](unique key) add suggestion for replace_if_not_null (#11223)

2022-07-29 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 e7635e54ee [doc](unique key) add suggestion

[GitHub] [doris] github-actions[bot] commented on pull request #11308: [Bug][Function] core dump on sum(distinct)

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11308: URL: https://github.com/apache/doris/pull/11308#issuecomment-1199197481 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 #11308: [Bug][Function] core dump on sum(distinct)

2022-07-29 Thread GitBox
github-actions[bot] commented on PR #11308: URL: https://github.com/apache/doris/pull/11308#issuecomment-1199197447 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] luozenglin commented on a diff in pull request #11316: [fix] Fix the query result error caused by the grouping sets statemen…

2022-07-29 Thread GitBox
luozenglin commented on code in PR #11316: URL: https://github.com/apache/doris/pull/11316#discussion_r933206295 ## be/src/exec/repeat_node.h: ## @@ -52,12 +55,17 @@ class RepeatNode : public ExecNode { std::vector> _grouping_list; // Tuple id used for output, it has n

[GitHub] [doris] zhannngchen commented on a diff in pull request #11283: [feature-wip](unique-key-merge-on-write) Add support for tablet migration, DSIP-018[5/3]

2022-07-29 Thread GitBox
zhannngchen commented on code in PR #11283: URL: https://github.com/apache/doris/pull/11283#discussion_r933224897 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -161,6 +161,10 @@ Status BetaRowsetWriter::add_rowset(RowsetSharedPtr rowset) { _total_data_size += rowset-

[doris] branch master updated: [opt] unify stop script (#11337)

2022-07-29 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 8483660fe7 [opt] unify stop script (#11337) 848

[GitHub] [doris] yiguolei merged pull request #11337: [opt] unify stop script

2022-07-29 Thread GitBox
yiguolei merged PR #11337: URL: https://github.com/apache/doris/pull/11337 -- 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] 924060929 merged pull request #11332: [feature](nereids) add scalar subquery expression

2022-07-29 Thread GitBox
924060929 merged PR #11332: URL: https://github.com/apache/doris/pull/11332 -- 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

  1   2   >