[GitHub] [doris] hello-stephen commented on pull request #14248: [Enhancement](scan) disable build key range and filters when push down agg work

2022-11-13 Thread GitBox
hello-stephen commented on PR #14248: URL: https://github.com/apache/doris/pull/14248#issuecomment-1313209569 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.18 seconds load time: 427 seconds storage size: 17151633131 Bytes https://doris-co

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021148778 ## be/src/vec/common/hash_table/partitioned_hash_table.h: ## @@ -0,0 +1,387 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021148611 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -825,6 +873,126 @@ Status HashJoinNode::_process_build_block(RuntimeState* state, Block& block, uin return st;

[GitHub] [doris] morningman commented on a diff in pull request #13867: [feature-wip](multi-catalog) iceberg v2

2022-11-13 Thread GitBox
morningman commented on code in PR #13867: URL: https://github.com/apache/doris/pull/13867#discussion_r1021123018 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/QueryScanProvider.java: ## @@ -79,6 +84,43 @@ public void createScanRangeLocations(ParamCreateContext

[GitHub] [doris] eldenmoon opened a new pull request, #14250: [feature-array](array-function) add array constructor function `array()`

2022-11-13 Thread GitBox
eldenmoon opened a new pull request, #14250: URL: https://github.com/apache/doris/pull/14250 ``` mysql> select array(qid, creationDate) from nested_c_2 limit 10; +--+ | array(`qid`, `creationDate`) | +--+ | [138, 200

[GitHub] [doris] github-actions[bot] commented on pull request #14249: [Chore](env) add error information when DORIS_GCC_HOME not set well

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14249: URL: https://github.com/apache/doris/pull/14249#issuecomment-1313202751 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 #14249: [Chore](env) add error information when DORIS_GCC_HOME not set well

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14249: URL: https://github.com/apache/doris/pull/14249#issuecomment-1313202718 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 #14249: [Chore](env) add error information when DORIS_GCC_HOME not set well

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14249: URL: https://github.com/apache/doris/pull/14249#issuecomment-1313199010 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3459297631";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #14249: [Chore](env) add error information when DORIS_GCC_HOME not set well

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14249: URL: https://github.com/apache/doris/pull/14249#issuecomment-1313195801 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3459281027";) output. shellcheck err

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #14249: [Chore](env) add error information when DORIS_GCC_HOME not set well

2022-11-13 Thread GitBox
BiteThet opened a new pull request, #14249: URL: https://github.com/apache/doris/pull/14249 # Proposed changes add error information when DORIS_GCC_HOME not set well ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the o

[doris-website] branch master updated: 111

2022-11-13 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 df0e4e86449 111 df0e4e86449 is desc

[GitHub] [doris] hello-stephen commented on pull request #14244: [Feature](JDBC)support clickhouse jdbc external table

2022-11-13 Thread GitBox
hello-stephen commented on PR #14244: URL: https://github.com/apache/doris/pull/14244#issuecomment-1313184436 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.28 seconds load time: 432 seconds storage size: 17150038642 Bytes https://doris-co

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #14248: [Enhancement](scan) disable build key range and filters when push down agg work

2022-11-13 Thread GitBox
BiteThet opened a new pull request, #14248: URL: https://github.com/apache/doris/pull/14248 # Proposed changes 1. disable build key range and filters when push down agg work 2. revert #14088 3. add some tests ## Problem summary Describe your changes. ##

[doris] 01/01: [temp](statistics) disable statistic tables

2022-11-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit 9de1fec6cc21aa81d744955f8cd1dca2a1148a57 Author: morningman AuthorDate: Mon Nov 14 13:49:31 2022 +0800

[doris] branch branch-1.2-unstable updated (8579043085 -> 9de1fec6cc)

2022-11-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git discard 8579043085 [temp](statistics) disable statistic tables add 30f36070b5 [test](multi-catalog)Regres

[doris] branch master updated: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns (#14212)

2022-11-13 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 fc70179acb [multi-catalog](fix) the eof of la

[GitHub] [doris] morningman merged pull request #14212: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns

2022-11-13 Thread GitBox
morningman merged PR #14212: URL: https://github.com/apache/doris/pull/14212 -- 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 pull request #14212: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns

2022-11-13 Thread GitBox
morningman commented on PR #14212: URL: https://github.com/apache/doris/pull/14212#issuecomment-1313160135 > Are there any cases for > > ``` > 2. The array column does not count the number of nulls > 3. Generate wrong NullMap for array column > ``` > > ? Add case

[GitHub] [doris] zhangguichuan opened a new issue, #14247: [Bug] use dbname clause cost almost 10s long

2022-11-13 Thread GitBox
zhangguichuan opened a new issue, #14247: URL: https://github.com/apache/doris/issues/14247 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version branch: branch-1.1

[GitHub] [doris] hello-stephen commented on pull request #14246: [fix](audit) fix duplicate audit log.

2022-11-13 Thread GitBox
hello-stephen commented on PR #14246: URL: https://github.com/apache/doris/pull/14246#issuecomment-1313153097 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.26 seconds load time: 440 seconds storage size: 17176613361 Bytes https://doris-co

[doris] branch master updated: [feature-wip](multi-catalog) Support hive partition cache (#14134)

2022-11-13 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 7eed5a292c [feature-wip](multi-catalog) Support

[GitHub] [doris] yiguolei merged pull request #14134: [feature-wip](multi-catalog) Support hive partition cache

2022-11-13 Thread GitBox
yiguolei merged PR #14134: URL: https://github.com/apache/doris/pull/14134 -- 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 (594e3b8224 -> 30f36070b5)

2022-11-13 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 594e3b8224 [feature](Nereids) add circle detector and avoid overlap (#14164) add 30f36070b5 [test](multi-cat

[GitHub] [doris] morningman merged pull request #13611: [test](multi-catalog)Regression test for external hive parquet table.

2022-11-13 Thread GitBox
morningman merged PR #13611: URL: https://github.com/apache/doris/pull/13611 -- 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] 01/01: [temp](statistics) disable statistic tables

2022-11-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit 8579043085664698fc9baba149e35b119475c8ea Author: morningman AuthorDate: Mon Nov 14 13:49:31 2022 +0800

[doris] branch branch-1.2-unstable updated (5ebb5fbecd -> 8579043085)

2022-11-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git discard 5ebb5fbecd [temp](statistics) disable statistic tables add 23a8c7eeb6 (fix)(multi-catalog)(es) Fi

[doris] branch master updated (23a8c7eeb6 -> 594e3b8224)

2022-11-13 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 23a8c7eeb6 (fix)(multi-catalog)(es) Fix error result because not used fields_context (#14229) add 594e3b8224 [f

[GitHub] [doris] jackwener merged pull request #14164: [feature](Nereids) add circle detector and avoid overlap

2022-11-13 Thread GitBox
jackwener merged PR #14164: URL: https://github.com/apache/doris/pull/14164 -- 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

[doris] branch master updated (49fecd2a6d -> 23a8c7eeb6)

2022-11-13 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 49fecd2a6d [improvement](log) print info of error replicas (#14220) add 23a8c7eeb6 (fix)(multi-catalog)(es) Fi

[GitHub] [doris] github-actions[bot] commented on pull request #14229: [multi-catalog](fix): Fix error result because not used fields_context

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14229: URL: https://github.com/apache/doris/pull/14229#issuecomment-1313136120 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 #14229: [multi-catalog](fix): Fix error result because not used fields_context

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14229: URL: https://github.com/apache/doris/pull/14229#issuecomment-1313136082 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 #14229: [multi-catalog](fix): Fix error result because not used fields_context

2022-11-13 Thread GitBox
morningman merged PR #14229: URL: https://github.com/apache/doris/pull/14229 -- 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 closed issue #14146: [Bug] Version 1.2 WHERE does not take effect when Doris On ES and Catalog mount ES queries

2022-11-13 Thread GitBox
morningman closed issue #14146: [Bug] Version 1.2 WHERE does not take effect when Doris On ES and Catalog mount ES queries URL: https://github.com/apache/doris/issues/14146 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[doris] branch branch-1.2-unstable updated: [temp](statistics) disable statistic tables

2022-11-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-unstable by this push: new 5ebb5fbecd [temp](

[doris-website] branch master updated: 1

2022-11-13 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 e7865b216ad 1 e7865b216ad is descri

[GitHub] [doris] github-actions[bot] commented on pull request #13786: [feature-wip](MTMV)Add show statement for MTMV

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #13786: URL: https://github.com/apache/doris/pull/13786#issuecomment-1313127024 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] dutyu opened a new pull request, #14246: [fix](audit) fix duplicate audit log.

2022-11-13 Thread GitBox
dutyu opened a new pull request, #14246: URL: https://github.com/apache/doris/pull/14246 [fix](audit) fix duplicate audit log. # Proposed changes Issue Number: close #14245 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it af

[GitHub] [doris] dutyu opened a new issue, #14245: [Bug] Some duplicated audit logs occur when submit multiple statements at a time.

2022-11-13 Thread GitBox
dutyu opened a new issue, #14245: URL: https://github.com/apache/doris/issues/14245 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1.2rc05 ### What'

[doris-website] branch master updated: release 1.1.4 blog

2022-11-13 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 843795000a4 release 1.1.4 blog 8437

[doris-website] branch master updated: [enhance] resort release note docs (#160)

2022-11-13 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 11a57ade420 [enhance] resort releas

[GitHub] [doris-website] hf200012 merged pull request #160: [enhance] resort release note docs

2022-11-13 Thread GitBox
hf200012 merged PR #160: URL: https://github.com/apache/doris-website/pull/160 -- 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

[GitHub] [doris] hello-stephen commented on pull request #14243: [improve](extension) add sync data feature and unified running script

2022-11-13 Thread GitBox
hello-stephen commented on PR #14243: URL: https://github.com/apache/doris/pull/14243#issuecomment-1313106647 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.31 seconds load time: 473 seconds storage size: 17171902810 Bytes https://doris-co

[doris] branch branch-1.2-unstable updated (3fff8f399b -> 49fecd2a6d)

2022-11-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git discard 3fff8f399b [Enhancement][fix](profile)() modify some profiles (#14074) discard 6f022b40a2 [refractor]

[GitHub] [doris] zy-kkk opened a new pull request, #14244: [Feature](JDBC)support clickhouse jdbc external table

2022-11-13 Thread GitBox
zy-kkk opened a new pull request, #14244: URL: https://github.com/apache/doris/pull/14244 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] hello-stephen commented on pull request #13611: [test](multi-catalog)Regression test for external hive parquet table.

2022-11-13 Thread GitBox
hello-stephen commented on PR #13611: URL: https://github.com/apache/doris/pull/13611#issuecomment-1313085770 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.77 seconds load time: 441 seconds storage size: 17153249327 Bytes https://doris-co

[GitHub] [doris] AshinGau commented on pull request #14134: [feature-wip](multi-catalog) Support hive partition cache

2022-11-13 Thread GitBox
AshinGau commented on PR #14134: URL: https://github.com/apache/doris/pull/14134#issuecomment-1313085080 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] gnehil opened a new pull request, #14243: [improve](extension) add sync data feature and unified running script

2022-11-13 Thread GitBox
gnehil opened a new pull request, #14243: URL: https://github.com/apache/doris/pull/14243 # Proposed changes Issue Number: close #xxx ## Problem summary create olap table and sync data from external table unified startup shell script with options ## Checklist(Re

[GitHub] [doris] liqing-coder closed pull request #13741: [feature](split_by_char)support split by char function

2022-11-13 Thread GitBox
liqing-coder closed pull request #13741: [feature](split_by_char)support split by char function URL: https://github.com/apache/doris/pull/13741 -- 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 sp

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021055702 ## gensrc/thrift/PaloInternalService.thrift: ## @@ -179,6 +179,8 @@ struct TQueryOptions { 51: optional bool enable_new_shuffle_hash_method 52: optional i32 be

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021055381 ## be/src/vec/common/hash_table/hash_table.h: ## @@ -,6 +1118,12 @@ class HashTable : private boost::noncopyable, size_t get_buffer_size_in_bytes() const { re

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021054512 ## be/src/vec/common/hash_table/partitioned_hash_table.h: ## @@ -0,0 +1,412 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021054030 ## be/src/vec/common/hash_table/partitioned_hash_table.h: ## @@ -0,0 +1,412 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021053893 ## be/src/vec/common/hash_table/partitioned_hash_table.h: ## @@ -0,0 +1,412 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021052509 ## be/src/vec/common/hash_table/hash_table.h: ## @@ -,6 +1118,12 @@ class HashTable : private boost::noncopyable, size_t get_buffer_size_in_bytes() const { re

[GitHub] [doris] morrySnow commented on pull request #14152: [enhancement](explain) compress descriptor table explain string

2022-11-13 Thread GitBox
morrySnow commented on PR #14152: URL: https://github.com/apache/doris/pull/14152#issuecomment-1313054164 > Could you give both string before and after change? Now the description seems only include the string before change? add it -- This is an automated message from the Apache Gi

[GitHub] [doris] yiguolei commented on a diff in pull request #13654: [improvement](hashjoin) support partitioned hash table in hash join

2022-11-13 Thread GitBox
yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021049070 ## be/src/vec/common/hash_table/partitioned_hash_table.h: ## @@ -0,0 +1,412 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] hello-stephen commented on pull request #14240: [opt](nereids) Avoid broadcast join if hash table is big

2022-11-13 Thread GitBox
hello-stephen commented on PR #14240: URL: https://github.com/apache/doris/pull/14240#issuecomment-1313051552 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.13 seconds load time: 433 seconds storage size: 17168978577 Bytes https://doris-co

[doris] branch master updated: [improvement](log) print info of error replicas (#14220)

2022-11-13 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 49fecd2a6d [improvement](log) print info of err

[GitHub] [doris] yiguolei merged pull request #14220: [improvement](log) print info of error replicas

2022-11-13 Thread GitBox
yiguolei merged PR #14220: URL: https://github.com/apache/doris/pull/14220 -- 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: [BugFix](file cache) don't clean clone dir when doing _gc_unused_file_caches (#14194)

2022-11-13 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 15eb07b829 [BugFix](file cache) don't clean clo

[GitHub] [doris] yiguolei merged pull request #14194: [BugFix](file cache) don't clean clone dir when doing _gc_unused_file_caches

2022-11-13 Thread GitBox
yiguolei merged PR #14194: URL: https://github.com/apache/doris/pull/14194 -- 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] jackwener merged pull request #14151: [enhancement](Nereids) add output set and output exprid set cache

2022-11-13 Thread GitBox
jackwener merged PR #14151: URL: https://github.com/apache/doris/pull/14151 -- 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

[doris] branch master updated: [enhancement](Nereids) add output set and output exprid set cache (#14151)

2022-11-13 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 13b1f92c63 [enhancement](Nereids) add output set

[GitHub] [doris] hello-stephen commented on pull request #14239: [opt](nereids) right deep tree penalty adjust: use right rowCount, not (left - right)

2022-11-13 Thread GitBox
hello-stephen commented on PR #14239: URL: https://github.com/apache/doris/pull/14239#issuecomment-1313036598 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.34 seconds load time: 422 seconds storage size: 17153721318 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14238: [opt](nereids) set Ndv=rowCount if ndv is almost equal to rowCount

2022-11-13 Thread GitBox
hello-stephen commented on PR #14238: URL: https://github.com/apache/doris/pull/14238#issuecomment-1312975427 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.14 seconds load time: 432 seconds storage size: 17171602689 Bytes https://doris-co

[doris] branch master updated: [chore](build) Split the compliation units to build them in parallel (#14232)

2022-11-13 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 7bb3792d51 [chore](build) Split the compliation

[GitHub] [doris] yiguolei merged pull request #14232: [chore](build) Split the compliation units to build them in parallel

2022-11-13 Thread GitBox
yiguolei merged PR #14232: URL: https://github.com/apache/doris/pull/14232 -- 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] jacktengg commented on pull request #14232: [chore](build) Split the compliation units to build them in parallel

2022-11-13 Thread GitBox
jacktengg commented on PR #14232: URL: https://github.com/apache/doris/pull/14232#issuecomment-1312965146 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 unsubscrib

[GitHub] [doris] jackwener commented on a diff in pull request #14164: [feature](Nereids) add circle detector and avoid overlap

2022-11-13 Thread GitBox
jackwener commented on code in PR #14164: URL: https://github.com/apache/doris/pull/14164#discussion_r1021031211 ## fe/fe-core/src/test/java/org/apache/doris/nereids/rules/joinreorder/hypergraph/GraphSimplifierTest.java: ## @@ -41,36 +44,105 @@ void testStarQuery() { gr

[GitHub] [doris] dataroaring commented on a diff in pull request #14231: [improvement](publish) fix publish timeout in cocurrent load

2022-11-13 Thread GitBox
dataroaring commented on code in PR #14231: URL: https://github.com/apache/doris/pull/14231#discussion_r1021029695 ## be/src/olap/storage_engine.cpp: ## @@ -862,11 +862,13 @@ void StorageEngine::_parse_default_rowset_type() { } void StorageEngine::start_delete_unused_rowset(

[GitHub] [doris] englefly closed pull request #14190: [fix](nereids) 1. new statistics use wrong default selectivity, 2 runtime-filter-prune updated

2022-11-13 Thread GitBox
englefly closed pull request #14190: [fix](nereids) 1. new statistics use wrong default selectivity, 2 runtime-filter-prune updated URL: https://github.com/apache/doris/pull/14190 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[doris] branch master updated (24b51b9035 -> d55faa7f6a)

2022-11-13 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 24b51b9035 [fix](compaction) segcompaction coredump if the rowset starts with a big segment (#14174) (#14176) a

[GitHub] [doris] yiguolei closed issue #13864: [Feature] Only query can use local cache when reading remote files.

2022-11-13 Thread GitBox
yiguolei closed issue #13864: [Feature] Only query can use local cache when reading remote files. URL: https://github.com/apache/doris/issues/13864 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [doris] yiguolei merged pull request #13865: [feature](remote)Only query can use local cache when reading remote files.

2022-11-13 Thread GitBox
yiguolei merged PR #13865: URL: https://github.com/apache/doris/pull/13865 -- 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] nextdreamblue commented on issue #14237: [Bug] After the ctas statement is executed the query has no result

2022-11-13 Thread GitBox
nextdreamblue commented on issue #14237: URL: https://github.com/apache/doris/issues/14237#issuecomment-1312954786 maybe fix on https://github.com/apache/doris/pull/13906 or https://github.com/apache/doris/pull/14090 -- This is an automated message from the Apache Git Service. To respon

[GitHub] [doris] github-actions[bot] commented on pull request #14164: [feature](Nereids) add circle detector and avoid overlap

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14164: URL: https://github.com/apache/doris/pull/14164#issuecomment-1312952321 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 #14236: [fix](nereids) Agg stats bug in new stats

2022-11-13 Thread GitBox
hello-stephen commented on PR #14236: URL: https://github.com/apache/doris/pull/14236#issuecomment-1312952297 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.64 seconds load time: 448 seconds storage size: 17171296743 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14164: [feature](Nereids) add circle detector and avoid overlap

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14164: URL: https://github.com/apache/doris/pull/14164#issuecomment-1312952344 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] englefly opened a new pull request, #14240: [opt](nereids) Avoid broadcast join if hash table is big

2022-11-13 Thread GitBox
englefly opened a new pull request, #14240: URL: https://github.com/apache/doris/pull/14240 # Proposed changes when we choose broadcast join, we only consider transferring less data. This may lead OOM, if hash table is big enough. Issue Number: close #xxx ## Problem summary

[GitHub] [doris] eldenmoon commented on pull request #14141: [Feature](function) Support array_compact function

2022-11-13 Thread GitBox
eldenmoon commented on PR #14141: URL: https://github.com/apache/doris/pull/14141#issuecomment-1312941702 please 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 u

[GitHub] [doris] hello-stephen commented on pull request #14235: [fix](nereids) count(*) reports npe

2022-11-13 Thread GitBox
hello-stephen commented on PR #14235: URL: https://github.com/apache/doris/pull/14235#issuecomment-1312941310 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.94 seconds load time: 447 seconds storage size: 17171251546 Bytes https://doris-co

[GitHub] [doris] eldenmoon commented on a diff in pull request #14178: [Feature](has_all) support has_all funtion

2022-11-13 Thread GitBox
eldenmoon commented on code in PR #14178: URL: https://github.com/apache/doris/pull/14178#discussion_r1021016301 ## regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions.groovy: ## @@ -74,6 +75,7 @@ suite("test_array_functions") { qt_select "SEL

[GitHub] [doris] englefly opened a new pull request, #14239: [opt](nereids) right deep tree penalty adjust: use right rowCount, not (left - right)

2022-11-13 Thread GitBox
englefly opened a new pull request, #14239: URL: https://github.com/apache/doris/pull/14239 # Proposed changes in origin algorithm, the penalty is abs(leftRowCount - RightRowCount). this will make some right deep tree escape from penalty, because the substraction is almost zero. P

[GitHub] [doris] hello-stephen commented on pull request #14234: [fix](nereids) Fix 2 Runtime Filter bug

2022-11-13 Thread GitBox
hello-stephen commented on PR #14234: URL: https://github.com/apache/doris/pull/14234#issuecomment-1312938622 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.55 seconds load time: 433 seconds storage size: 17173158279 Bytes https://doris-co

[GitHub] [doris] englefly opened a new pull request, #14238: [opt](nereids) set Ndv=rowCount if ndv is almost equal to rowCount

2022-11-13 Thread GitBox
englefly opened a new pull request, #14238: URL: https://github.com/apache/doris/pull/14238 # Proposed changes if they are almost equal, this is caused by `ndv` algorithm. Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #14176: [fix](compaction) segcompaction coredump if the rowset starts with a big segment (#14174)

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14176: URL: https://github.com/apache/doris/pull/14176#issuecomment-1312934953 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 #14176: [fix](compaction) segcompaction coredump if the rowset starts with a big segment (#14174)

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #14176: URL: https://github.com/apache/doris/pull/14176#issuecomment-1312934961 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] branch master updated: [fix](compaction) segcompaction coredump if the rowset starts with a big segment (#14174) (#14176)

2022-11-13 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 24b51b9035 [fix](compaction) segcompaction c

[GitHub] [doris] dataroaring merged pull request #14176: [fix](compaction) segcompaction coredump if the rowset starts with a big segment (#14174)

2022-11-13 Thread GitBox
dataroaring merged PR #14176: URL: https://github.com/apache/doris/pull/14176 -- 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.

[GitHub] [doris] dataroaring closed issue #14174: [Bug] segcompaction check failed when rename plain

2022-11-13 Thread GitBox
dataroaring closed issue #14174: [Bug] segcompaction check failed when rename plain URL: https://github.com/apache/doris/issues/14174 -- 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] [doris] dataroaring commented on pull request #14176: [fix](compaction) segcompaction coredump if the rowset starts with a big segment (#14174)

2022-11-13 Thread GitBox
dataroaring commented on PR #14176: URL: https://github.com/apache/doris/pull/14176#issuecomment-1312934868 minor fix. -- 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 un

[GitHub] [doris] smallhibiscus opened a new issue, #14237: [Bug] After the ctas statement is executed the query has no result

2022-11-13 Thread GitBox
smallhibiscus opened a new issue, #14237: URL: https://github.com/apache/doris/issues/14237 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1.4 ### W

[GitHub] [doris] englefly opened a new pull request, #14236: [fix](nereids) Agg stats bug in new stats

2022-11-13 Thread GitBox
englefly opened a new pull request, #14236: URL: https://github.com/apache/doris/pull/14236 # Proposed changes the data structure of new stats is changed, bug Agg-estimation is not changed Issue Number: close #xxx ## Problem summary Describe your changes. ## Checkli

[GitHub] [doris] hello-stephen commented on pull request #14233: [fix](nereids) new statistics use wrong default selectivity

2022-11-13 Thread GitBox
hello-stephen commented on PR #14233: URL: https://github.com/apache/doris/pull/14233#issuecomment-1312932242 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.2 seconds load time: 451 seconds storage size: 17171382064 Bytes https://doris-com

[GitHub] [doris] englefly opened a new pull request, #14235: [fix](nereids) count(*) reports npe

2022-11-13 Thread GitBox
englefly opened a new pull request, #14235: URL: https://github.com/apache/doris/pull/14235 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] yiguolei merged pull request #14203: [enhancement](be)close ExecNode ASAP to release resource earlier

2022-11-13 Thread GitBox
yiguolei merged PR #14203: URL: https://github.com/apache/doris/pull/14203 -- 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 (8263c34da6 -> 139c4a77f1)

2022-11-13 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 8263c34da6 [fix](ctas) use json_object in CTAS get wrong result (#14173) add 139c4a77f1 [enhancement](be)close

[GitHub] [doris] englefly opened a new pull request, #14234: [fix](nereids) Fix 2 Runtime Filter bug

2022-11-13 Thread GitBox
englefly opened a new pull request, #14234: URL: https://github.com/apache/doris/pull/14234 # Proposed changes 1. when we translate colocated join, we lost RF information attached to the right child, and hence BE will not generate those RFs. 2. fix a bug in RF prune Issue Number

[GitHub] [doris] englefly opened a new pull request, #14233: [fix](nereids) new statistics use wrong default selectivity

2022-11-13 Thread GitBox
englefly opened a new pull request, #14233: URL: https://github.com/apache/doris/pull/14233 # Proposed changes by default, column selectivity MUST be 1.0, not ZERO Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1

[doris] branch master updated (a179b22937 -> 8263c34da6)

2022-11-13 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 a179b22937 [fix](schema) Release memory of TabletSchemaPB in RowsetMetaPB #13993 add 8263c34da6 [fix](ctas) use

  1   2   >