[GitHub] [doris] weizhengte commented on pull request #14910: [feature-wip](Nereids)(histogram) add aggregate function histogram and collect histogram statistics

2022-12-23 Thread GitBox
weizhengte commented on PR #14910: URL: https://github.com/apache/doris/pull/14910#issuecomment-1363715177 enhancement 👉🏻 https://github.com/apache/doris/pull/15317 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] github-actions[bot] commented on pull request #15212: [Feature](Materialized-View) support advanced Materialized-View

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15212: URL: https://github.com/apache/doris/pull/15212#issuecomment-1363716289 clang-tidy review says "All clean, LGTM! :+1:" -- 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] [doris] englefly opened a new pull request, #15318: [fix](nereids) group_bit_xxx signature update

2022-12-23 Thread GitBox
englefly opened a new pull request, #15318: URL: https://github.com/apache/doris/pull/15318 # Proposed changes fix result error in regression test: query_p0/sql_functions/aggregate_functions/test_aggregate_bit Issue Number: close #xxx ## Problem summary Describe you

[GitHub] [doris] morrySnow commented on a diff in pull request #15243: [feature](nereids) Support query on specific partitions

2022-12-23 Thread GitBox
morrySnow commented on code in PR #15243: URL: https://github.com/apache/doris/pull/15243#discussion_r1056117739 ## fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundRelation.java: ## @@ -44,34 +43,21 @@ */ public class UnboundRelation extends LogicalRelation

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15260: [enhancement](checksum) use vectorized engine in checksum

2022-12-23 Thread GitBox
github-actions[bot] commented on code in PR #15260: URL: https://github.com/apache/doris/pull/15260#discussion_r1056132310 ## be/src/olap/task/engine_checksum_task.cpp: ## @@ -38,7 +39,52 @@ Status EngineChecksumTask::_compute_checksum() { LOG(INFO) << "begin to process com

[GitHub] [doris] morningman merged pull request #15288: [fix](s3 outfile) Add the`use_path_style` parameter for s3 outfile

2022-12-23 Thread GitBox
morningman merged PR #15288: URL: https://github.com/apache/doris/pull/15288 -- 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: [fix](s3 outfile) Add the`use_path_style` parameter for s3 outfile (#15288)

2022-12-23 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 764b1db097 [fix](s3 outfile) Add the`use_path

[doris] branch master updated (764b1db097 -> 8515a03ef9)

2022-12-23 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 764b1db097 [fix](s3 outfile) Add the`use_path_style` parameter for s3 outfile (#15288) add 8515a03ef9 [fix](comp

[GitHub] [doris] yangzhg merged pull request #15277: [fix](compile) fix compile error caused by `mysql_scan_node.cpp` not being found when enabling `WITH_MYSQL`

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

[GitHub] [doris] yangzhg closed issue #15276: [Bug] compile error caused by `mysql_scan_node.cpp` not being found

2022-12-23 Thread GitBox
yangzhg closed issue #15276: [Bug] compile error caused by `mysql_scan_node.cpp` not being found URL: https://github.com/apache/doris/issues/15276 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #15308: [Improvement](meta) support rename hive and jdbc engine external table

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15308: URL: https://github.com/apache/doris/pull/15308#issuecomment-1363731688 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 #15308: [Improvement](meta) support rename hive and jdbc engine external table

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15308: URL: https://github.com/apache/doris/pull/15308#issuecomment-1363731707 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] meizizi-jy opened a new issue, #15319: [Bug]select from_unixtime() 导致 Decimal convert overflow

2022-12-23 Thread GitBox
meizizi-jy opened a new issue, #15319: URL: https://github.com/apache/doris/issues/15319 ### 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.3 ### What

[GitHub] [doris] hello-stephen commented on pull request #15311: [feature-wip](nereids) Implement using join

2022-12-23 Thread GitBox
hello-stephen commented on PR #15311: URL: https://github.com/apache/doris/pull/15311#issuecomment-1363737329 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.08 seconds load time: 683 seconds storage size: 17123273149 Bytes https://doris-co

[GitHub] [doris] yiguolei closed issue #15295: [Bug] be core dump caused by bitmap filter

2022-12-23 Thread GitBox
yiguolei closed issue #15295: [Bug] be core dump caused by bitmap filter URL: https://github.com/apache/doris/issues/15295 -- 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] yiguolei merged pull request #15296: [fix](bitmapfilter) fix core dump caused by bitmap filter

2022-12-23 Thread GitBox
yiguolei merged PR #15296: URL: https://github.com/apache/doris/pull/15296 -- 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 (8515a03ef9 -> 8a810cd554)

2022-12-23 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 8515a03ef9 [fix](compile) fix compile error caused by `mysql_scan_node.cpp` not being found when enabling `WITH_MYSQ

[GitHub] [doris] yiguolei merged pull request #15287: [improvement](test) add --conf option for run-regression-test.sh for custom config file

2022-12-23 Thread GitBox
yiguolei merged PR #15287: URL: https://github.com/apache/doris/pull/15287 -- 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](test) add --conf option for run-regression-test.sh for custom config file (#15287)

2022-12-23 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 1926239f09 [improvement](test) add --conf optio

[GitHub] [doris] yiguolei merged pull request #15314: [fix](union)the union node should not pass through children in some case

2022-12-23 Thread GitBox
yiguolei merged PR #15314: URL: https://github.com/apache/doris/pull/15314 -- 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 branch-1.1-lts updated: [fix](union)the union node should not pass through children in some case (#15314)

2022-12-23 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 6a7ccfdcca [fix](union)the unio

[GitHub] [doris] yiguolei merged pull request #15255: [fix](fe)fix bug of the bucket shuffle join is not recognized

2022-12-23 Thread GitBox
yiguolei merged PR #15255: URL: https://github.com/apache/doris/pull/15255 -- 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 (1926239f09 -> b935fd0e7d)

2022-12-23 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 1926239f09 [improvement](test) add --conf option for run-regression-test.sh for custom config file (#15287) add

[GitHub] [doris] yiguolei merged pull request #15226: [Fix](multi catalog)Fix VFileScanner file not found status bug.

2022-12-23 Thread GitBox
yiguolei merged PR #15226: URL: https://github.com/apache/doris/pull/15226 -- 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 (b935fd0e7d -> e336178ef8)

2022-12-23 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 b935fd0e7d [fix](fe)fix bug of the bucket shuffle join is not recognized (#15255) add e336178ef8 [Fix](multi ca

[GitHub] [doris] yiguolei merged pull request #15216: [fix](jdbc catalog) fix bugs of jdbc catalog and table valued function

2022-12-23 Thread GitBox
yiguolei merged PR #15216: URL: https://github.com/apache/doris/pull/15216 -- 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 (e336178ef8 -> e7a077a81f)

2022-12-23 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 e336178ef8 [Fix](multi catalog)Fix VFileScanner file not found status bug. #15226 add e7a077a81f [fix](jdbc cat

[GitHub] [doris] yiguolei merged pull request #15171: [typo](doc) update Paxos spell mistake

2022-12-23 Thread GitBox
yiguolei merged PR #15171: URL: https://github.com/apache/doris/pull/15171 -- 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: [typo](doc) update Paxos spell mistake (#15171)

2022-12-23 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 00fd5b1b1c [typo](doc) update Paxos spell mista

[GitHub] [doris] yiguolei merged pull request #15244: [DOCS](refactor) refine en docs

2022-12-23 Thread GitBox
yiguolei merged PR #15244: URL: https://github.com/apache/doris/pull/15244 -- 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 (00fd5b1b1c -> ef3da105c9)

2022-12-23 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 00fd5b1b1c [typo](doc) update Paxos spell mistake (#15171) add ef3da105c9 [DOCS](refactor) refine en docs (#1524

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-23 Thread GitBox
xinyiZzz commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1056152292 ## be/src/exec/olap_common.h: ## @@ -239,6 +244,28 @@ class ColumnValueRange { } } +void to_boundary_condition(std::vector& filters) { +for

[GitHub] [doris] github-actions[bot] commented on pull request #15259: [Pipeline] Fix PipScannerContext::can_finish return wrong status

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15259: URL: https://github.com/apache/doris/pull/15259#issuecomment-1363750913 clang-tidy review says "All clean, LGTM! :+1:" -- 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] [doris] github-actions[bot] commented on pull request #15298: [bugfix](from_unixtime) fix timezone not work for from_unixtime

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15298: URL: https://github.com/apache/doris/pull/15298#issuecomment-1363752264 clang-tidy review says "All clean, LGTM! :+1:" -- 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] [doris] hello-stephen commented on pull request #15312: [Bug](timediff) Fix wrong result for function `timediff`

2022-12-23 Thread GitBox
hello-stephen commented on PR #15312: URL: https://github.com/apache/doris/pull/15312#issuecomment-1363756827 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.03 seconds load time: 686 seconds storage size: 17123581408 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #15313: [refactor](non-vec)remove schema change related non-vec code

2022-12-23 Thread GitBox
hello-stephen commented on PR #15313: URL: https://github.com/apache/doris/pull/15313#issuecomment-1363758945 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.68 seconds load time: 634 seconds storage size: 17122384698 Bytes https://doris-co

[GitHub] [doris] freemandealer closed pull request #14080: [fix](log) fix and clarify error msg for tablet writer write failure (#14078)

2022-12-23 Thread GitBox
freemandealer closed pull request #14080: [fix](log) fix and clarify error msg for tablet writer write failure (#14078) URL: https://github.com/apache/doris/pull/14080 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [doris] github-actions[bot] commented on pull request #15259: [Pipeline] Fix PipScannerContext::can_finish return wrong status

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15259: URL: https://github.com/apache/doris/pull/15259#issuecomment-1363761728 clang-tidy review says "All clean, LGTM! :+1:" -- 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] [doris] github-actions[bot] commented on pull request #15260: [enhancement](checksum) use vectorized engine in checksum

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15260: URL: https://github.com/apache/doris/pull/15260#issuecomment-1363763551 clang-tidy review says "All clean, LGTM! :+1:" -- 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] [doris] github-actions[bot] commented on pull request #15158: docs: fix small error

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15158: URL: https://github.com/apache/doris/pull/15158#issuecomment-1363774016 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 #15312: [Bug](timediff) Fix wrong result for function `timediff`

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15312: URL: https://github.com/apache/doris/pull/15312#issuecomment-1363784950 clang-tidy review says "All clean, LGTM! :+1:" -- 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] [doris] zy-kkk commented on issue #15319: [Bug]select from_unixtime() 导致 Decimal convert overflow

2022-12-23 Thread GitBox
zy-kkk commented on issue #15319: URL: https://github.com/apache/doris/issues/15319#issuecomment-1363799209 可以升级一下1.1.5再试一下 -- 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] cambyzju opened a new issue, #15320: [Bug] load with wrong array type make be crash

2022-12-23 Thread GitBox
cambyzju opened a new issue, #15320: URL: https://github.com/apache/doris/issues/15320 ### 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 latest ### What'

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-23 Thread GitBox
xinyiZzz commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1056200555 ## be/src/vec/exprs/vectorized_fn_call.cpp: ## @@ -104,12 +104,38 @@ doris::Status VectorizedFnCall::execute(VExprContext* context, doris::vectorized size_t num_

[GitHub] [doris] yiguolei opened a new pull request, #15321: [profile](scanner) add per scanner running time profile

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

[GitHub] [doris] Kikyou1997 opened a new pull request, #15322: [fix](nereids) Fix bugs of group by constants

2022-12-23 Thread GitBox
Kikyou1997 opened a new pull request, #15322: URL: https://github.com/apache/doris/pull/15322 # Proposed changes Issue Number: close #xxx ## Problem summary ```sql select 2 from nation group by 1 ``` it should produce 2 would the table is not empty. Before th

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15321: [profile](scanner) add per scanner running time profile

2022-12-23 Thread GitBox
github-actions[bot] commented on code in PR #15321: URL: https://github.com/apache/doris/pull/15321#discussion_r1056204493 ## be/src/vec/exec/scan/vscanner.h: ## @@ -64,6 +64,10 @@ class VScanner { public: VScanNode* get_parent() { return _parent; } +int64_t get_time

[GitHub] [doris] BePPPower opened a new pull request, #15323: [fix](s3 load) fix that `FE` can not access s3 objected-storage

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

[GitHub] [doris] AshinGau commented on pull request #15323: [fix](s3 load) fix that `FE` can not access s3 objected-storage

2022-12-23 Thread GitBox
AshinGau commented on PR #15323: URL: https://github.com/apache/doris/pull/15323#issuecomment-1363819320 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] github-actions[bot] commented on pull request #14657: [enhancement](Nereids) cast expression to the type with parameters

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #14657: URL: https://github.com/apache/doris/pull/14657#issuecomment-1363822710 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] xinyiZzz commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-23 Thread GitBox
xinyiZzz commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1056218198 ## be/src/vec/exprs/vectorized_fn_call.cpp: ## @@ -104,12 +104,38 @@ doris::Status VectorizedFnCall::execute(VExprContext* context, doris::vectorized size_t num_

[GitHub] [doris] github-actions[bot] commented on pull request #15261: [feature](nereids) support bitAnd/ bitOr/ bitXor

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15261: URL: https://github.com/apache/doris/pull/15261#issuecomment-1363825161 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 #15261: [feature](nereids) support bitAnd/ bitOr/ bitXor

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15261: URL: https://github.com/apache/doris/pull/15261#issuecomment-1363825128 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] morrySnow merged pull request #14657: [enhancement](Nereids) cast expression to the type with parameters

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

[GitHub] [doris] wangshuo128 commented on a diff in pull request #15275: [Feature](Nereids) Support hll and count for materialized index.

2022-12-23 Thread GitBox
wangshuo128 commented on code in PR #15275: URL: https://github.com/apache/doris/pull/15275#discussion_r1056221716 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/mv/SelectMaterializedIndexWithAggregate.java: ## @@ -328,6 +330,13 @@ private SelectResult select(

[GitHub] [doris] github-actions[bot] commented on pull request #15313: [refactor](non-vec)remove schema change related non-vec code

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15313: URL: https://github.com/apache/doris/pull/15313#issuecomment-1363829412 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 #15313: [refactor](non-vec)remove schema change related non-vec code

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15313: URL: https://github.com/apache/doris/pull/15313#issuecomment-1363829385 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] yiguolei merged pull request #15313: [refactor](non-vec)remove schema change related non-vec code

2022-12-23 Thread GitBox
yiguolei merged PR #15313: URL: https://github.com/apache/doris/pull/15313 -- 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: [refactor](non-vec)remove schema change related non-vec code (#15313)

2022-12-23 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 06d0035c02 [refactor](non-vec)remove schema cha

[GitHub] [doris] wangshuo128 commented on a diff in pull request #15275: [Feature](Nereids) Support hll and count for materialized index.

2022-12-23 Thread GitBox
wangshuo128 commented on code in PR #15275: URL: https://github.com/apache/doris/pull/15275#discussion_r1056224544 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/mv/SelectMaterializedIndexWithAggregate.java: ## @@ -711,34 +746,62 @@ private static Expression rewrite(

[GitHub] [doris] zy-kkk opened a new pull request, #15324: [typo](docs)fix 404 err to Monitoring and alarming doc

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

[GitHub] [doris] morrySnow commented on a diff in pull request #15275: [Feature](Nereids) Support hll and count for materialized index.

2022-12-23 Thread GitBox
morrySnow commented on code in PR #15275: URL: https://github.com/apache/doris/pull/15275#discussion_r1056226751 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/Ndv.java: ## @@ -0,0 +1,121 @@ +// Licensed to the Apache Software Foundation (AS

[GitHub] [doris] morrySnow merged pull request #15261: [feature](nereids) support bitAnd/ bitOr/ bitXor

2022-12-23 Thread GitBox
morrySnow merged PR #15261: URL: https://github.com/apache/doris/pull/15261 -- 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 (06d0035c02 -> 2f089be37e)

2022-12-23 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 06d0035c02 [refactor](non-vec)remove schema change related non-vec code (#15313) add 2f089be37e [feature](nere

[GitHub] [doris] github-actions[bot] commented on pull request #15252: [feature](Nereids): support digital_masking function

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15252: URL: https://github.com/apache/doris/pull/15252#issuecomment-1363837554 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 #15252: [feature](Nereids): support digital_masking function

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15252: URL: https://github.com/apache/doris/pull/15252#issuecomment-1363837582 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 #15275: [Feature](Nereids) Support hll and count for materialized index.

2022-12-23 Thread GitBox
wangshuo128 commented on code in PR #15275: URL: https://github.com/apache/doris/pull/15275#discussion_r1056238303 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/Ndv.java: ## @@ -0,0 +1,121 @@ +// Licensed to the Apache Software Foundation (

[GitHub] [doris] github-actions[bot] commented on pull request #15324: [typo](docs)fix 404 err to Monitoring and alarming doc

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15324: URL: https://github.com/apache/doris/pull/15324#issuecomment-1363843224 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 #15324: [typo](docs)fix 404 err to Monitoring and alarming doc

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15324: URL: https://github.com/apache/doris/pull/15324#issuecomment-1363843254 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] morrySnow merged pull request #15252: [feature](Nereids): support digital_masking function

2022-12-23 Thread GitBox
morrySnow merged PR #15252: URL: https://github.com/apache/doris/pull/15252 -- 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: [feature](Nereids) support digital_masking function (#15252)

2022-12-23 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 bfaaa2bd7c [feature](Nereids) support digital_

[GitHub] [doris] nextdreamblue commented on pull request #15304: [fix](jdbc-catalog) fix close connection when use jdbc.db which table…

2022-12-23 Thread GitBox
nextdreamblue commented on PR #15304: URL: https://github.com/apache/doris/pull/15304#issuecomment-1363853586 fixed by https://github.com/apache/doris/pull/15216 -- 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] [doris] nextdreamblue closed pull request #15304: [fix](jdbc-catalog) fix close connection when use jdbc.db which table…

2022-12-23 Thread GitBox
nextdreamblue closed pull request #15304: [fix](jdbc-catalog) fix close connection when use jdbc.db which table… URL: https://github.com/apache/doris/pull/15304 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] github-actions[bot] commented on pull request #15298: [bugfix](from_unixtime) fix timezone not work for from_unixtime

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15298: URL: https://github.com/apache/doris/pull/15298#issuecomment-1363854557 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] yangzhg closed issue #15284: [Bug] time_zone not work for function `from_unixtime`

2022-12-23 Thread GitBox
yangzhg closed issue #15284: [Bug] time_zone not work for function `from_unixtime` URL: https://github.com/apache/doris/issues/15284 -- 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

[GitHub] [doris] yangzhg merged pull request #15298: [bugfix](from_unixtime) fix timezone not work for from_unixtime

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

[doris] branch master updated: [bugfix](from_unixtime) fix timezone not work for from_unixtime (#15298)

2022-12-23 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a98636a970 [bugfix](from_unixtime) fix timezone

[GitHub] [doris] cambyzju opened a new pull request, #15325: [fix](array-type) forbid implicit cast of array type while load

2022-12-23 Thread GitBox
cambyzju opened a new pull request, #15325: URL: https://github.com/apache/doris/pull/15325 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/15320 ## Problem summary Array type now do not support cast from ARRAY to ARRAY, so we need to forbid

[GitHub] [doris] starocean999 opened a new pull request, #15326: [fix](nereids)fix some nereids bugs

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

[GitHub] [doris] github-actions[bot] commented on pull request #15323: [fix](s3 load) fix that `FE` can not access s3 objected-storage

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15323: URL: https://github.com/apache/doris/pull/15323#issuecomment-1363874232 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 #15323: [fix](s3 load) fix that `FE` can not access s3 objected-storage

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15323: URL: https://github.com/apache/doris/pull/15323#issuecomment-1363874251 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 #15299: [fix](iceberg-v2) fix fe iceberg split, add regression case

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15299: URL: https://github.com/apache/doris/pull/15299#issuecomment-1363874623 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 #15299: [fix](iceberg-v2) fix fe iceberg split, add regression case

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15299: URL: https://github.com/apache/doris/pull/15299#issuecomment-1363874598 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 #15316: [bug](decimalv3) Fix wrong decimal scale for arithmetic expr

2022-12-23 Thread GitBox
hello-stephen commented on PR #15316: URL: https://github.com/apache/doris/pull/15316#issuecomment-1363875597 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.26 seconds load time: 632 seconds storage size: 17123750883 Bytes https://doris-co

[GitHub] [doris] morningman merged pull request #15299: [fix](iceberg-v2) fix fe iceberg split, add regression case

2022-12-23 Thread GitBox
morningman merged PR #15299: URL: https://github.com/apache/doris/pull/15299 -- 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: [fix](iceberg-v2) fix fe iceberg split, add regression case (#15299)

2022-12-23 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 ede68e075d [fix](iceberg-v2) fix fe iceberg s

[GitHub] [doris] jackwener merged pull request #15290: [fix](Nereids): convert empty inner join to cross join

2022-12-23 Thread GitBox
jackwener merged PR #15290: URL: https://github.com/apache/doris/pull/15290 -- 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 (ede68e075d -> 19cc65cc24)

2022-12-23 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 ede68e075d [fix](iceberg-v2) fix fe iceberg split, add regression case (#15299) add 19cc65cc24 [fix](Nereids): f

[GitHub] [doris] xiaopoyu opened a new issue, #15327: [Bug] mysql external table, select be crash

2022-12-23 Thread GitBox
xiaopoyu opened a new issue, #15327: URL: https://github.com/apache/doris/issues/15327 ### 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 doris 1.2.0 mysql 8.

[GitHub] [doris] zhengshiJ opened a new pull request, #15328: [Fix](Nereids)fix scalarFunction and groupingSets

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

[GitHub] [doris] BePPPower opened a new pull request, #15329: [fix](s3 outfile) Add the `use_path_style` parameter for s3 outfile

2022-12-23 Thread GitBox
BePPPower opened a new pull request, #15329: URL: https://github.com/apache/doris/pull/15329 # Proposed changes Issue Number: close #xxx Currently, outfile did not support `use_path_style` parameter and use `virtual-host style` by default, however some Object-storage may only s

[GitHub] [doris] github-actions[bot] commented on pull request #15121: [feature](Nereids) support table generating function

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15121: URL: https://github.com/apache/doris/pull/15121#issuecomment-1363894711 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 #15121: [feature](Nereids) support table generating function

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15121: URL: https://github.com/apache/doris/pull/15121#issuecomment-1363894744 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 #15325: [fix](array-type) forbid implicit cast of array type while load

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15325: URL: https://github.com/apache/doris/pull/15325#issuecomment-1363902341 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 #15325: [fix](array-type) forbid implicit cast of array type while load

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15325: URL: https://github.com/apache/doris/pull/15325#issuecomment-1363902311 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] morrySnow closed issue #14912: [Feature] (Nereids) lateral view

2022-12-23 Thread GitBox
morrySnow closed issue #14912: [Feature] (Nereids) lateral view URL: https://github.com/apache/doris/issues/14912 -- 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] morrySnow merged pull request #15121: [feature](Nereids) support table generating function

2022-12-23 Thread GitBox
morrySnow merged PR #15121: URL: https://github.com/apache/doris/pull/15121 -- 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 (19cc65cc24 -> 8c0de789e4)

2022-12-23 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 19cc65cc24 [fix](Nereids): fix bug of converting to NLJ. (#15290) add 8c0de789e4 [feature](Nereids) support tab

[GitHub] [doris] HappenLee opened a new pull request, #15330: [pipeline](opt) opt the exec performance of pipe exec engine

2022-12-23 Thread GitBox
HappenLee opened a new pull request, #15330: URL: https://github.com/apache/doris/pull/15330 # Proposed changes Before ``` mysql> select count() from ( select l_orderkey from lineitem where l_linenumber % 3 = 0 except select l_orderkey from lineitem where

[GitHub] [doris] github-actions[bot] commented on pull request #15330: [pipeline](opt) opt the exec performance of pipe exec engine

2022-12-23 Thread GitBox
github-actions[bot] commented on PR #15330: URL: https://github.com/apache/doris/pull/15330#issuecomment-1363922676 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

  1   2   >