[GitHub] [doris] yiguolei merged pull request #12058: [fix](scan) use serial scan thread token only for scan node

2022-08-24 Thread GitBox
yiguolei merged PR #12058: URL: https://github.com/apache/doris/pull/12058 -- 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: [fix](scan) use serial scan thread token only for scan node (#12058)

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 003fdf2b36 [fix](scan) use serial scan thread t

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11964: [feature](nerieds)Support partition prune

2022-08-24 Thread GitBox
Kikyou1997 commented on code in PR #11964: URL: https://github.com/apache/doris/pull/11964#discussion_r954556806 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PruneOlapScanPartition.java: ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Found

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11964: [feature](nerieds)Support partition prune

2022-08-24 Thread GitBox
Kikyou1997 commented on code in PR #11964: URL: https://github.com/apache/doris/pull/11964#discussion_r954555287 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PruneOlapScanPartition.java: ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Found

[doris-website] branch master updated: add window funnel

2022-08-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 6268efabab7 add window funnel 6268e

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #12062: [Bugfix](load) fix be will coredump when parsing malformed json file using simdjson

2022-08-24 Thread GitBox
carlvinhust2012 commented on code in PR #12062: URL: https://github.com/apache/doris/pull/12062#discussion_r954543611 ## regression-test/suites/load_p0/stream_load/test_json_load.groovy: ## @@ -63,6 +63,33 @@ suite("test_json_load", "p0") { assertTrue(result2[0].size()

[GitHub] [doris] zhangy5 closed issue #11432: [Bug] [daily]backup job failed

2022-08-24 Thread GitBox
zhangy5 closed issue #11432: [Bug] [daily]backup job failed URL: https://github.com/apache/doris/issues/11432 -- 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-

[GitHub] [doris] github-actions[bot] commented on pull request #12064: [typo](doc)Window funnel fix

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12064: URL: https://github.com/apache/doris/pull/12064#issuecomment-1226824212 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] zhangy5 closed issue #11427: [Bug] [daily]select hll with materialized view, be core

2022-08-24 Thread GitBox
zhangy5 closed issue #11427: [Bug] [daily]select hll with materialized view, be core URL: https://github.com/apache/doris/issues/11427 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [doris] github-actions[bot] commented on pull request #12064: [typo](doc)Window funnel fix

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12064: URL: https://github.com/apache/doris/pull/12064#issuecomment-1226824192 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 commented on a diff in pull request #11964: [feature](nerieds)Support partition prune

2022-08-24 Thread GitBox
morrySnow commented on code in PR #11964: URL: https://github.com/apache/doris/pull/11964#discussion_r954541687 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/SwapFilterAndProject.java: ## @@ -0,0 +1,58 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [doris] carlvinhust2012 opened a new issue, #12065: [Bug] the compaction failed cause the BE occasional start failed

2022-08-24 Thread GitBox
carlvinhust2012 opened a new issue, #12065: URL: https://github.com/apache/doris/issues/12065 ### 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 the ma

[GitHub] [doris] Kikyou1997 commented on pull request #11842: [DMG](Draft) Column prune

2022-08-24 Thread GitBox
Kikyou1997 commented on PR #11842: URL: https://github.com/apache/doris/pull/11842#issuecomment-1226821349 @morrySnow -- 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] hf200012 opened a new pull request, #12064: [typo](doc)Window funnel fix

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

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #12045: [fix](array-type) fix the be core dump when use collect_list result t…

2022-08-24 Thread GitBox
carlvinhust2012 commented on code in PR #12045: URL: https://github.com/apache/doris/pull/12045#discussion_r954521891 ## be/src/vec/columns/column_array.cpp: ## @@ -235,7 +235,13 @@ void ColumnArray::insert_from(const IColumn& src_, size_t n) { size_t size = src.size_at(n)

[doris] branch master updated (620d33a763 -> 9d165797c5)

2022-08-24 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 620d33a763 [Enchancement](optimize) set result_size_hint to filter_block (#11972) add 9d165797c5 [ci](shellchec

[GitHub] [doris] yiguolei merged pull request #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
yiguolei merged PR #12039: URL: https://github.com/apache/doris/pull/12039 -- 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 (b505d6cf66 -> 620d33a763)

2022-08-24 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 b505d6cf66 [improvement](doc test) add docs for window_funnel and refine tests (#12059) add 620d33a763 [Enchanc

[GitHub] [doris] yiguolei merged pull request #11972: [Enchancement](optimize) set result_size_hint to filter_block

2022-08-24 Thread GitBox
yiguolei merged PR #11972: URL: https://github.com/apache/doris/pull/11972 -- 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] Kikyou1997 commented on a diff in pull request #11964: [feature](nerieds)Support partition prune

2022-08-24 Thread GitBox
Kikyou1997 commented on code in PR #11964: URL: https://github.com/apache/doris/pull/11964#discussion_r954472435 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/SwapFilterAndProject.java: ## @@ -0,0 +1,58 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris-spark-connector] myfjdthink opened a new issue, #49: [Bug] The where condition push-down overrides the doris.filter.query filter condition

2022-08-24 Thread GitBox
myfjdthink opened a new issue, #49: URL: https://github.com/apache/doris-spark-connector/issues/49 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1

[GitHub] [doris] YangShaw commented on pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
YangShaw commented on PR #12046: URL: https://github.com/apache/doris/pull/12046#issuecomment-1226731541 > I think this patch should be a feature rather than an enhancement. :) Ok, I will edit -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] YangShaw commented on pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
YangShaw commented on PR #12046: URL: https://github.com/apache/doris/pull/12046#issuecomment-1226731029 > -- 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 unsub

[GitHub] [doris] YangShaw closed pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
YangShaw closed pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo URL: https://github.com/apache/doris/pull/12046 -- 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] YangShaw commented on a diff in pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
YangShaw commented on code in PR #12046: URL: https://github.com/apache/doris/pull/12046#discussion_r954468717 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/InPredicateToEqualToRule.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Softwa

[doris] branch master updated (4017f64994 -> b505d6cf66)

2022-08-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4017f64994 [feature](Nereids) support non-equal predicates in Join (#11812) add b505d6cf66 [improvement](do

[GitHub] [doris] hf200012 merged pull request #12059: [improvement](doc test) add docs for window_funnel and refine tests

2022-08-24 Thread GitBox
hf200012 merged PR #12059: URL: https://github.com/apache/doris/pull/12059 -- 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-spark-connector] myfjdthink closed issue #39: [Bug] spark doris connector read table error: Doris FE's response cannot map to schema.

2022-08-24 Thread GitBox
myfjdthink closed issue #39: [Bug] spark doris connector read table error: Doris FE's response cannot map to schema. URL: https://github.com/apache/doris-spark-connector/issues/39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [doris] doglex opened a new issue, #12063: [Bug] FE的JDBC有问题

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

[GitHub] [doris] yangzhg opened a new pull request, #12062: [Bugfix](load) fix be will coredump when parsing malformed json file using simdjson

2022-08-24 Thread GitBox
yangzhg opened a new pull request, #12062: URL: https://github.com/apache/doris/pull/12062 # Proposed changes Issue Number: close #12061 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] github-actions[bot] commented on pull request #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12039: URL: https://github.com/apache/doris/pull/12039#issuecomment-1226722383 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 #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12039: URL: https://github.com/apache/doris/pull/12039#issuecomment-1226722357 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 opened a new issue, #12061: [Bug] be will coredump when parsing malformed json file using simdjson

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

[GitHub] [doris] morrySnow merged pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
morrySnow merged PR #11812: URL: https://github.com/apache/doris/pull/11812 -- 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 (73a3471fbd -> 4017f64994)

2022-08-24 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 73a3471fbd [minor](conjuncts) remove row-based conjuncts from vectorized engine (#12053) add 4017f64994 [featu

[GitHub] [doris] yixiutt opened a new pull request, #12060: [feature-wip](unique-key-merge-on-write) add pk_uk correctness check …

2022-08-24 Thread GitBox
yixiutt opened a new pull request, #12060: URL: https://github.com/apache/doris/pull/12060 …case # 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 #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11812: URL: https://github.com/apache/doris/pull/11812#issuecomment-1226716819 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 #12059: [improvement](doc test) add docs for window_funnel and refine tests

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12059: URL: https://github.com/apache/doris/pull/12059#issuecomment-1226716163 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 #12059: [improvement](doc test) add docs for window_funnel and refine tests

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12059: URL: https://github.com/apache/doris/pull/12059#issuecomment-1226716136 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] Kikyou1997 commented on a diff in pull request #11964: [feature](nerieds)Support partition prune

2022-08-24 Thread GitBox
Kikyou1997 commented on code in PR #11964: URL: https://github.com/apache/doris/pull/11964#discussion_r954451674 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PruneOlapScanPartition.java: ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Found

[GitHub] [doris] adonis0147 commented on a diff in pull request #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
adonis0147 commented on code in PR #12039: URL: https://github.com/apache/doris/pull/12039#discussion_r954443858 ## tools/ssb-tools/bin/build-ssb-dbgen.sh: ## @@ -27,34 +27,34 @@ set -eo pipefail ROOT=$(dirname "$0") ROOT=$( -cd "$ROOT" +cd "${ROOT}" pwd ) -C

[doris] branch dev-1.1.2 updated: [fix](memtracker) Improve performance of tracking real physical memory of PodArray #12021 (#12055)

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new ff3b091964 [fix](memtracker) Improve perf

[GitHub] [doris] yiguolei merged pull request #12055: [dev-1.1.2](cherry-pick ) Improve performance of tracking real physical memory of PodArray

2022-08-24 Thread GitBox
yiguolei merged PR #12055: URL: https://github.com/apache/doris/pull/12055 -- 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 (6e6de1853c -> 73a3471fbd)

2022-08-24 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 6e6de1853c [Bug](ctas): Ctas use default DEFAULT CURRENT_TIMESTAMP insert error (#12056) add 73a3471fbd [minor]

[GitHub] [doris] yiguolei merged pull request #12053: [minor](conjuncts) remove row-based conjuncts from vectorized engine

2022-08-24 Thread GitBox
yiguolei merged PR #12053: URL: https://github.com/apache/doris/pull/12053 -- 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] dinggege1024 commented on issue #11706: Good First Issue

2022-08-24 Thread GitBox
dinggege1024 commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1226679474 [WeOpen Star] I would like to help [Feature] The poseexplode function support like hive. #11331 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [doris] hf200012 commented on pull request #12059: [improvement](doc test) add docs for window_funnel and refine tests

2022-08-24 Thread GitBox
hf200012 commented on PR #12059: URL: https://github.com/apache/doris/pull/12059#issuecomment-1226674702 You need to add the link to this file in docs/sidebar.json, find this "label": "Analytic(Window) Functions", and add your file name and path in this -- This is an automated message fro

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12059: [improvement](doc test) add docs for window_funnel and refine tests

2022-08-24 Thread GitBox
Gabriel39 commented on code in PR #12059: URL: https://github.com/apache/doris/pull/12059#discussion_r954425879 ## docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md: ## @@ -0,0 +1,62 @@ +--- +{ +"title": "WINDOW-FUNCTION-WINDOW_FUNNEL",

[GitHub] [doris] stalary commented on a diff in pull request #12059: [improvement](doc test) add docs for window_funnel and refine tests

2022-08-24 Thread GitBox
stalary commented on code in PR #12059: URL: https://github.com/apache/doris/pull/12059#discussion_r954422059 ## regression-test/suites/query_p0/sql_functions/window_functions/window_funnel.sql: ## @@ -0,0 +1,92 @@ +DROP TABLE IF EXISTS windowfunnel_test; + +CREATE TABLE windowf

[GitHub] [doris] stalary commented on issue #12035: [Bug] Stream/Broker Load value is wrong, 0.000999999999 becomes 0.001

2022-08-24 Thread GitBox
stalary commented on issue #12035: URL: https://github.com/apache/doris/issues/12035#issuecomment-1226660529 You should use Decimal to ensure accuracy. -- 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 g

[doris] branch dev-1.1.2 updated: [dev-1.1.2](cherry-pick) Fix ctas default timestamp insert error #12057

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new e5379f76ca [dev-1.1.2](cherry-pick) Fix c

[GitHub] [doris] yiguolei merged pull request #12057: [dev-1.1.2](cherry-pick) Fix ctas default timestamp insert error

2022-08-24 Thread GitBox
yiguolei merged PR #12057: URL: https://github.com/apache/doris/pull/12057 -- 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: [Bug](ctas): Ctas use default DEFAULT CURRENT_TIMESTAMP insert error (#12056)

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 6e6de1853c [Bug](ctas): Ctas use default DEFAUL

[GitHub] [doris] yiguolei merged pull request #12056: [Bug](ctas): Ctas use default DEFAULT CURRENT_TIMESTAMP insert error

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

[GitHub] [doris] yiguolei closed issue #12050: [Bug] (ctas) Ctas due to be crash when select contains default timestamp

2022-08-24 Thread GitBox
yiguolei closed issue #12050: [Bug] (ctas) Ctas due to be crash when select contains default timestamp URL: https://github.com/apache/doris/issues/12050 -- 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

[GitHub] [doris] sristis0202 commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-08-24 Thread GitBox
sristis0202 commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1226057214 I am interested, please add! -- 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 s

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r954038455 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/ExpressionRuleExecutor.java: ## @@ -57,6 +58,16 @@ public Expression rewrite(Expression ro

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r954030929 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/batch/RewriteJob.java: ## @@ -40,13 +41,14 @@ public class RewriteJob extends BatchRulesJob { public Rewr

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r954030547 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/FindHashConditionForJoin.java: ## @@ -0,0 +1,69 @@ +// Licensed to the Apache Software Founda

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r954022365 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/batch/RewriteJob.java: ## @@ -40,13 +41,14 @@ public class RewriteJob extends BatchRulesJob { public Rewr

[GitHub] [doris] github-actions[bot] commented on pull request #12047: [fix](docs) Fix configs default value in docs

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12047: URL: https://github.com/apache/doris/pull/12047#issuecomment-1225949392 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 #12054: [typo](doc) fix some typo in docs

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12054: URL: https://github.com/apache/doris/pull/12054#issuecomment-1225946222 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] adonis0147 commented on pull request #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
adonis0147 commented on PR #12039: URL: https://github.com/apache/doris/pull/12039#issuecomment-1225917490 Hi @hello-stephen , please rebase the code to re-trigger the P0 test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [doris] dataroaring opened a new pull request, #12059: [improvement](doc,test) add docs for window_funnel and refine tests

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

[GitHub] [doris] morningman opened a new pull request, #12058: [fix](scan) use serial scan thread token only for scan node

2022-08-24 Thread GitBox
morningman opened a new pull request, #12058: URL: https://github.com/apache/doris/pull/12058 # Proposed changes Issue Number: close #xxx ## Problem summary Only the scan node's limit is less than 1024, we can use serial thread token to submit scanners. ## Checkli

[GitHub] [doris] github-actions[bot] commented on pull request #12056: [Bug](ctas): Ctas use default DEFAULT CURRENT_TIMESTAMP insert error

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12056: URL: https://github.com/apache/doris/pull/12056#issuecomment-1225842388 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 #12056: [Bug](ctas): Ctas use default DEFAULT CURRENT_TIMESTAMP insert error

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12056: URL: https://github.com/apache/doris/pull/12056#issuecomment-1225842350 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] stalary opened a new pull request, #12057: [dev-1.1.2](cherry-pick ) Fix ctas default timestamp insert error

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

[doris] branch master updated: [Fix] fix `cast(array as array<>)` causes be core dump (#11649)

2022-08-24 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 0a450d96a5 [Fix] fix `cast(array as array<>)` cau

[GitHub] [doris] xy720 closed issue #11639: [Bug] fix cast(array as array) causes be core dump

2022-08-24 Thread GitBox
xy720 closed issue #11639: [Bug] fix cast(array as array) causes be core dump URL: https://github.com/apache/doris/issues/11639 -- 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] xy720 merged pull request #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-24 Thread GitBox
xy720 merged PR #11649: URL: https://github.com/apache/doris/pull/11649 -- 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.apache

[GitHub] [doris] stalary opened a new pull request, #12056: [Bug](ctas): Ctas use default DEFAULT CURRENT_TIMESTAMP insert error

2022-08-24 Thread GitBox
stalary opened a new pull request, #12056: URL: https://github.com/apache/doris/pull/12056 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/12050 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] morrySnow commented on a diff in pull request #11964: [feature](nerieds)Support partition prune

2022-08-24 Thread GitBox
morrySnow commented on code in PR #11964: URL: https://github.com/apache/doris/pull/11964#discussion_r953872284 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PruneOlapScanPartition.java: ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Founda

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

2022-08-24 Thread GitBox
wolfboys commented on PR #12023: URL: https://github.com/apache/doris/pull/12023#issuecomment-1225805112 > Hi @wolfboys , you can run `bash build-support/shell-check.sh` on your machine to help you fix the issues. ok, thx, I'll try -- This is an automated message from the Apache Gi

[GitHub] [doris] wangshuo128 commented on pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
wangshuo128 commented on PR #12046: URL: https://github.com/apache/doris/pull/12046#issuecomment-1225783309 I think this patch should be a feature rather than an enhancement. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] wangshuo128 commented on a diff in pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
wangshuo128 commented on code in PR #12046: URL: https://github.com/apache/doris/pull/12046#discussion_r953853421 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/InPredicateToEqualToRule.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Sof

[GitHub] [doris] wangshuo128 commented on a diff in pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
wangshuo128 commented on code in PR #12046: URL: https://github.com/apache/doris/pull/12046#discussion_r953853421 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/InPredicateToEqualToRule.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Sof

[GitHub] [doris] xinyiZzz opened a new pull request, #12055: [dev-1.1.2](cherry-pick ) Improve performance of tracking real physical memory of PodArray

2022-08-24 Thread GitBox
xinyiZzz opened a new pull request, #12055: URL: https://github.com/apache/doris/pull/12055 # Proposed changes Issue Number: close #11426 ## Problem summary #12019 ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [

[GitHub] [doris] adonis0147 commented on pull request #12023: [improvement] start|stop script files improvements

2022-08-24 Thread GitBox
adonis0147 commented on PR #12023: URL: https://github.com/apache/doris/pull/12023#issuecomment-1225746785 Hi @wolfboys , you can run `bash build-support/shell-check.sh` on your machine to help you fix the issues. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [doris] github-actions[bot] commented on pull request #11959: [feature](remote)Add cache files cleaner for remote olap files

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11959: URL: https://github.com/apache/doris/pull/11959#issuecomment-1225744523 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 #11959: [feature](remote)Add cache files cleaner for remote olap files

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11959: URL: https://github.com/apache/doris/pull/11959#issuecomment-1225744572 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] bin41215 opened a new pull request, #12054: [typo](doc) fix some typo in docs

2022-08-24 Thread GitBox
bin41215 opened a new pull request, #12054: URL: https://github.com/apache/doris/pull/12054 # Proposed changes fix some typo in docs ## Problem summary fix some typo in docs ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[doris] branch dev-1.1.2 updated: [fix](union)the result exprs of union node should substitute by child node's smap (#12051)

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 501eeac997 [fix](union)the result exprs o

[GitHub] [doris] yiguolei merged pull request #12051: [fix](union)the result exprs of union node should substitute by child node's smap

2022-08-24 Thread GitBox
yiguolei merged PR #12051: URL: https://github.com/apache/doris/pull/12051 -- 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: [feature-wip](unique-key-merge-on-write) add regression case (#11731)

2022-08-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ec6400f0dc [feature-wip](unique-key-merge-on-

[GitHub] [doris] morningman merged pull request #11731: [feature-wip](unique-key-merge-on-write) add regression case

2022-08-24 Thread GitBox
morningman merged PR #11731: URL: https://github.com/apache/doris/pull/11731 -- 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] YangShaw commented on a diff in pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
YangShaw commented on code in PR #12046: URL: https://github.com/apache/doris/pull/12046#discussion_r953797879 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/InPredicateToEqualToRule.java: ## @@ -0,0 +1,46 @@ +// Licensed to the Apache Softwa

[GitHub] [doris] github-actions[bot] commented on pull request #11972: [Enchancement](optimize) set result_size_hint to filter_block

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11972: URL: https://github.com/apache/doris/pull/11972#issuecomment-1225712975 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 #11972: [Enchancement](optimize) set result_size_hint to filter_block

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11972: URL: https://github.com/apache/doris/pull/11972#issuecomment-1225713013 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] Gabriel39 opened a new pull request, #12053: [minor](conjuncts) remove row-based conjuncts from vectorized engine

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

[GitHub] [doris] jackwener commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
jackwener commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r953768056 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/ExpressionRuleExecutor.java: ## @@ -57,6 +58,16 @@ public Expression rewrite(Expression r

[GitHub] [doris] jackwener commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
jackwener commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r953761933 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/batch/RewriteJob.java: ## @@ -40,13 +41,14 @@ public class RewriteJob extends BatchRulesJob { public Rew

[GitHub] [doris] github-actions[bot] commented on pull request #12052: [feature-wip](unique-key-merge-on-write) support alter table column for MoW

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12052: URL: https://github.com/apache/doris/pull/12052#issuecomment-1225676515 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] complone commented on issue #11405: [Feature] Support Sample function

2022-08-24 Thread GitBox
complone commented on issue #11405: URL: https://github.com/apache/doris/issues/11405#issuecomment-1225660147 Looks interesting, maybe the relevant definition of the function can be found in impla? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [doris] wsjz commented on a diff in pull request #11970: [feature-wip](parquet-reader) parquert scanner can read data

2022-08-24 Thread GitBox
wsjz commented on code in PR #11970: URL: https://github.com/apache/doris/pull/11970#discussion_r953728873 ## be/src/vec/exec/file_hdfs_scanner.cpp: ## @@ -28,6 +28,10 @@ ParquetFileHdfsScanner::ParquetFileHdfsScanner(RuntimeState* state, RuntimeProfi

[GitHub] [doris] zhannngchen opened a new pull request, #12052: [feature](unique-key-merge-on-write) support alter table column for MoW

2022-08-24 Thread GitBox
zhannngchen opened a new pull request, #12052: URL: https://github.com/apache/doris/pull/12052 # 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 #12006: [Bug](function) fix aggFnParams set not correct

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12006: URL: https://github.com/apache/doris/pull/12006#issuecomment-1225627871 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 #12006: [Bug](function) fix aggFnParams set not correct

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

[GitHub] [doris] starocean999 opened a new pull request, #12051: [fix](union)the result exprs of union node should substitute by child node's smap

2022-08-24 Thread GitBox
starocean999 opened a new pull request, #12051: URL: https://github.com/apache/doris/pull/12051 # Proposed changes Issue Number: close #xxx ## Problem summary see https://github.com/apache/doris/pull/11933 ## Checklist(Required) 1. Does it affect the

[doris] branch master updated: [fix](union)the result exprs of union node should substitute by child node's smap (#11933)

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 5219d2aab0 [fix](union)the result exprs of unio

  1   2   >