[GitHub] [doris] github-actions[bot] commented on pull request #14814: [refactor](date function) simplify function template arguments

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14814: URL: https://github.com/apache/doris/pull/14814#issuecomment-1336912875 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] ByteYue opened a new pull request, #14815: [chore](regression) add S3 config in conf file and change sf1DataPath

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

[GitHub] [doris] sohardforaname opened a new pull request, #14816: [Fix](Nereids)fix event channel loop until queue is not empty.

2022-12-05 Thread GitBox
sohardforaname opened a new pull request, #14816: URL: https://github.com/apache/doris/pull/14816 # Proposed changes Issue Number: close #xxx ## Problem summary fix event channel loop until queue is not empty by queue.take(). ## Checklist(Required) 1. Does i

[GitHub] [doris] hello-stephen commented on pull request #14814: [refactor](date function) simplify function template arguments

2022-12-05 Thread GitBox
hello-stephen commented on PR #14814: URL: https://github.com/apache/doris/pull/14814#issuecomment-1336942448 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.9 seconds load time: 430 seconds storage size: 17123356287 Bytes https://doris-com

[GitHub] [doris] github-actions[bot] commented on pull request #14815: [chore](regression) add S3 config in conf file and change sf1DataPath

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14815: URL: https://github.com/apache/doris/pull/14815#issuecomment-1336945201 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 #14815: [chore](regression) add S3 config in conf file and change sf1DataPath

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14815: URL: https://github.com/apache/doris/pull/14815#issuecomment-1336945238 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] hello-stephen commented on pull request #14816: [Fix](Nereids)fix event channel loop until queue is not empty.

2022-12-05 Thread GitBox
hello-stephen commented on PR #14816: URL: https://github.com/apache/doris/pull/14816#issuecomment-1336955409 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.86 seconds load time: 469 seconds storage size: 17123356316 Bytes https://doris-co

[GitHub] [doris] jackwener opened a new issue, #14817: [Enhancement] Cleanup the session variable.

2022-12-05 Thread GitBox
jackwener opened a new issue, #14817: URL: https://github.com/apache/doris/issues/14817 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Some session varia

[GitHub] [doris] jackwener opened a new pull request, #14818: [Minor](Planner): remove redundant SessionVariable

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

[GitHub] [doris] yixiutt opened a new pull request, #14819: [branch_1.1](compaction) add some log

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

[GitHub] [doris] liaoxin01 commented on a diff in pull request #14722: [fix](vec) VMergeIterator add key same label for agg table

2022-12-05 Thread GitBox
liaoxin01 commented on code in PR #14722: URL: https://github.com/apache/doris/pull/14722#discussion_r1039311762 ## be/src/vec/olap/vgeneric_iterators.cpp: ## @@ -123,6 +123,7 @@ bool VMergeIteratorContext::compare(const VMergeIteratorContext& rhs) const { if (_is_unique)

[GitHub] [doris] github-actions[bot] commented on pull request #14796: [enhancement](compaction) add some trigger and delete useless log

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14796: URL: https://github.com/apache/doris/pull/14796#issuecomment-1336976443 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] liaoxin01 commented on a diff in pull request #14722: [fix](vec) VMergeIterator add key same label for agg table

2022-12-05 Thread GitBox
liaoxin01 commented on code in PR #14722: URL: https://github.com/apache/doris/pull/14722#discussion_r1039311762 ## be/src/vec/olap/vgeneric_iterators.cpp: ## @@ -123,6 +123,7 @@ bool VMergeIteratorContext::compare(const VMergeIteratorContext& rhs) const { if (_is_unique)

[GitHub] [doris] wangbo opened a new issue, #14820: [Bug] Fix regression test failed in 1.1 version right outer join

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

[GitHub] [doris] wangbo opened a new pull request, #14821: [fix](vectorization) Fix right outer join core with conjunct

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

[GitHub] [doris] nextdreamblue opened a new pull request, #14822: [fix][aggregate] agg table and unique table get different result when…

2022-12-05 Thread GitBox
nextdreamblue opened a new pull request, #14822: URL: https://github.com/apache/doris/pull/14822 … non-vectorized when enable_vectorized_engine=false, agg table and unique table get different result, agg table will get replace column value with lower segment id from a rowset, but uni

[GitHub] [doris] github-actions[bot] commented on pull request #14822: [fix](aggregate) agg table and unique table get different result when…

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14822: URL: https://github.com/apache/doris/pull/14822#issuecomment-1337001319 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 #14771: [Bug](expr) return error status for illegal expr

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14771: URL: https://github.com/apache/doris/pull/14771#issuecomment-1337024024 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 a diff in pull request #14744: [Enhancement](status) Unify error code and enable customed err msg for BE internal errors

2022-12-05 Thread GitBox
github-actions[bot] commented on code in PR #14744: URL: https://github.com/apache/doris/pull/14744#discussion_r1039351687 ## be/test/runtime/disk_io_mgr_test.cpp: ## @@ -52,8 +52,8 @@ class DiskIoMgrTest : public testing::Test { void write_validate_callback(int num_writes,

[GitHub] [doris] jacktengg opened a new issue, #14823: [Bug] coredump of cast expr

2022-12-05 Thread GitBox
jacktengg opened a new issue, #14823: URL: https://github.com/apache/doris/issues/14823 ### 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 master 1190fd4cd62132d

[GitHub] [doris] Gabriel39 opened a new issue, #14824: [Bug] Wrong type returned by function `days_sub`

2022-12-05 Thread GitBox
Gabriel39 opened a new issue, #14824: URL: https://github.com/apache/doris/issues/14824 ### 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 master ### What

[GitHub] [doris] hello-stephen commented on pull request #14822: [fix](aggregate) agg table and unique table get different result when…

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

[GitHub] [doris] jacktengg opened a new pull request, #14825: [fix](const_expr) fix coredump caused by unsupported cast const expr

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

[GitHub] [doris] Gabriel39 opened a new pull request, #14826: [Bug](date function) Fix date_add function

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

[GitHub] [doris] yiguolei merged pull request #14814: [refactor](date function) simplify function template arguments

2022-12-05 Thread GitBox
yiguolei merged PR #14814: URL: https://github.com/apache/doris/pull/14814 -- 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](date function) simplify function template arguments (#14814)

2022-12-05 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 016e47b857 [refactor](date function) simplify f

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14825: [fix](const_expr) fix coredump caused by unsupported cast const expr

2022-12-05 Thread GitBox
github-actions[bot] commented on code in PR #14825: URL: https://github.com/apache/doris/pull/14825#discussion_r1039382236 ## be/src/vec/exec/scan/vscan_node.h: ## @@ -132,18 +132,21 @@ class VScanNode : public ExecNode { // 2. in/not in predicate // 3. funct

[GitHub] [doris] github-actions[bot] commented on pull request #14818: [Minor](Planner): remove redundant SessionVariable

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14818: URL: https://github.com/apache/doris/pull/14818#issuecomment-1337071019 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 #14818: [Minor](Planner): remove redundant SessionVariable

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14818: URL: https://github.com/apache/doris/pull/14818#issuecomment-1337071086 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 a diff in pull request #14216: [Feature](fuction) Support split_by_char function

2022-12-05 Thread GitBox
github-actions[bot] commented on code in PR #14216: URL: https://github.com/apache/doris/pull/14216#discussion_r1039392700 ## be/src/vec/functions/function_string.h: ## @@ -1351,6 +1352,137 @@ class FunctionSplitPart : public IFunction { } }; +class FunctionSplitByChar :

[GitHub] [doris] yiguolei merged pull request #14742: [enhancement](memory) Add tablet schema cache metrics

2022-12-05 Thread GitBox
yiguolei merged PR #14742: URL: https://github.com/apache/doris/pull/14742 -- 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: [enhancement](memory) Add tablet schema cache metrics (#14742)

2022-12-05 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 8726bfa121 [enhancement](memory) Add tablet sch

[GitHub] [doris] yiguolei closed pull request #14769: [fix](runtime profile) Fix HighWaterMarkCounter update max Bug

2022-12-05 Thread GitBox
yiguolei closed pull request #14769: [fix](runtime profile) Fix HighWaterMarkCounter update max Bug URL: https://github.com/apache/doris/pull/14769 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[doris] branch master updated: [fix](runtime profile) Fix HighWaterMarkCounter update max Bug #14769

2022-12-05 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 382d35c7e1 [fix](runtime profile) Fix HighWater

[GitHub] [doris] hello-stephen commented on pull request #14825: [fix](const_expr) fix coredump caused by unsupported cast const expr

2022-12-05 Thread GitBox
hello-stephen commented on PR #14825: URL: https://github.com/apache/doris/pull/14825#issuecomment-1337096495 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.66 seconds load time: 423 seconds storage size: 17123356240 Bytes https://doris-co

[GitHub] [doris] 924060929 opened a new pull request, #14827: (Refactor) (Nerieds) Refactor aggregate function/plan/rules and support related cbo rules

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

[GitHub] [doris] HappenLee merged pull request #14787: [Refactor](pipeline) Refactor operator and builder code of pipeline

2022-12-05 Thread GitBox
HappenLee merged PR #14787: URL: https://github.com/apache/doris/pull/14787 -- 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] BiteTheDDDDt commented on pull request #14801: [Chore](clang-tidy) remove misc-unused-parameters check

2022-12-05 Thread GitBox
BiteThet commented on PR #14801: URL: https://github.com/apache/doris/pull/14801#issuecomment-1337108444 > Yes, but I prefer clang-tidy do not produce a warning on here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[doris] branch master updated (382d35c7e1 -> b30cd86e9e)

2022-12-05 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 382d35c7e1 [fix](runtime profile) Fix HighWaterMarkCounter update max Bug #14769 add b30cd86e9e [Refactor](pip

[GitHub] [doris] hello-stephen commented on pull request #14826: [Bug](date function) Fix date_add function

2022-12-05 Thread GitBox
hello-stephen commented on PR #14826: URL: https://github.com/apache/doris/pull/14826#issuecomment-1337113612 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.66 seconds load time: 434 seconds storage size: 17123356244 Bytes https://doris-co

[GitHub] [doris] dutyu opened a new pull request, #14828: [fix](statistics) fix missing scanBytes and scanRows in query statist…

2022-12-05 Thread GitBox
dutyu opened a new pull request, #14828: URL: https://github.com/apache/doris/pull/14828 …ics when enable_vectorized_engine=true. # Proposed changes A patch for [ISSUE-14750](https://github.com/apache/doris/pull/14750). There's one modification missing in ISSUE-14750. #

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14828: [fix](statistics) fix missing scanBytes and scanRows in query statist…

2022-12-05 Thread GitBox
github-actions[bot] commented on code in PR #14828: URL: https://github.com/apache/doris/pull/14828#discussion_r1039431796 ## be/src/vec/exec/vexchange_node.cpp: ## @@ -116,6 +116,12 @@ void VExchangeNode::release_resource(RuntimeState* state) { } } +Status ExchangeNode:

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14396: [Feature](function) Support width_bucket function

2022-12-05 Thread GitBox
github-actions[bot] commented on code in PR #14396: URL: https://github.com/apache/doris/pull/14396#discussion_r1039444924 ## be/src/vec/functions/function_width_bucket.cpp: ## @@ -0,0 +1,154 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] jackwener opened a new pull request, #14829: [enhance](Nereids): add DpHyperJob into Planner.

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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14828: [fix](statistics) fix missing scanBytes and scanRows in query statist…

2022-12-05 Thread GitBox
github-actions[bot] commented on code in PR #14828: URL: https://github.com/apache/doris/pull/14828#discussion_r1039457905 ## be/src/vec/exec/vexchange_node.cpp: ## @@ -116,6 +116,12 @@ void VExchangeNode::release_resource(RuntimeState* state) { } } +Status VExchangeNode

[GitHub] [doris] yuxuan-luo opened a new pull request, #14830: [fix](build)fix get params display exception

2022-12-05 Thread GitBox
yuxuan-luo opened a new pull request, #14830: URL: https://github.com/apache/doris/pull/14830 ## Problem summary fix get params display exception ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [√ ] No - [ ] I don't know

[GitHub] [doris] starocean999 opened a new pull request, #14831: [fix](agg)having clause should use alias if there is no group by clause

2022-12-05 Thread GitBox
starocean999 opened a new pull request, #14831: URL: https://github.com/apache/doris/pull/14831 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/14790 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it af

[GitHub] [doris] github-actions[bot] commented on pull request #14830: [fix](build)fix get params display exception

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14830: URL: https://github.com/apache/doris/pull/14830#issuecomment-1337181339 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 #14830: [fix](build)fix get params display exception

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14830: URL: https://github.com/apache/doris/pull/14830#issuecomment-1337181387 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 #14826: [Bug](date function) Fix date_add function

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14826: URL: https://github.com/apache/doris/pull/14826#issuecomment-1337203188 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 #14826: [Bug](date function) Fix date_add function

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14826: URL: https://github.com/apache/doris/pull/14826#issuecomment-1337203229 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] dataroaring merged pull request #14819: [branch_1.1](compaction) add some log and fix promotion size bug

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

[doris] branch branch-1.1-lts updated: [branch_1.1](compaction) add some log (#14819)

2022-12-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 bd9606d317 [branch_1.1](comp

[GitHub] [doris] HappenLee opened a new pull request, #14832: [Exec](Profile) Register to Fetch Result time and Write Result time in FE to debug

2022-12-05 Thread GitBox
HappenLee opened a new pull request, #14832: URL: https://github.com/apache/doris/pull/14832 # Proposed changes Before: ``` Execution Summary: - Analysis Time: 339.915us - Plan Time: 649.976us - Schedule Time: 14.412m

[GitHub] [doris] github-actions[bot] commented on pull request #14832: [Exec](Profile) Register to Fetch Result time and Write Result time in FE to debug

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14832: URL: https://github.com/apache/doris/pull/14832#issuecomment-1337219420 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 #14832: [Exec](Profile) Register to Fetch Result time and Write Result time in FE to debug

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14832: URL: https://github.com/apache/doris/pull/14832#issuecomment-1337219495 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 #14796: [enhancement](compaction) add some trigger and delete useless log

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14796: URL: https://github.com/apache/doris/pull/14796#issuecomment-1337242375 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] lide-reed merged pull request #14830: [fix](build)fix get params display exception

2022-12-05 Thread GitBox
lide-reed merged PR #14830: URL: https://github.com/apache/doris/pull/14830 -- 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 branch-1.1-lts updated: [fix](build)fix a typo of the build param string in build script (#14830)

2022-12-05 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide 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 1aec9318b6 [fix](build)fix a typo o

[GitHub] [doris] hello-stephen commented on pull request #14818: [Minor](Planner): remove redundant SessionVariable

2022-12-05 Thread GitBox
hello-stephen commented on PR #14818: URL: https://github.com/apache/doris/pull/14818#issuecomment-1337252156 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.88 seconds load time: 453 seconds storage size: 17123356295 Bytes https://doris-co

[GitHub] [doris-website] luzhijing closed pull request #169: Update JD_OLAP.md

2022-12-05 Thread GitBox
luzhijing closed pull request #169: Update JD_OLAP.md URL: https://github.com/apache/doris-website/pull/169 -- 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-ma

[GitHub] [doris-website] luzhijing closed pull request #168: [doc](blogs)typo in JD_OLAP.md

2022-12-05 Thread GitBox
luzhijing closed pull request #168: [doc](blogs)typo in JD_OLAP.md URL: https://github.com/apache/doris-website/pull/168 -- 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 unsu

[GitHub] [doris] Gabriel39 closed issue #14824: [Bug] Wrong type returned by function `days_sub`

2022-12-05 Thread GitBox
Gabriel39 closed issue #14824: [Bug] Wrong type returned by function `days_sub` URL: https://github.com/apache/doris/issues/14824 -- 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] Gabriel39 merged pull request #14826: [Bug](date function) Fix date_add function

2022-12-05 Thread GitBox
Gabriel39 merged PR #14826: URL: https://github.com/apache/doris/pull/14826 -- 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: [Bug](date function) Fix date_add function (#14826)

2022-12-05 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 db4524c10e [Bug](date function) Fix date_add

[GitHub] [doris] hello-stephen commented on pull request #14828: [fix](statistics) fix missing scanBytes and scanRows in query statist…

2022-12-05 Thread GitBox
hello-stephen commented on PR #14828: URL: https://github.com/apache/doris/pull/14828#issuecomment-1337274073 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.77 seconds load time: 438 seconds storage size: 17123356275 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14829: [enhance](Nereids): add DpHyperJob into Planner.

2022-12-05 Thread GitBox
hello-stephen commented on PR #14829: URL: https://github.com/apache/doris/pull/14829#issuecomment-1337276572 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.91 seconds load time: 428 seconds storage size: 17123356267 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14831: [fix](agg)having clause should use alias if there is no group by clause

2022-12-05 Thread GitBox
hello-stephen commented on PR #14831: URL: https://github.com/apache/doris/pull/14831#issuecomment-1337297603 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.66 seconds load time: 436 seconds storage size: 17123356270 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14832: [Exec](Profile) Register to Fetch Result time and Write Result time in FE to debug

2022-12-05 Thread GitBox
hello-stephen commented on PR #14832: URL: https://github.com/apache/doris/pull/14832#issuecomment-1337300938 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.92 seconds load time: 424 seconds storage size: 17123356316 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14775: [improvement](config) update high_priority_flush_thread_num_per_store default value to 6

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14775: URL: https://github.com/apache/doris/pull/14775#issuecomment-1337300974 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] dataroaring opened a new pull request, #14833: [fix](test) resolve view exists error

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

[GitHub] [doris] xinyiZzz merged pull request #14776: [fix](tcmalloc_gc) optimize policy of tcmalloc gc

2022-12-05 Thread GitBox
xinyiZzz merged PR #14776: URL: https://github.com/apache/doris/pull/14776 -- 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](tcmalloc_gc) optimize policy of tcmalloc gc (#14776)

2022-12-05 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 07472f7318 [fix](tcmalloc_gc) optimize policy o

[GitHub] [doris-flink-connector] DongLiang-0 opened a new pull request, #90: [fix]Fix the NullPointerException caused by empty label when serializing

2022-12-05 Thread GitBox
DongLiang-0 opened a new pull request, #90: URL: https://github.com/apache/doris-flink-connector/pull/90 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original b

[GitHub] [doris] lsy3993 opened a new pull request, #14834: [test](catalog)add emr catalog hive case

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

[GitHub] [doris] Gabriel39 opened a new pull request, #14835: [Pipeline](dategen) Support datagen node

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

[GitHub] [doris] github-actions[bot] commented on pull request #14835: [Pipeline](dategen) Support datagen node

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14835: URL: https://github.com/apache/doris/pull/14835#issuecomment-1337380359 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 #14835: [Pipeline](dategen) Support datagen node

2022-12-05 Thread GitBox
hello-stephen commented on PR #14835: URL: https://github.com/apache/doris/pull/14835#issuecomment-1337453087 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.03 seconds load time: 433 seconds storage size: 17123356321 Bytes https://doris-co

[GitHub] [doris] lsy3993 closed pull request #14834: [test](catalog)add emr catalog hive case

2022-12-05 Thread GitBox
lsy3993 closed pull request #14834: [test](catalog)add emr catalog hive case URL: https://github.com/apache/doris/pull/14834 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] yixiutt opened a new pull request, #14836: [bugfix](compaction) fix promotion size bug

2022-12-05 Thread GitBox
yixiutt opened a new pull request, #14836: URL: https://github.com/apache/doris/pull/14836 # Proposed changes tablet_promotion_size can modify by all tablet cause cumulative_compaction_policy is global. fix: add a member for tablet to record promotion size ## Problem summary

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14836: [bugfix](compaction) fix promotion size bug

2022-12-05 Thread GitBox
github-actions[bot] commented on code in PR #14836: URL: https://github.com/apache/doris/pull/14836#discussion_r1039681888 ## be/src/olap/page_cache.cpp: ## @@ -64,7 +64,7 @@ bool StoragePageCache::lookup(const CacheKey& key, PageCacheHandle* handle, void StoragePageCache::i

[GitHub] [doris] hello-stephen commented on pull request #14827: (Refactor) (Nerieds) Refactor aggregate function/plan/rules and support related cbo rules

2022-12-05 Thread GitBox
hello-stephen commented on PR #14827: URL: https://github.com/apache/doris/pull/14827#issuecomment-1337491743 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.46 seconds load time: 451 seconds storage size: 17123356271 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14836: [bugfix](compaction) fix promotion size bug

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14836: URL: https://github.com/apache/doris/pull/14836#issuecomment-1337503107 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 #14796: [enhancement](compaction) add some trigger and delete useless log

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14796: URL: https://github.com/apache/doris/pull/14796#issuecomment-1337505283 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] Yukang-Lian closed pull request #14396: [Feature](function) Support width_bucket function

2022-12-05 Thread GitBox
Yukang-Lian closed pull request #14396: [Feature](function) Support width_bucket function URL: https://github.com/apache/doris/pull/14396 -- 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] luozenglin opened a new pull request, #14837: [enhancement](function) remove useless functions in fe

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

[GitHub] [doris] cambyzju opened a new issue, #14838: [Bug] insert_date_column of large data make BE crashed

2022-12-05 Thread GitBox
cambyzju opened a new issue, #14838: URL: https://github.com/apache/doris/issues/14838 ### 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-master ##

[GitHub] [doris] hello-stephen commented on pull request #14836: [bugfix](compaction) fix promotion size bug

2022-12-05 Thread GitBox
hello-stephen commented on PR #14836: URL: https://github.com/apache/doris/pull/14836#issuecomment-1337539527 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.28 seconds load time: 482 seconds storage size: 17123356312 Bytes https://doris-co

[GitHub] [doris] cambyzju opened a new pull request, #14839: [fix](ColumnVector) ColumnVector::insert_date_column crashed

2022-12-05 Thread GitBox
cambyzju opened a new pull request, #14839: URL: https://github.com/apache/doris/pull/14839 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/14838 ## Problem summary ColumnVector::insert_date_column make BE crashed with large data(>512 rows).

[GitHub] [doris] github-actions[bot] commented on pull request #14839: [fix](ColumnVector) ColumnVector::insert_date_column crashed

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14839: URL: https://github.com/apache/doris/pull/14839#issuecomment-1337557391 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 #14808: [config](load) enable new load scan node by default

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14808: URL: https://github.com/apache/doris/pull/14808#issuecomment-1337564734 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 #14808: [config](load) enable new load scan node by default

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14808: URL: https://github.com/apache/doris/pull/14808#issuecomment-1337568322 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 #14837: [enhancement](function) remove useless functions in fe

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14837: URL: https://github.com/apache/doris/pull/14837#issuecomment-1337573978 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 #14837: [enhancement](function) remove useless functions in fe

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14837: URL: https://github.com/apache/doris/pull/14837#issuecomment-1337574050 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] hello-stephen commented on pull request #14837: [enhancement](function) remove useless functions in fe

2022-12-05 Thread GitBox
hello-stephen commented on PR #14837: URL: https://github.com/apache/doris/pull/14837#issuecomment-1337576270 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.9 seconds load time: 501 seconds storage size: 17123356305 Bytes https://doris-com

[GitHub] [doris] morningman commented on a diff in pull request #14405: [improvement] (fix) Add check validity when create storage policy.

2022-12-05 Thread GitBox
morningman commented on code in PR #14405: URL: https://github.com/apache/doris/pull/14405#discussion_r1039759359 ## fe/fe-core/src/main/java/org/apache/doris/catalog/S3Resource.java: ## @@ -121,12 +126,51 @@ protected void setProperties(Map properties) throws DdlException

[GitHub] [doris] github-actions[bot] commented on pull request #14246: [fix](audit) fix duplicate audit log.

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14246: URL: https://github.com/apache/doris/pull/14246#issuecomment-1337605662 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 #14821: [fix](vectorization) Fix right outer join core with conjunct

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14821: URL: https://github.com/apache/doris/pull/14821#issuecomment-1337640720 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 #14821: [fix](vectorization) Fix right outer join core with conjunct

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14821: URL: https://github.com/apache/doris/pull/14821#issuecomment-1337640820 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 #14809: [fix](fe)fix select from temporary partition bug

2022-12-05 Thread GitBox
github-actions[bot] commented on PR #14809: URL: https://github.com/apache/doris/pull/14809#issuecomment-1337642674 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

  1   2   >