[GitHub] [incubator-doris] SaintBacchus commented on a diff in pull request #10033: [feature-wip](multi-catalog) Catalog operation syntax

2022-06-16 Thread GitBox
SaintBacchus commented on code in PR #10033: URL: https://github.com/apache/incubator-doris/pull/10033#discussion_r899819571 ## fe/fe-core/src/main/java/org/apache/doris/datasource/DataSourceMgr.java: ## @@ -52,103 +67,182 @@ public DataSourceMgr() { private void initInte

[GitHub] [incubator-doris] SaintBacchus commented on a diff in pull request #10033: [feature-wip](multi-catalog) Catalog operation syntax

2022-06-16 Thread GitBox
SaintBacchus commented on code in PR #10033: URL: https://github.com/apache/incubator-doris/pull/10033#discussion_r899819571 ## fe/fe-core/src/main/java/org/apache/doris/datasource/DataSourceMgr.java: ## @@ -52,103 +67,182 @@ public DataSourceMgr() { private void initInte

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #10195: [Improvement] Use IOBufAsZeroCopyInputStream for bloom filter

2022-06-16 Thread GitBox
adonis0147 commented on code in PR #10195: URL: https://github.com/apache/incubator-doris/pull/10195#discussion_r899795015 ## be/src/exprs/block_bloom_filter.hpp: ## @@ -44,8 +47,8 @@ class BlockBloomFilter { Status init(int log_space_bytes, uint32_t hash_seed); // Ini

[GitHub] [incubator-doris] AshinGau opened a new pull request, #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-16 Thread GitBox
AshinGau opened a new pull request, #10213: URL: https://github.com/apache/incubator-doris/pull/10213 # Proposed changes Issue Number: close #xxx ## Problem Summary: Doris uses regular matching strings. If the name contains underscores, it will be converted to '.' wildcard.

[GitHub] [incubator-doris] cambyzju commented on pull request #10173: [opt] delete the redundant parameter of _execute_non_nullable

2022-06-16 Thread GitBox
cambyzju commented on PR #10173: URL: https://github.com/apache/incubator-doris/pull/10173#issuecomment-1158548086 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [incubator-doris] Kikyou1997 closed issue #10167: [Bug] Default join reorder algorithm is almost not working at all.

2022-06-16 Thread GitBox
Kikyou1997 closed issue #10167: [Bug] Default join reorder algorithm is almost not working at all. URL: https://github.com/apache/incubator-doris/issues/10167 -- 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

[GitHub] [incubator-doris] Jibing-Li commented on a diff in pull request #10033: [feature-wip](multi-catalog) Catalog operation syntax

2022-06-16 Thread GitBox
Jibing-Li commented on code in PR #10033: URL: https://github.com/apache/incubator-doris/pull/10033#discussion_r899809492 ## fe/fe-core/src/main/java/org/apache/doris/datasource/DataSourceMgr.java: ## @@ -52,103 +67,182 @@ public DataSourceMgr() { private void initInterna

[GitHub] [incubator-doris] cambyzju commented on pull request #10211: [fix]InListPredicate wrong result

2022-06-16 Thread GitBox
cambyzju commented on PR #10211: URL: https://github.com/apache/incubator-doris/pull/10211#issuecomment-1158545204 We should better add an UT or regression-test to avoid the same error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10211: [fix]InListPredicate wrong result

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10211: URL: https://github.com/apache/incubator-doris/pull/10211#issuecomment-1158543551 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10211: [fix]InListPredicate wrong result

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10211: URL: https://github.com/apache/incubator-doris/pull/10211#issuecomment-1158543571 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

[GitHub] [incubator-doris] cambyzju commented on a diff in pull request #10195: [Improvement] Use IOBufAsZeroCopyInputStream for bloom filter

2022-06-16 Thread GitBox
cambyzju commented on code in PR #10195: URL: https://github.com/apache/incubator-doris/pull/10195#discussion_r899806827 ## be/src/runtime/runtime_filter_mgr.h: ## @@ -68,7 +72,8 @@ class RuntimeFilterMgr { const TQueryOptions& options, int node_id = -1

[GitHub] [incubator-doris] cambyzju commented on a diff in pull request #10195: [Improvement] Use IOBufAsZeroCopyInputStream for bloom filter

2022-06-16 Thread GitBox
cambyzju commented on code in PR #10195: URL: https://github.com/apache/incubator-doris/pull/10195#discussion_r899802595 ## be/src/exprs/block_bloom_filter.hpp: ## @@ -202,6 +205,13 @@ class BlockBloomFilter { return (static_cast(hash) * m + a) >> 32U; } +#ifdef

[GitHub] [incubator-doris] wangyf0555 opened a new pull request, #10212: [doc](website)Replace CDN files with local files

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

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10211: [fix]InListPredicate wrong result

2022-06-16 Thread GitBox
BiteThet commented on code in PR #10211: URL: https://github.com/apache/incubator-doris/pull/10211#discussion_r899790405 ## be/src/olap/in_list_predicate.h: ## @@ -338,15 +338,29 @@ class InListPredicateBase : public ColumnPredicate { }

[GitHub] [incubator-doris] wangbo opened a new pull request, #10211: [fix]InListPredicate wrong result

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

[GitHub] [incubator-doris] wangbo opened a new issue, #10210: [Bug] InListPredicate wrong result

2022-06-16 Thread GitBox
wangbo opened a new issue, #10210: URL: https://github.com/apache/incubator-doris/issues/10210 ### 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 maste

[GitHub] [incubator-doris] stalary commented on issue #10203: [Enhancement] Show create table Comment use single quotes

2022-06-16 Thread GitBox
stalary commented on issue #10203: URL: https://github.com/apache/incubator-doris/issues/10203#issuecomment-1158505442 > If this issuer is not in a hurry, I want to try it. You can try it, can be compatible with mysql and can get comment normally in superset. -- This i

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #10084: [feature-wip](vectorized) Support block aggregate in scanner

2022-06-16 Thread GitBox
Gabriel39 commented on code in PR #10084: URL: https://github.com/apache/incubator-doris/pull/10084#discussion_r899760811 ## be/src/vec/olap/block_reader.cpp: ## @@ -133,6 +133,29 @@ Status BlockReader::init(const ReaderParams& read_params) { return status; } +

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10161: [imporement]Avoid unnecessary find_codes in predicate

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10161: URL: https://github.com/apache/incubator-doris/pull/10161#issuecomment-1158486761 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10161: [imporement]Avoid unnecessary find_codes in predicate

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10161: URL: https://github.com/apache/incubator-doris/pull/10161#issuecomment-1158486752 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

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #10084: [feature-wip](vectorized) Support block aggregate in scanner

2022-06-16 Thread GitBox
Gabriel39 commented on code in PR #10084: URL: https://github.com/apache/incubator-doris/pull/10084#discussion_r899757613 ## be/src/vec/olap/block_reader.cpp: ## @@ -133,6 +133,29 @@ Status BlockReader::init(const ReaderParams& read_params) { return status; } +

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10081: [Feature] support backup/restore connect to HDFS

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10081: URL: https://github.com/apache/incubator-doris/pull/10081#issuecomment-1158481799 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10081: [Feature] support backup/restore connect to HDFS

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10081: URL: https://github.com/apache/incubator-doris/pull/10081#issuecomment-1158481778 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10172: [typo] Fix typos in comments

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10172: URL: https://github.com/apache/incubator-doris/pull/10172#issuecomment-1158481455 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10205: [chore] Fix a warning reported by maven

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10205: URL: https://github.com/apache/incubator-doris/pull/10205#issuecomment-1158480485 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10163: [fix](reader)replace an auto with size_t to avoid integer overflow

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10163: URL: https://github.com/apache/incubator-doris/pull/10163#issuecomment-1158480187 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

[incubator-doris-website] branch master updated: remove algolia

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

[incubator-doris] 02/04: [fix](optimizer) Fix the default join reorder algorithm (#10174)

2022-06-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit a9e7a1e2a562c0424d58d772706d7d361a003dc7 Author: Kikyou1997 <33112463+kikyou1...@users.noreply.github.com

[incubator-doris] 01/04: [feature] Support hive on s3 (#10128)

2022-06-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 2d3a3b1a69a1d9db8edefc68b9165e403a28ae2e Author: morningman AuthorDate: Fri Jun 17 11:48:58 2022 +0800

[incubator-doris] 03/04: [fix](vectorized) intersect operator takes too long time to execute (#10183)

2022-06-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 334338417218b7eab8d8fa24d30318b44c13aca0 Author: starocean999 <40539150+starocean...@users.noreply.github

[incubator-doris] 04/04: [Bug][Vectorized] Fix DCHECK failed in VExchangeNode close twice (#10184)

2022-06-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit f9f67880b53b62863c6b151bf5668464e219687f Author: HappenLee AuthorDate: Thu Jun 16 23:56:49 2022 +0800

[incubator-doris] branch dev-1.0.1 updated (42ce8361ec -> f9f67880b5)

2022-06-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from 42ce8361ec [Feature] compaction quickly for small data import (#9804) new 2d3a3b1a69 [feature] Su

[GitHub] [incubator-doris] qimumu9406 commented on issue #10203: [Enhancement] Show create table Comment use single quotes

2022-06-16 Thread GitBox
qimumu9406 commented on issue #10203: URL: https://github.com/apache/incubator-doris/issues/10203#issuecomment-1158472368 If this issuer is not in a hurry, I want to try it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-16 Thread GitBox
HappenLee commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r899745912 ## be/src/vec/exprs/vruntimefilter_wrapper.cpp: ## @@ -0,0 +1,107 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-16 Thread GitBox
HappenLee commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r899742933 ## be/src/vec/exprs/vruntimefilter_wrapper.h: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lice

[GitHub] [incubator-doris] dependabot[bot] opened a new pull request, #10208: Bump fastjson from 1.2.78 to 1.2.83 in /samples/doris-demo/spark-demo

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

[incubator-doris] branch dependabot/maven/samples/doris-demo/spark-demo/com.alibaba-fastjson-1.2.83 created (now 629892645b)

2022-06-16 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/spark-demo/com.alibaba-fastjson-1.2.83 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git at 629892645b Bump fastjson from 1.2.78

[GitHub] [incubator-doris] dependabot[bot] opened a new pull request, #10207: Bump fastjson from 1.2.70 to 1.2.83 in /samples/doris-demo/spring-jdbc-demo

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

[incubator-doris] branch dependabot/maven/samples/doris-demo/spring-jdbc-demo/com.alibaba-fastjson-1.2.83 created (now 4bb7606790)

2022-06-16 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/spring-jdbc-demo/com.alibaba-fastjson-1.2.83 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git at 4bb7606790 Bump fastjson in /s

[incubator-doris] branch dependabot/maven/samples/doris-demo/flink-demo/com.alibaba-fastjson-1.2.83 created (now 9ea7fc7328)

2022-06-16 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/com.alibaba-fastjson-1.2.83 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git at 9ea7fc7328 Bump fastjson from 1.2.62

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

2022-06-16 Thread GitBox
dependabot[bot] opened a new pull request, #10206: URL: https://github.com/apache/incubator-doris/pull/10206 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.

[incubator-doris-manager] branch dependabot/maven/manager/com.alibaba-fastjson-1.2.83 created (now 2751d58)

2022-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/manager/com.alibaba-fastjson-1.2.83 in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git at 2751d58 Bump fastjson from 1.2.76 to 1.2.83 in /m

[GitHub] [incubator-doris-manager] dependabot[bot] opened a new pull request, #61: Bump fastjson from 1.2.76 to 1.2.83 in /manager

2022-06-16 Thread GitBox
dependabot[bot] opened a new pull request, #61: URL: https://github.com/apache/incubator-doris-manager/pull/61 Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.76 to 1.2.83. Release notes Sourced from https://github.com/alibaba/fastjson/releases";>fastjson's releases.

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

2022-06-16 Thread GitBox
adonis0147 commented on PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#issuecomment-1158453544 Deleted by accident, please refer to #10108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[incubator-doris] branch master updated: [Enhancement](Nereids) Automatic compute logical properties (#10176)

2022-06-16 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new d51166dd2a [Enhancement](Nereids) Aut

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #10176: [Enhancement](Nereids) Automatic compute logical properties

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

[GitHub] [incubator-doris] yiguolei closed issue #10185: [Enhancement] build runtime filters asynchronously

2022-06-16 Thread GitBox
yiguolei closed issue #10185: [Enhancement] build runtime filters asynchronously URL: https://github.com/apache/incubator-doris/issues/10185 -- 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 specif

[incubator-doris] branch master updated (5e47b03595 -> 60147ad7a5)

2022-06-16 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/incubator-doris.git from 5e47b03595 [feature-wip](array-type) Add array aggregation functions (#10108) add 60147ad7a5 [Improve

[GitHub] [incubator-doris] yiguolei merged pull request #10186: [Improvement] build runtime filters asynchronously

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

[incubator-doris] branch master updated: [feature-wip](array-type) Add array aggregation functions (#10108)

2022-06-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5e47b03595 [feature-wip](array-type)

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

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

[GitHub] [incubator-doris] HappenLee closed issue #9055: [feature-wip](array-type) Add array aggregation functions

2022-06-16 Thread GitBox
HappenLee closed issue #9055: [feature-wip](array-type) Add array aggregation functions URL: https://github.com/apache/incubator-doris/issues/9055 -- 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

[incubator-doris] branch master updated (67e95276fb -> b9f8df0264)

2022-06-16 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/incubator-doris.git from 67e95276fb [fix](optimizer) Fix the default join reorder algorithm (#10174) add b9f8df0264 [Bug] Comp

[GitHub] [incubator-doris] yiguolei merged pull request #10143: [Bug] Compatible with Datagrip, fix checkStyle

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

[GitHub] [incubator-doris] yiguolei closed issue #10141: [Bug] Datagrip connect doris error

2022-06-16 Thread GitBox
yiguolei closed issue #10141: [Bug] Datagrip connect doris error URL: https://github.com/apache/incubator-doris/issues/10141 -- 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

[incubator-doris] branch master updated (fd0bd395ac -> 67e95276fb)

2022-06-16 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/incubator-doris.git from fd0bd395ac [Enhancement] Remove some unused include (#10035) add 67e95276fb [fix](optimizer) Fix the

[GitHub] [incubator-doris] morningman merged pull request #10174: [fix](optimizer) Fix the default join reorder algorithm

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

[GitHub] [incubator-doris] adonis0147 opened a new pull request, #10205: [chore] Fix a warning reported by maven

2022-06-16 Thread GitBox
adonis0147 opened a new pull request, #10205: URL: https://github.com/apache/incubator-doris/pull/10205 # Proposed changes Issue Number: close #10204 ## Problem Summary: Please refer to #10204 ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #10194: [feature](nereids): implementation rules.

2022-06-16 Thread GitBox
morrySnow commented on code in PR #10194: URL: https://github.com/apache/incubator-doris/pull/10194#discussion_r899721781 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalScan.java: ## @@ -0,0 +1,45 @@ +// Licensed to the Apache Software Founda

[GitHub] [incubator-doris] adonis0147 opened a new issue, #10204: [chore] Fix a warning reported by maven

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

[GitHub] [incubator-doris] JNSimba commented on issue #10200: 整理了使用上的不方便之处

2022-06-16 Thread GitBox
JNSimba commented on issue #10200: URL: https://github.com/apache/incubator-doris/issues/10200#issuecomment-1158435681 2.What does incompatibility with flink mean? 3.can you give an example? 5.https://doris.apache.org/zh-CN/docs/ecosystem/flink-doris-connector.html#%E4%BD%BF%E7%94%A8-

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #10199: [feature](nereids): cost and stats.

2022-06-16 Thread GitBox
morrySnow commented on code in PR #10199: URL: https://github.com/apache/incubator-doris/pull/10199#discussion_r899718349 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/statistics/StatisticsEstimate.java: ## @@ -0,0 +1,88 @@ +// Licensed to the Apache Software Foundat

[incubator-doris] branch master updated (de86c0dd25 -> fd0bd395ac)

2022-06-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from de86c0dd25 [doc](website)fix algolia search bug (#10196) add fd0bd395ac [Enhancement] Remove some unu

[GitHub] [incubator-doris] HappenLee merged pull request #10035: [Enhancement] Remove some unused include

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

[GitHub] [incubator-doris] cambyzju commented on pull request #10193: [feature-wip](array-type) Use uppercase to describe columns with array type

2022-06-16 Thread GitBox
cambyzju commented on PR #10193: URL: https://github.com/apache/incubator-doris/pull/10193#issuecomment-1158424450 FE UT failed -- 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] [incubator-doris] Gabriel39 commented on pull request #10153: [opt](compaction) optimize compaction in concurrent load

2022-06-16 Thread GitBox
Gabriel39 commented on PR #10153: URL: https://github.com/apache/incubator-doris/pull/10153#issuecomment-1158419775 FYI: If we resolve issue #10056 after merging this PR, you should mention it -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] stalary commented on issue #10203: [Enhancement] Show create table Comment use single quotes

2022-06-16 Thread GitBox
stalary commented on issue #10203: URL: https://github.com/apache/incubator-doris/issues/10203#issuecomment-1158419639 Comment uses single quotation marks. The internal single quotation marks need to be escaped. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] qimumu9406 commented on issue #10203: [Enhancement] Show create table Comment use single quotes

2022-06-16 Thread GitBox
qimumu9406 commented on issue #10203: URL: https://github.com/apache/incubator-doris/issues/10203#issuecomment-1158417386 If it is a 'name varchar(100) NULL COMMENT " 'name' " ' statement, what should I do? -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] lide-reed commented on issue #9210: [Bug] When using Uniq model, we can't update a part of columns, i.e. replace_if_not_null is invalid.

2022-06-16 Thread GitBox
lide-reed commented on issue #9210: URL: https://github.com/apache/incubator-doris/issues/9210#issuecomment-1158416033 refer to: https://zhuanlan.zhihu.com/p/394878570 Actually it doesn't work. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] xiaokang commented on pull request #10169: optimize substr performance

2022-06-16 Thread GitBox
xiaokang commented on PR #10169: URL: https://github.com/apache/incubator-doris/pull/10169#issuecomment-1158399123 > Hi, `std::search` has much better performance than gcc in clang, I wonder if `volnitsky` will be better than `std::search` in clang? important information. I will do s

[GitHub] [incubator-doris] zjd-melo commented on issue #240: mini load 导入数据失败

2022-06-16 Thread GitBox
zjd-melo commented on issue #240: URL: https://github.com/apache/incubator-doris/issues/240#issuecomment-1158363549 端口号错了,应该是8030。 -- 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] [incubator-doris] zjd-melo commented on issue #240: mini load 导入数据失败

2022-06-16 Thread GitBox
zjd-melo commented on issue #240: URL: https://github.com/apache/incubator-doris/issues/240#issuecomment-1158363548 端口号错了,应该是8030 -- 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 com

[GitHub] [incubator-doris] stalary opened a new issue, #10203: [Enhancement] Show create table Comment use single quotes

2022-06-16 Thread GitBox
stalary opened a new issue, #10203: URL: https://github.com/apache/incubator-doris/issues/10203 ### 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

[incubator-doris] branch master updated: [doc](website)fix algolia search bug (#10196)

2022-06-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new de86c0dd25 [doc](website)fix algolia

[GitHub] [incubator-doris] yiguolei merged pull request #10196: [doc](website)fix algolia search bug

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

[GitHub] [incubator-doris] yiguolei closed pull request #9912: add table name in query profile, OlapScanner: -> OlapScanner(lineitem):

2022-06-16 Thread GitBox
yiguolei closed pull request #9912: add table name in query profile, OlapScanner: -> OlapScanner(lineitem): URL: https://github.com/apache/incubator-doris/pull/9912 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] yiguolei commented on pull request #9912: add table name in query profile, OlapScanner: -> OlapScanner(lineitem):

2022-06-16 Thread GitBox
yiguolei commented on PR #9912: URL: https://github.com/apache/incubator-doris/pull/9912#issuecomment-1158351786 already done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [incubator-doris] yiguolei merged pull request #10088: [feature](multi-catalog) Add HMS external data source.

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

[incubator-doris] branch master updated: [data lake]Add HMS external data source. (#10088)

2022-06-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 2a1d1b951a [data lake]Add HMS externa

[incubator-doris] branch master updated: [Vectorized][Function] add orthogonal bitmap agg functions (#10126)

2022-06-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 44e979e43b [Vectorized][Function] add

[GitHub] [incubator-doris] yiguolei merged pull request #10126: [Vectorized][Function] add orthogonal bitmap agg functions

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

[GitHub] [incubator-doris] yiguolei closed issue #10124: [Vectorized] add orthogonal bitmap agg functions

2022-06-16 Thread GitBox
yiguolei closed issue #10124: [Vectorized] add orthogonal bitmap agg functions URL: https://github.com/apache/incubator-doris/issues/10124 -- 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 specifi

[incubator-doris] branch master updated: [regression test]Constrain run-regression-test mem to 2G (#10165)

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

[GitHub] [incubator-doris] yiguolei merged pull request #10165: Constrain run-regression-test mem to 2G

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

[GitHub] [incubator-doris] yiguolei closed issue #10182: [Bug] intersect operator takes an unexpected long time to execute in some scenario

2022-06-16 Thread GitBox
yiguolei closed issue #10182: [Bug] intersect operator takes an unexpected long time to execute in some scenario URL: https://github.com/apache/incubator-doris/issues/10182 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[incubator-doris] branch master updated: [fix](vectorized) intersect operator takes too long time to execute (#10183)

2022-06-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 1cca319d18 [fix](vectorized) intersec

[GitHub] [incubator-doris] yiguolei merged pull request #10183: [fix](executor) intersect operator takes too long time to execute

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

[incubator-doris] branch master updated: [FOLLOWUP] cherrypick after refactoring scan nodes (#10177)

2022-06-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 6f5f447aa3 [FOLLOWUP] cherrypick afte

[GitHub] [incubator-doris] yiguolei merged pull request #10177: [FOLLOWUP] cherrypick after refactoring scan nodes

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

[incubator-doris] branch master updated: [compile&build]clang compile errors fix (#10201)

2022-06-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 96de99525e [compile&build]clang compi

[GitHub] [incubator-doris] yiguolei merged pull request #10201: [fix] clang compile errors fix

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10201: [fix] clang compile errors fix

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10201: URL: https://github.com/apache/incubator-doris/pull/10201#issuecomment-1157918652 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10201: [fix] clang compile errors fix

2022-06-16 Thread GitBox
github-actions[bot] commented on PR #10201: URL: https://github.com/apache/incubator-doris/pull/10201#issuecomment-1157918691 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

[GitHub] [incubator-doris] xinyiZzz merged pull request #10133: [fix] (mem tracker) Fix core dump during `transmit_block`

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

[incubator-doris] branch master updated: [fix] (mem tracker) Fix core dump during transmit_block (#10133)

2022-06-16 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new c784fb3ddd [fix] (mem tracker) Fix co

[GitHub] [incubator-doris] xinyiZzz closed issue #10118: [Bug] be coredump when update_tracker

2022-06-16 Thread GitBox
xinyiZzz closed issue #10118: [Bug] be coredump when update_tracker URL: https://github.com/apache/incubator-doris/issues/10118 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[incubator-doris] branch master updated (f1c9105af1 -> 8d98c17c4e)

2022-06-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from f1c9105af1 [feature] Support hive on s3 (#10128) add 8d98c17c4e [Bug][Vectorized] Fix DCHECK failed i

[GitHub] [incubator-doris] HappenLee closed issue #10144: [Bug] Core dump in `VExprContext::close DCHECK(!_closed)`

2022-06-16 Thread GitBox
HappenLee closed issue #10144: [Bug] Core dump in `VExprContext::close DCHECK(!_closed)` URL: https://github.com/apache/incubator-doris/issues/10144 -- 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

[GitHub] [incubator-doris] HappenLee merged pull request #10184: [Bug][Vectorized] Fix DCHECK failed in VExchangeNode close twice

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

[GitHub] [incubator-doris] cambyzju opened a new pull request, #10201: [fix] clang compile errors fix

2022-06-16 Thread GitBox
cambyzju opened a new pull request, #10201: URL: https://github.com/apache/incubator-doris/pull/10201 # Proposed changes Clang compile errors include: 1. override function without `override`; 2. unused private member variables; ## Problem Summary: Describe the overv

  1   2   >