[GitHub] [doris] luozenglin opened a new pull request, #13813: [cherry-pick](profile) Change some profile warning log to debug log (…

2022-10-30 Thread GitBox
luozenglin opened a new pull request, #13813: URL: https://github.com/apache/doris/pull/13813 …#13539) # Proposed changes Issue Number: close #xxx cherry-pick: #13539 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it a

[GitHub] [doris] luozenglin opened a new pull request, #13812: [cherry-pick](join) fix incorrect result when using anti join with other join predicates

2022-10-30 Thread GitBox
luozenglin opened a new pull request, #13812: URL: https://github.com/apache/doris/pull/13812 # Proposed changes Issue Number: close #xxx cherry-pick: #13743 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the or

[GitHub] [doris] dataroaring commented on a diff in pull request #13359: [feature](vertical_compaction) support vertical compaction

2022-10-30 Thread GitBox
dataroaring commented on code in PR #13359: URL: https://github.com/apache/doris/pull/13359#discussion_r1009070950 ## be/src/olap/compaction.cpp: ## @@ -112,14 +113,50 @@ Status Compaction::quick_rowsets_compact() { Status Compaction::do_compaction(int64_t permits) { TRA

[GitHub] [doris] hello-stephen commented on pull request #13798: [fix](regression) Fix concurrent regression failure

2022-10-30 Thread GitBox
hello-stephen commented on PR #13798: URL: https://github.com/apache/doris/pull/13798#issuecomment-1296604296 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.29 seconds load time: 571 seconds storage size: 17154821269 Bytes https://doris-co

[GitHub] [doris] englefly commented on pull request #13776: [fix](nereids) map literal to double in FilterSelectivityCalculator

2022-10-30 Thread GitBox
englefly commented on PR #13776: URL: https://github.com/apache/doris/pull/13776#issuecomment-1296602748 > Literal.getDouble() should supply a default value without throw exception. > > for example: > > ```java > public double getDouble() { > try { > return

[GitHub] [doris] englefly commented on pull request #13776: [fix](nereids) map literal to double in FilterSelectivityCalculator

2022-10-30 Thread GitBox
englefly commented on PR #13776: URL: https://github.com/apache/doris/pull/13776#issuecomment-1296602288 > ```java > parseDouble > ``` Good idea. -- 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] liujinhui1994 opened a new issue, #13811: [Enhancement] [spark load] Supports multi-level partitioning for data acquisition

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

[GitHub] [doris] yiguolei opened a new pull request, #13810: [chore](delta writer) remove used write method

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

[GitHub] [doris] liujinhui1994 opened a new issue, #13809: [Enhancement] [spark load] Support for time formats is configurable

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

[GitHub] [doris] jacktengg opened a new pull request, #13808: [fix](analytic) fix coredump cause by empty analytic parameter types

2022-10-30 Thread GitBox
jacktengg opened a new pull request, #13808: URL: https://github.com/apache/doris/pull/13808 when upgrading BE from 1.1-lts to 1.2 This is relarted to #10650 and #11745 # Proposed changes Issue Number: close #13807 ## Problem summary Describe your changes.

[GitHub] [doris] jacktengg opened a new issue, #13807: [Bug] [upgrade] vanalytic, be coredump after upgrading from 1.1-lts to 1.2

2022-10-30 Thread GitBox
jacktengg opened a new issue, #13807: URL: https://github.com/apache/doris/issues/13807 ### 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] liujinhui1994 opened a new issue, #13806: [Enhancement] [spark load] Support for hadoop high availability

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

[GitHub] [doris] yiguolei commented on pull request #13697: [branch-1.1-lts](cherry-pick) Fix brpc causing query mem tracker to be inaccurate and deadlock

2022-10-30 Thread GitBox
yiguolei commented on PR #13697: URL: https://github.com/apache/doris/pull/13697#issuecomment-1296594886 Pls not merge it. I will merge it until it is stable on master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] ChPi commented on pull request #13775: [fix](Vectorized)fix json_object and json_array function return wrong result on vectorized engine

2022-10-30 Thread GitBox
ChPi commented on PR #13775: URL: https://github.com/apache/doris/pull/13775#issuecomment-1296589360 the p0 check would be failed before using `reset`, and add this reset code (1f69f94), it is successful. but test by myself on previous version(master and 1.1) without this reset code

[doris] branch branch-1.1-lts updated (6e92aa34ca -> 23d11c77f9)

2022-10-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 6e92aa34ca [fix](plan)result exprs should be substituted in the same way as agg exprs (#13757) add 23d1

[GitHub] [doris] yiguolei merged pull request #13797: [improvement]do not acquire mutex in metric hook (#10941)

2022-10-30 Thread GitBox
yiguolei merged PR #13797: URL: https://github.com/apache/doris/pull/13797 -- 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] ChPi commented on pull request #13801: [Bug](Vectorized) rapidjson should reset writer when output json

2022-10-30 Thread GitBox
ChPi commented on PR #13801: URL: https://github.com/apache/doris/pull/13801#issuecomment-1296587232 > Does it need to push to master branch? it has pushed to master branch in pr #13775 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[doris] branch master updated: [fix](Nereids) update immutable LogicalAggregate attribute by mistake (#13740)

2022-10-30 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 ceb7b60a64 [fix](Nereids) update immutable Logic

[GitHub] [doris] jackwener merged pull request #13740: [fix](Nereids) update immutable LogicalAggregate attribute by mistake

2022-10-30 Thread GitBox
jackwener merged PR #13740: URL: https://github.com/apache/doris/pull/13740 -- 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] jackwener opened a new pull request, #13805: [feature](Nereids): add rule for match plan into HyperGraph.

2022-10-30 Thread GitBox
jackwener opened a new pull request, #13805: URL: https://github.com/apache/doris/pull/13805 # Proposed changes Issue Number: close #xxx ## Problem summary Part job for Hyper Graph. - add plan extracted by pattern-matching into HyperGraph ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #13797: [improvement]do not acquire mutex in metric hook (#10941)

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13797: URL: https://github.com/apache/doris/pull/13797#issuecomment-1296581347 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 #13797: [improvement]do not acquire mutex in metric hook (#10941)

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13797: URL: https://github.com/apache/doris/pull/13797#issuecomment-1296581321 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 commented on pull request #13801: [Bug](Vectorized) rapidjson should reset writer when output json

2022-10-30 Thread GitBox
morningman commented on PR #13801: URL: https://github.com/apache/doris/pull/13801#issuecomment-1296579875 Does it need to push to master branch? -- 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 t

[GitHub] [doris] github-actions[bot] commented on pull request #13804: [fix](spark load)The where condition does not take effect when spark load loads the file

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13804: URL: https://github.com/apache/doris/pull/13804#issuecomment-1296578701 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 #13804: [fix](spark load)The where condition does not take effect when spark load loads the file

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13804: URL: https://github.com/apache/doris/pull/13804#issuecomment-1296578721 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: [improvement](scan) change the max thread num and num of free blocks in new scan (#13793)

2022-10-30 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 2fb218173e [improvement](scan) change the max

[GitHub] [doris] morningman merged pull request #13793: [improvement](new-scan) change the max thread num and num of free blocks in new scan

2022-10-30 Thread GitBox
morningman merged PR #13793: URL: https://github.com/apache/doris/pull/13793 -- 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] github-actions[bot] commented on pull request #13803: [fix](spark load)The where condition does not take effect when spark load loads the file

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13803: URL: https://github.com/apache/doris/pull/13803#issuecomment-1296578330 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 #13803: [fix](spark load)The where condition does not take effect when spark load loads the file

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13803: URL: https://github.com/apache/doris/pull/13803#issuecomment-1296578352 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] hf200012 opened a new pull request, #13804: [fix](spark load)The where condition does not take effect when spark load loads the file

2022-10-30 Thread GitBox
hf200012 opened a new pull request, #13804: URL: https://github.com/apache/doris/pull/13804 The where condition does not take effect when spark load loads the file # Proposed changes Issue Number: close #13802 ## Problem summary Describe your changes. ## Ch

[GitHub] [doris] Gabriel39 commented on pull request #13718: [minor](load) Improve error message for string type in loading process

2022-10-30 Thread GitBox
Gabriel39 commented on PR #13718: URL: https://github.com/apache/doris/pull/13718#issuecomment-1296573507 > @Gabriel39 please review, thx @Yulei-Yang Still some format problems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [doris] LOVEGISER commented on pull request #13741: [feature](split_by_char)support split by char function

2022-10-30 Thread GitBox
LOVEGISER commented on PR #13741: URL: https://github.com/apache/doris/pull/13741#issuecomment-1296573353 document should supplement -- 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

[GitHub] [doris] hf200012 opened a new pull request, #13803: [fix](spark load)The where condition does not take effect when spark load loads the file

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

[GitHub] [doris] hf200012 opened a new issue, #13802: [Bug] The where condition does not take effect when spark load loads the file

2022-10-30 Thread GitBox
hf200012 opened a new issue, #13802: URL: https://github.com/apache/doris/issues/13802 ### 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.1.x

[GitHub] [doris] ChPi opened a new pull request, #13801: [Bug][Vectorized] rapidjson should reset writer when output json

2022-10-30 Thread GitBox
ChPi opened a new pull request, #13801: URL: https://github.com/apache/doris/pull/13801 # Proposed changes Issue Number: close #xxx according to the rapidjson document `https://rapidjson.org/md_doc_sax.html#CompletenessReset`, we should call `reset` when reuse writer to output jso

[doris] branch master updated (53e5f3939e -> 4f2ea0776c)

2022-10-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 53e5f3939e [fix](plan)result exprs should be substituted in the same way as agg exprs (#13744) add 4f2ea0776

[GitHub] [doris] dataroaring commented on a diff in pull request #13495: [enhancement](compaction) opt compaction task producer and quick compaction

2022-10-30 Thread GitBox
dataroaring commented on code in PR #13495: URL: https://github.com/apache/doris/pull/13495#discussion_r1000659159 ## docs/en/docs/admin-manual/config/be-config.md: ## @@ -117,13 +117,7 @@ Default: true Whether to enable vectorized compaction -### `base_compaction_interval_

[GitHub] [doris] dataroaring merged pull request #13495: [enhancement](compaction) opt compaction task producer and quick compaction

2022-10-30 Thread GitBox
dataroaring merged PR #13495: URL: https://github.com/apache/doris/pull/13495 -- 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] github-actions[bot] commented on pull request #13793: [improvement](new-scan) change the max thread num and num of free blocks in new scan

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13793: URL: https://github.com/apache/doris/pull/13793#issuecomment-1296505290 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 #13793: [improvement](new-scan) change the max thread num and num of free blocks in new scan

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

[GitHub] [doris] luozenglin commented on pull request #13743: [fix](join) fix incorrect result when using anti join with other join predicates

2022-10-30 Thread GitBox
luozenglin commented on PR #13743: URL: https://github.com/apache/doris/pull/13743#issuecomment-1296502087 > pls add a test case for right anti join The right anti join has the same problem as the left anti join and is fixed in this pr -- This is an automated message from the Apach

[GitHub] [doris] lide-reed opened a new issue, #13800: [Bug] The column length unexpectedly changed to varchar(1) from varchar(x) or text type

2022-10-30 Thread GitBox
lide-reed opened a new issue, #13800: URL: https://github.com/apache/doris/issues/13800 ### 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.1.3-rc02 a

[GitHub] [doris] lide-reed opened a new issue, #13799: [Bug] BE crash when doing a query in branch-1.1-lts (2022.10.27 last commit)

2022-10-30 Thread GitBox
lide-reed opened a new issue, #13799: URL: https://github.com/apache/doris/issues/13799 ### 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 branch-1.1-l

[GitHub] [doris] lide-reed commented on issue #13748: [Bug] BE crash when doing a query in branch-1.1-lts (2022.10.27 last commit)

2022-10-30 Thread GitBox
lide-reed commented on issue #13748: URL: https://github.com/apache/doris/issues/13748#issuecomment-1296486023 Just reproduce in the version which compile with use_jemalloc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] Gabriel39 opened a new pull request, #13798: [fix](regression) Fix concurrent regression failure

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

[GitHub] [doris] dataroaring commented on a diff in pull request #13737: [feature](running_difference) support running_difference function

2022-10-30 Thread GitBox
dataroaring commented on code in PR #13737: URL: https://github.com/apache/doris/pull/13737#discussion_r1008992843 ## regression-test/suites/query_p0/sql_functions/math_functions/test_running_difference.sql: ## @@ -0,0 +1,55 @@ +DROP TABLE IF EXISTS running_difference_test; + +C

[GitHub] [doris] dataroaring commented on a diff in pull request #13737: [feature](running_difference) support running_difference function

2022-10-30 Thread GitBox
dataroaring commented on code in PR #13737: URL: https://github.com/apache/doris/pull/13737#discussion_r1008992623 ## regression-test/suites/query_p0/sql_functions/math_functions/test_running_difference.sql: ## @@ -0,0 +1,55 @@ +DROP TABLE IF EXISTS running_difference_test; + +C

[GitHub] [doris] starocean999 commented on pull request #13743: [fix](join) fix incorrect result when using anti join with other join predicates

2022-10-30 Thread GitBox
starocean999 commented on PR #13743: URL: https://github.com/apache/doris/pull/13743#issuecomment-1296471503 pls add a test case for right anti join -- 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 t

[GitHub] [doris] starocean999 commented on pull request #13743: [fix](join) fix incorrect result when using anti join with other join predicates

2022-10-30 Thread GitBox
starocean999 commented on PR #13743: URL: https://github.com/apache/doris/pull/13743#issuecomment-1296470611 pls double check if right anti join has similar issue -- 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] zhangstar333 commented on issue #11331: [Feature] The poseexplode function support like hive.

2022-10-30 Thread GitBox
zhangstar333 commented on issue #11331: URL: https://github.com/apache/doris/issues/11331#issuecomment-1296468694 Now doris can't return two columns, so I don't know such output can meet your needs? https://user-images.githubusercontent.com/87313068/198920297-d7e7a1a5-39d3-4b5d-8468-

[GitHub] [doris] dataroaring commented on a diff in pull request #13737: [feature](running_difference) support running_difference function

2022-10-30 Thread GitBox
dataroaring commented on code in PR #13737: URL: https://github.com/apache/doris/pull/13737#discussion_r1008988110 ## be/src/vec/functions/function_running_difference.cpp: ## @@ -0,0 +1,13 @@ +#include "vec/functions/function_running_difference.h" + +namespace doris::vectorized

[GitHub] [doris] platoneko opened a new pull request, #13797: [improvement]do not acquire mutex in metric hook (#10941)

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

[GitHub] [doris] adonis0147 commented on issue #13026: [Bug](aarch64) Failed to start BE due to errors caused by AddressSanitizer

2022-10-30 Thread GitBox
adonis0147 commented on issue #13026: URL: https://github.com/apache/doris/issues/13026#issuecomment-1296463397 Hi @hello-stephen , I couldn't reproduce this issue on my machine. Would you like to provide more information? -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] eldenmoon commented on pull request #13641: [feature-array](array-type) Add array function array_popback

2022-10-30 Thread GitBox
eldenmoon commented on PR #13641: URL: https://github.com/apache/doris/pull/13641#issuecomment-1296463227 rebased -- 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 unsubsc

[doris] branch master updated (61b7c2c96c -> 53e5f3939e)

2022-10-30 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 61b7c2c96c [fix](join) fix incorrect result when using anti join with other join predicates (#13743) add 53e5f3

[GitHub] [doris] yiguolei merged pull request #13744: [fix](plan)result exprs should be substituted in the same way as agg exprs

2022-10-30 Thread GitBox
yiguolei merged PR #13744: URL: https://github.com/apache/doris/pull/13744 -- 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] Yulei-Yang commented on pull request #13718: [minor](load) Improve error message for string type in loading process

2022-10-30 Thread GitBox
Yulei-Yang commented on PR #13718: URL: https://github.com/apache/doris/pull/13718#issuecomment-1296452017 @Gabriel39 please review, thx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [doris] hello-stephen commented on pull request #13795: [enhancement](memtracker) Refactor load channel + memtable mem tracker

2022-10-30 Thread GitBox
hello-stephen commented on PR #13795: URL: https://github.com/apache/doris/pull/13795#issuecomment-1296449458 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.58 seconds load time: 605 seconds storage size: 17182689332 Bytes https://doris-co

[GitHub] [doris] yangzhg merged pull request #13743: [fix](join) fix incorrect result when using anti join with other join predicates

2022-10-30 Thread GitBox
yangzhg merged PR #13743: URL: https://github.com/apache/doris/pull/13743 -- 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 (2b9e1878a2 -> 61b7c2c96c)

2022-10-30 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 2b9e1878a2 [fix](hashjoin) return error if in progress of upgrade (#13753) add 61b7c2c96c [fix](join) fix incorr

[GitHub] [doris] yangzhg closed issue #13742: [Bug] The result is incorrect when using anti join with other join predicates

2022-10-30 Thread GitBox
yangzhg closed issue #13742: [Bug] The result is incorrect when using anti join with other join predicates URL: https://github.com/apache/doris/issues/13742 -- 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

[GitHub] [doris-spark-connector] hf200012 merged pull request #52: spark-doris-connector supports stream load parameter

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

[doris-spark-connector] branch master updated: spark-doris-connector supports stream load parameter (#52)

2022-10-30 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-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new d933102 spark-doris-connec

[doris-website] branch asf-site updated: Automated deployment with doris branch @ 401d4f87f6d06f051bc89b57c0c26538f693108d

2022-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 99fae5d92a6 Automated deployment

[doris-flink-connector] branch master updated: fix sink parallelism (#77)

2022-10-30 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 6693e99 fix sink paralleli

[GitHub] [doris-flink-connector] hf200012 merged pull request #77: [Bug] fix flinksql sink parallelism

2022-10-30 Thread GitBox
hf200012 merged PR #77: URL: https://github.com/apache/doris-flink-connector/pull/77 -- 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] branch master updated (f5761c658f -> 2b9e1878a2)

2022-10-30 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 f5761c658f [Fix]Fix the extension mysql_to_doris bug (#13723) add 2b9e1878a2 [fix](hashjoin) return error if in

[GitHub] [doris] github-actions[bot] commented on pull request #13753: [fix](hashjoin) return error if in progress of upgrade

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13753: URL: https://github.com/apache/doris/pull/13753#issuecomment-1296433395 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] yiguolei closed issue #13752: [Bug] [upgrade] be coredump after upgrading from 1.1-lts to 1.2

2022-10-30 Thread GitBox
yiguolei closed issue #13752: [Bug] [upgrade] be coredump after upgrading from 1.1-lts to 1.2 URL: https://github.com/apache/doris/issues/13752 -- 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 merged pull request #13753: [fix](hashjoin) return error if in progress of upgrade

2022-10-30 Thread GitBox
yiguolei merged PR #13753: URL: https://github.com/apache/doris/pull/13753 -- 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] github-actions[bot] commented on pull request #13753: [fix](hashjoin) return error if in progress of upgrade

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #13753: URL: https://github.com/apache/doris/pull/13753#issuecomment-1296433390 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

[doris] branch branch-1.1-lts updated: [fix](plan)result exprs should be substituted in the same way as agg exprs (#13757)

2022-10-30 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 6e92aa34ca [fix](plan)result ex

[GitHub] [doris] yiguolei merged pull request #13757: [fix](plan)result exprs should be substituted in the same way as agg exprs

2022-10-30 Thread GitBox
yiguolei merged PR #13757: URL: https://github.com/apache/doris/pull/13757 -- 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: [Bug](Vectorized)fix json_object and json_array function return wrong result on vectorized engine (#13729)

2022-10-30 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 afebb82066 [Bug](Vectorized)fix

[GitHub] [doris] yiguolei merged pull request #13729: [Bug](Vectorized)fix json_object and json_array function return wrong result on vectorized engine

2022-10-30 Thread GitBox
yiguolei merged PR #13729: URL: https://github.com/apache/doris/pull/13729 -- 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]Fix the extension mysql_to_doris bug (#13723)

2022-10-30 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 f5761c658f [Fix]Fix the extension mysql_to_dori

[GitHub] [doris] yiguolei closed issue #13722: [Bug] extension mysql_to_doris: mysql:ERROR 1103 (42000) at line 1: Incorrect table name ''

2022-10-30 Thread GitBox
yiguolei closed issue #13722: [Bug] extension mysql_to_doris: mysql:ERROR 1103 (42000) at line 1: Incorrect table name '' URL: https://github.com/apache/doris/issues/13722 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] yiguolei merged pull request #13723: [Fix]Fix the extension mysql_to_doris bug

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

[GitHub] [doris] yiguolei merged pull request #13769: [Chore](unused) remove QSorter

2022-10-30 Thread GitBox
yiguolei merged PR #13769: URL: https://github.com/apache/doris/pull/13769 -- 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: [Chore](unused) remove QSorter #13769

2022-10-30 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 711dad28fb [Chore](unused) remove QSorter #1376

[doris] branch master updated: [enhancement](tpch-tools) git ignore tpch tool gen file #13789

2022-10-30 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 6159e1cc3a [enhancement](tpch-tools) git ignore

[GitHub] [doris] yiguolei merged pull request #13789: [enhancement](tpch-tools) git ignore tpch tool gen file

2022-10-30 Thread GitBox
yiguolei merged PR #13789: URL: https://github.com/apache/doris/pull/13789 -- 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](function) fix bug of if function of nullable column process (#13779)

2022-10-30 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 b15e0a9fb5 [Bug](function) fix bug of if functi

[GitHub] [doris] yiguolei merged pull request #13779: [Bug](function) fix bug of if function of nullable column process

2022-10-30 Thread GitBox
yiguolei merged PR #13779: URL: https://github.com/apache/doris/pull/13779 -- 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 #13758: [Bug] if function return error result when return multiple columns in vectorized mode

2022-10-30 Thread GitBox
yiguolei closed issue #13758: [Bug] if function return error result when return multiple columns in vectorized mode URL: https://github.com/apache/doris/issues/13758 -- 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 #13793: [improvement](new-scan) change the max thread num and num of free blocks in new scan

2022-10-30 Thread GitBox
hello-stephen commented on PR #13793: URL: https://github.com/apache/doris/pull/13793#issuecomment-1296390645 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.58 seconds load time: 571 seconds storage size: 17154655392 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #9188: [Opt] Hyperloglog _registers use chunk allocator for better memory usage

2022-10-30 Thread GitBox
github-actions[bot] commented on PR #9188: URL: https://github.com/apache/doris/pull/9188#issuecomment-1296389636 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] hello-stephen commented on pull request #13790: [test](arm) fix double result accuracy issue on arm

2022-10-30 Thread GitBox
hello-stephen commented on PR #13790: URL: https://github.com/apache/doris/pull/13790#issuecomment-1296358842 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.7 seconds load time: 568 seconds storage size: 17154644854 Bytes https://doris-com

[GitHub] [doris] hello-stephen commented on pull request #13789: [enhancement](tpch-tools) git ignore tpch tool gen file

2022-10-30 Thread GitBox
hello-stephen commented on PR #13789: URL: https://github.com/apache/doris/pull/13789#issuecomment-1296351717 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.82 seconds load time: 560 seconds storage size: 17154644879 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13787: [fix](nereids) nereids fallback error

2022-10-30 Thread GitBox
hello-stephen commented on PR #13787: URL: https://github.com/apache/doris/pull/13787#issuecomment-1296338682 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.74 seconds load time: 553 seconds storage size: 17154644904 Bytes https://doris-co

[GitHub] [doris] xinyiZzz opened a new pull request, #13795: [enhancement](memtracker) Refactor load channel + memtable mem tracker

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

[GitHub] [doris] hello-stephen commented on pull request #13786: [feature-wip][MTMV] Add show statement for MTMV

2022-10-30 Thread GitBox
hello-stephen commented on PR #13786: URL: https://github.com/apache/doris/pull/13786#issuecomment-1296331022 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.41 seconds load time: 557 seconds storage size: 17154739689 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13781: [improvement](memory) simplify memory config related to tcmalloc

2022-10-30 Thread GitBox
hello-stephen commented on PR #13781: URL: https://github.com/apache/doris/pull/13781#issuecomment-1296326999 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39 seconds load time: 555 seconds storage size: 17154699352 Bytes https://doris-commu

[GitHub] [doris] hello-stephen commented on pull request #13783: [feature](regression) add custom config file for Regression: regression-conf-custom.groovy

2022-10-30 Thread GitBox
hello-stephen commented on PR #13783: URL: https://github.com/apache/doris/pull/13783#issuecomment-1296322600 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.34 seconds load time: 563 seconds storage size: 17154699223 Bytes https://doris-co

[GitHub] [doris] xy720 opened a new pull request, #13794: [Bug](array-type) Fix array product calculate decimal type return wrong result

2022-10-30 Thread GitBox
xy720 opened a new pull request, #13794: URL: https://github.com/apache/doris/pull/13794 # Proposed changes ``` before: mysql> select array_product([1.12, 3.45, 4.23]); ++ | array_product(ARRAY(1.12, 3.45, 4.23)) | +---

[GitHub] [doris] hello-stephen commented on pull request #13778: [feature](jsonb type)refactor JSONB type using column and add testcase

2022-10-30 Thread GitBox
hello-stephen commented on PR #13778: URL: https://github.com/apache/doris/pull/13778#issuecomment-1296318372 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.42 seconds load time: 560 seconds storage size: 17154644069 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13779: [Bug](function) fix bug of if function of nullable column process

2022-10-30 Thread GitBox
hello-stephen commented on PR #13779: URL: https://github.com/apache/doris/pull/13779#issuecomment-1296315876 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.38 seconds load time: 555 seconds storage size: 17154644807 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-10-30 Thread GitBox
hello-stephen commented on PR #12866: URL: https://github.com/apache/doris/pull/12866#issuecomment-1296303193 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.65 seconds load time: 560 seconds storage size: 17154655347 Bytes https://doris-co

[GitHub] [doris] morningman opened a new pull request, #13793: [improvement](new-scan) change the max thread num and num of free blocks in new scan

2022-10-30 Thread GitBox
morningman opened a new pull request, #13793: URL: https://github.com/apache/doris/pull/13793 # Proposed changes Issue Number: close #xxx ## Problem summary 1. In the previous implementation, the max thread num of olap scanner was set relatively small, such as 3.

[GitHub] [doris] ghycn commented on issue #3217: start_fe.sh has an error in the MAC environment

2022-10-30 Thread GitBox
ghycn commented on issue #3217: URL: https://github.com/apache/doris/issues/3217#issuecomment-1296279588 OPTS delete -o then run error like this https://user-images.githubusercontent.com/20291615/198885633-aa028f7a-0c00-4c54-9c60-6e6541a0e0d1.png";> -- This is an automated mess

  1   2   >