[GitHub] [doris] github-actions[bot] commented on pull request #15767: [refactor](remove row batch) remove impala rowbatch structure

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15767: URL: https://github.com/apache/doris/pull/15767#issuecomment-1376867872 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] carlvinhust2012 commented on pull request #15755: [enhancement](statistics) add some methods to use histogram statistics

2023-01-10 Thread GitBox
carlvinhust2012 commented on PR #15755: URL: https://github.com/apache/doris/pull/15755#issuecomment-1376871045 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] HappenLee merged pull request #15741: [fix]fixed dangerous usage of namespace std

2023-01-10 Thread GitBox
HappenLee merged PR #15741: URL: https://github.com/apache/doris/pull/15741 -- 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 (47097a3db8 -> c3da5a687a)

2023-01-10 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 47097a3db8 [fix](having) revert 15143 and fix having clause with multi-conditions (#15745) add c3da5a687a [fix

[GitHub] [doris] hello-stephen commented on pull request #15762: [Bug](predicate) add double predicate creator

2023-01-10 Thread GitBox
hello-stephen commented on PR #15762: URL: https://github.com/apache/doris/pull/15762#issuecomment-1376887573 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.17 seconds load time: 483 seconds storage size: 17122809006 Bytes https://doris-co

[GitHub] [doris] Gabriel39 opened a new pull request, #15768: [Bug](schema scanner) Fix wrong type in schema scanner

2023-01-10 Thread GitBox
Gabriel39 opened a new pull request, #15768: URL: https://github.com/apache/doris/pull/15768 # Proposed changes Before: ![image](https://user-images.githubusercontent.com/37700562/211497973-820e31db-ef55-4843-b487-cf753f014ee8.png) After: ![image](https://user-images.git

[GitHub] [doris] morrySnow commented on a diff in pull request #15714: [fix](nereids)fix some nereids bugs

2023-01-10 Thread GitBox
morrySnow commented on code in PR #15714: URL: https://github.com/apache/doris/pull/15714#discussion_r1065460283 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/ResolveOrdinalInOrderByAndGroupBy.java: ## @@ -74,6 +76,12 @@ public List buildRules() {

[GitHub] [doris] yixiutt commented on pull request #15705: [refactor] refactor method finalize_columns of segment writer

2023-01-10 Thread GitBox
yixiutt commented on PR #15705: URL: https://github.com/apache/doris/pull/15705#issuecomment-1376890109 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [doris] yixiutt commented on a diff in pull request #15633: [enhancement](compaction) Optimize calculating level size of input rowset in SizeBasedCumulativeCompactionPolicy

2023-01-10 Thread GitBox
yixiutt commented on code in PR #15633: URL: https://github.com/apache/doris/pull/15633#discussion_r1065464233 ## be/src/olap/cumulative_compaction_policy.cpp: ## @@ -335,13 +325,12 @@ int SizeBasedCumulativeCompactionPolicy::pick_input_rowsets( return transient_size; }

[GitHub] [doris] Yukang-Lian commented on issue #15307: [Bug] Use correct decimal scale for function `round`

2023-01-10 Thread GitBox
Yukang-Lian commented on issue #15307: URL: https://github.com/apache/doris/issues/15307#issuecomment-1376894374 1. Compile and run the master branch of doris to reproduce the above bug. 2. The implementation of the `round` function is located in `be/src/vec/functions/round.h`, try to und

[GitHub] [doris] github-actions[bot] commented on pull request #15768: [Bug](schema scanner) Fix wrong type in schema scanner

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15768: URL: https://github.com/apache/doris/pull/15768#issuecomment-1376895743 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 #15673: [enhancement](load) change the publish version log to VLOG_CRITICAL

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15673: URL: https://github.com/apache/doris/pull/15673#issuecomment-1376897708 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 #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15686: URL: https://github.com/apache/doris/pull/15686#issuecomment-1376897794 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] jackwener commented on a diff in pull request #15714: [fix](nereids)fix some nereids bugs

2023-01-10 Thread GitBox
jackwener commented on code in PR #15714: URL: https://github.com/apache/doris/pull/15714#discussion_r1065466727 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/SemiJoinLogicalJoinTranspose.java: ## @@ -97,13 +104,17 @@ public Rule build() {

[GitHub] [doris] github-actions[bot] commented on pull request #15732: [chore](Session) remove unused codes for enable_lateral_view

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15732: URL: https://github.com/apache/doris/pull/15732#issuecomment-1376900329 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 #15732: [chore](Session) remove unused codes for enable_lateral_view

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15732: URL: https://github.com/apache/doris/pull/15732#issuecomment-1376900359 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] jackwener commented on a diff in pull request #15714: [fix](nereids)fix some nereids bugs

2023-01-10 Thread GitBox
jackwener commented on code in PR #15714: URL: https://github.com/apache/doris/pull/15714#discussion_r1065471589 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/SemiJoinLogicalJoinTranspose.java: ## @@ -83,12 +85,17 @@ public Rule build() {

[GitHub] [doris] weizuo93 opened a new pull request, #15769: [Fix](storage) Fix bug that cooldown time for partition in SSD is wrong

2023-01-10 Thread GitBox
weizuo93 opened a new pull request, #15769: URL: https://github.com/apache/doris/pull/15769 # Proposed changes Issue Number: close #xxx ## Problem summary Cooldown time is wrong for data in SSD, because cooldown time for all `table/partitionis` is only calculated once wh

[GitHub] [doris] AshinGau opened a new pull request, #15770: [deps](hdfs) update libhdfs3 to v2.3.5 to support KMS

2023-01-10 Thread GitBox
AshinGau opened a new pull request, #15770: URL: https://github.com/apache/doris/pull/15770 # Proposed changes Issue Number: close #xxx ## Problem summary Support KMS in libhdfs3: https://github.com/apache/doris-thirdparty/pull/22 ## Checklist(Required) 1. D

[GitHub] [doris] hello-stephen commented on pull request #15763: [chore](macOS) Don't build useless third-party stuff

2023-01-10 Thread GitBox
hello-stephen commented on PR #15763: URL: https://github.com/apache/doris/pull/15763#issuecomment-1376913628 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.57 seconds load time: 485 seconds storage size: 17119735761 Bytes https://doris-co

[GitHub] [doris] nextdreamblue opened a new pull request, #15771: [fix](broker) fix bug when broker load with s3a

2023-01-10 Thread GitBox
nextdreamblue opened a new pull request, #15771: URL: https://github.com/apache/doris/pull/15771 Signed-off-by: nextdreamblue # Proposed changes cherry-pick from https://github.com/apache/doris/pull/13650 ## Problem summary Describe your changes. ## Checkli

[GitHub] [doris] Lchangliang commented on pull request #15681: [fix](schema change) bugfix for light schema change while with rollup

2023-01-10 Thread GitBox
Lchangliang commented on PR #15681: URL: https://github.com/apache/doris/pull/15681#issuecomment-1376920497 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[GitHub] [doris] cambyzju commented on pull request #15661: [fix](compile) compile failed in Mac with clang14

2023-01-10 Thread GitBox
cambyzju commented on PR #15661: URL: https://github.com/apache/doris/pull/15661#issuecomment-1376921855 > Hi @cambyzju , these changes have no side effects and we can apply them safely, but I think you would better modify the description to tell others in which scenarios these issues may o

[GitHub] [doris] github-actions[bot] commented on pull request #15661: [fix](compile) compile failed in Mac with clang14

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15661: URL: https://github.com/apache/doris/pull/15661#issuecomment-1376923953 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 #15661: [fix](compile) compile failed in Mac with clang14

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15661: URL: https://github.com/apache/doris/pull/15661#issuecomment-1376923987 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 #15649: [chore](vulnerability) fix fe high risk vulnerability scanned by bug scanner

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15649: URL: https://github.com/apache/doris/pull/15649#issuecomment-1376934170 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 a diff in pull request #15767: [refactor](remove row batch) remove impala rowbatch structure

2023-01-10 Thread GitBox
github-actions[bot] commented on code in PR #15767: URL: https://github.com/apache/doris/pull/15767#discussion_r1065511817 ## be/test/exprs/binary_predicate_test.cpp: ## @@ -24,7 +24,6 @@ #include "exprs/expr.h" #include "exprs/int_literal.h" Review Comment: warning: 'expr

[GitHub] [doris] github-actions[bot] commented on pull request #15681: [fix](schema change) bugfix for light schema change while with rollup

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15681: URL: https://github.com/apache/doris/pull/15681#issuecomment-1376948020 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 #15681: [fix](schema change) bugfix for light schema change while with rollup

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15681: URL: https://github.com/apache/doris/pull/15681#issuecomment-1376948084 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, #15772: [Refactor](table function) Decouple vectorized table functions from non-vectorized ones

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

[GitHub] [doris] kk467415728 opened a new issue, #15773: ADD EXCLUDE FUNCTION

2023-01-10 Thread GitBox
kk467415728 opened a new issue, #15773: URL: https://github.com/apache/doris/issues/15773 ### 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 我们通过使用Tableau和Su

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15772: [Refactor](table function) Decouple vectorized table functions from non-vectorized ones

2023-01-10 Thread GitBox
github-actions[bot] commented on code in PR #15772: URL: https://github.com/apache/doris/pull/15772#discussion_r1065530921 ## be/src/vec/exprs/table_function/vexplode_split.h: ## @@ -17,27 +17,28 @@ #pragma once -#include "exprs/table_function/explode_split.h" #include "gu

[GitHub] [doris] hf200012 merged pull request #15676: [regression](flink)add flink doris connector case

2023-01-10 Thread GitBox
hf200012 merged PR #15676: URL: https://github.com/apache/doris/pull/15676 -- 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 (c3da5a687a -> 672d11522b)

2023-01-10 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 c3da5a687a [fix]fixed dangerous usage of namespace std (#15741) add 672d11522b [regression](flink)add flink

[GitHub] [doris] yangzhg merged pull request #15649: [chore](vulnerability) fix fe high risk vulnerability scanned by bug scanner

2023-01-10 Thread GitBox
yangzhg merged PR #15649: URL: https://github.com/apache/doris/pull/15649 -- 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 (672d11522b -> 503b6ee4da)

2023-01-10 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 672d11522b [regression](flink)add flink doris connector case (#15676) add 503b6ee4da [chore](vulnerability) fix f

[GitHub] [doris] yangzhg commented on issue #10024: [Bug] "Show databases" appears "ERROR 2006 (HY000): MySQL server has gone away" when login with a non-exist database

2023-01-10 Thread GitBox
yangzhg commented on issue #10024: URL: https://github.com/apache/doris/issues/10024#issuecomment-1376986172 this bug should be fixed by #9127 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [doris] github-actions[bot] commented on pull request #15768: [Bug](schema scanner) Fix wrong type in schema scanner

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15768: URL: https://github.com/apache/doris/pull/15768#issuecomment-1376987057 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 #15768: [Bug](schema scanner) Fix wrong type in schema scanner

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15768: URL: https://github.com/apache/doris/pull/15768#issuecomment-1376987098 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 #15764: [fix](tvf) cancel strict restrictions on tvf parameters

2023-01-10 Thread GitBox
hello-stephen commented on PR #15764: URL: https://github.com/apache/doris/pull/15764#issuecomment-1376988947 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.09 seconds load time: 515 seconds storage size: 17122455978 Bytes https://doris-co

[GitHub] [doris] yangzhg opened a new pull request, #15774: [Bugfix](pymysql) fix pymysql execute lost connection when sql failed

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

[GitHub] [doris] XieJiann opened a new pull request, #15775: [feature](Nereids): Add `SQL_MODE`: `PIPES_AS_CONCAT`

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

[GitHub] [doris] englefly opened a new pull request, #15776: [fix](nereids) fix bug in CaseWhen.getDataType and add some missing case for findTightestCommonType

2023-01-10 Thread GitBox
englefly opened a new pull request, #15776: URL: https://github.com/apache/doris/pull/15776 # 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 #15712: [fix](nereids) fix bug in estimation of min/max of Year

2023-01-10 Thread GitBox
hello-stephen commented on PR #15712: URL: https://github.com/apache/doris/pull/15712#issuecomment-1377015892 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.22 seconds load time: 484 seconds storage size: 17122182994 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15772: [Refactor](table function) Decouple vectorized table functions from non-vectorized ones

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15772: URL: https://github.com/apache/doris/pull/15772#issuecomment-1377020106 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] xy720 opened a new issue, #15777: [Bug] (function) The behavior of str_to_date function is inconsistent between Be and Fe

2023-01-10 Thread GitBox
xy720 opened a new issue, #15777: URL: https://github.com/apache/doris/issues/15777 ### 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's W

[GitHub] [doris] github-actions[bot] commented on pull request #15705: [refactor] refactor method finalize_columns of segment writer

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15705: URL: https://github.com/apache/doris/pull/15705#issuecomment-1377049476 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] ulnit opened a new issue, #15778: [Bug]

2023-01-10 Thread GitBox
ulnit opened a new issue, #15778: URL: https://github.com/apache/doris/issues/15778 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.1 ### What's Wr

[GitHub] [doris] yangzhg commented on pull request #15774: [Bugfix](pymysql) fix pymysql execute lost connection when sql failed

2023-01-10 Thread GitBox
yangzhg commented on PR #15774: URL: https://github.com/apache/doris/pull/15774#issuecomment-1377060253 duplicated with -- 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] yangzhg closed pull request #15774: [Bugfix](pymysql) fix pymysql execute lost connection when sql failed

2023-01-10 Thread GitBox
yangzhg closed pull request #15774: [Bugfix](pymysql) fix pymysql execute lost connection when sql failed URL: https://github.com/apache/doris/pull/15774 -- 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] yangzhg merged pull request #15657: [Enhancement](metric) add current edit log metric

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

[GitHub] [doris] yangzhg closed issue #15656: [Enhancement] add metrics related edit log

2023-01-10 Thread GitBox
yangzhg closed issue #15656: [Enhancement] add metrics related edit log URL: https://github.com/apache/doris/issues/15656 -- 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 uns

[doris] branch master updated: [Enhancement](metric) add current edit log metric (#15657)

2023-01-10 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a67cea2d27 [Enhancement](metric) add current edi

[GitHub] [doris] zy-kkk opened a new pull request, #15780: [feature](multi-catalog) support clickhouse jdbc catalog

2023-01-10 Thread GitBox
zy-kkk opened a new pull request, #15780: URL: https://github.com/apache/doris/pull/15780 # Proposed changes Issue Number: close #14527 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] github-actions[bot] commented on pull request #15780: [feature](multi-catalog) support clickhouse jdbc catalog

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15780: URL: https://github.com/apache/doris/pull/15780#issuecomment-1377065377 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] TangSiyang2001 opened a new pull request, #15781: [typo](docs)Update ARRAY.md

2023-01-10 Thread GitBox
TangSiyang2001 opened a new pull request, #15781: URL: https://github.com/apache/doris/pull/15781 # Proposed changes Issue Number: None ## Problem summary Found the description about the array element types out-of-date when I was developing `group_uniq_array`.Added `DATE

[GitHub] [doris] github-actions[bot] commented on pull request #15772: [Refactor](table function) Decouple vectorized table functions from non-vectorized ones

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15772: URL: https://github.com/apache/doris/pull/15772#issuecomment-1377077870 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] yiguolei merged pull request #15681: [fix](schema change) bugfix for light schema change while with rollup

2023-01-10 Thread GitBox
yiguolei merged PR #15681: URL: https://github.com/apache/doris/pull/15681 -- 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 #15586: [Bug] [daily] be core when query after schema change

2023-01-10 Thread GitBox
yiguolei closed issue #15586: [Bug] [daily] be core when query after schema change URL: https://github.com/apache/doris/issues/15586 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[doris] branch master updated (a67cea2d27 -> bb28144c76)

2023-01-10 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 a67cea2d27 [Enhancement](metric) add current edit log metric (#15657) add bb28144c76 [fix](schema change) bugfix

[GitHub] [doris] TDL11111122222 opened a new issue, #15782: [Bug]

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

[GitHub] [doris] github-actions[bot] commented on pull request #14063: [Feature](ipv6)Support IPV6

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #14063: URL: https://github.com/apache/doris/pull/14063#issuecomment-1377088840 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 #15713: [refactor] separate agg and flush in memtable

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15713: URL: https://github.com/apache/doris/pull/15713#issuecomment-1377093549 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] yiguolei commented on a diff in pull request #15716: [enhancement](memtracker) Improve readability

2023-01-10 Thread GitBox
yiguolei commented on code in PR #15716: URL: https://github.com/apache/doris/pull/15716#discussion_r1065646206 ## be/src/olap/push_handler.cpp: ## @@ -829,8 +829,8 @@ Status PushBrokerReader::init(const Schema* schema, const TBrokerScanRange& t_sc } _runtime_profile

[GitHub] [doris] hello-stephen commented on pull request #15765: [fix](QueryDetail) fix QueryDetail may be incorrect and null pointer exception

2023-01-10 Thread GitBox
hello-stephen commented on PR #15765: URL: https://github.com/apache/doris/pull/15765#issuecomment-1377096577 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.02 seconds load time: 494 seconds storage size: 17123140970 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15716: [enhancement](memtracker) Improve readability

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15716: URL: https://github.com/apache/doris/pull/15716#issuecomment-1377100663 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 #15716: [enhancement](memtracker) Improve readability

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15716: URL: https://github.com/apache/doris/pull/15716#issuecomment-1377100721 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 #14396: [Feature](function) Support width_bucket function

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #14396: URL: https://github.com/apache/doris/pull/14396#issuecomment-1377121020 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] sohardforaname closed pull request #15619: [Feature](Nereids)add some scalar functions

2023-01-10 Thread GitBox
sohardforaname closed pull request #15619: [Feature](Nereids)add some scalar functions URL: https://github.com/apache/doris/pull/15619 -- 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] sohardforaname commented on pull request #15619: [Feature](Nereids)add some scalar functions

2023-01-10 Thread GitBox
sohardforaname commented on PR #15619: URL: https://github.com/apache/doris/pull/15619#issuecomment-1377122393 duplicate with https://github.com/apache/doris/pull/15671 -- 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] sohardforaname closed pull request #15722: [Fix](Nereids)fix failed to create view when using Nereids

2023-01-10 Thread GitBox
sohardforaname closed pull request #15722: [Fix](Nereids)fix failed to create view when using Nereids URL: https://github.com/apache/doris/pull/15722 -- 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

[GitHub] [doris] sohardforaname commented on pull request #15722: [Fix](Nereids)fix failed to create view when using Nereids

2023-01-10 Thread GitBox
sohardforaname commented on PR #15722: URL: https://github.com/apache/doris/pull/15722#issuecomment-1377129800 duplicate with https://github.com/apache/doris/pull/15752 -- 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] github-actions[bot] commented on pull request #15721: [ehancement](nereids) Support utf8 id

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15721: URL: https://github.com/apache/doris/pull/15721#issuecomment-1377130807 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 #15721: [ehancement](nereids) Support utf8 id

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

[GitHub] [doris] morrySnow merged pull request #15721: [ehancement](nereids) Support utf8 id

2023-01-10 Thread GitBox
morrySnow merged PR #15721: URL: https://github.com/apache/doris/pull/15721 -- 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: [ehancement](nereids) let parser support utf8 identifier (#15721)

2023-01-10 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 7767931aca [ehancement](nereids) let parser su

[GitHub] [doris] morrySnow merged pull request #15735: [fix](nereids)week should be able to recognized as function name in function call context

2023-01-10 Thread GitBox
morrySnow merged PR #15735: URL: https://github.com/apache/doris/pull/15735 -- 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: [fix](nereids) week should be able to recognized as function name in function call context (#15735)

2023-01-10 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new fec89ad58c [fix](nereids) week should be able

[GitHub] [doris] hello-stephen commented on pull request #15767: [refactor](remove row batch) remove impala rowbatch structure

2023-01-10 Thread GitBox
hello-stephen commented on PR #15767: URL: https://github.com/apache/doris/pull/15767#issuecomment-1377151659 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.71 seconds load time: 487 seconds storage size: 17123239723 Bytes https://doris-co

[GitHub] [doris] wyj12501 opened a new issue, #15783: [Bug] (fe) query request would be blocked when tasks are rejected from StatementSubmitter

2023-01-10 Thread GitBox
wyj12501 opened a new issue, #15783: URL: https://github.com/apache/doris/issues/15783 ### 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 trunk 7767931aca13d0

[GitHub] [doris] starocean999 opened a new pull request, #15784: [fix](nereids) orthogonal_bitmap_intersect's return type should be bitmap

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

[GitHub] [doris] hello-stephen commented on pull request #15768: [Bug](schema scanner) Fix wrong type in schema scanner

2023-01-10 Thread GitBox
hello-stephen commented on PR #15768: URL: https://github.com/apache/doris/pull/15768#issuecomment-1377200069 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.43 seconds load time: 486 seconds storage size: 17122759627 Bytes https://doris-co

[GitHub] [doris] freemandealer opened a new pull request, #15785: [fix](compaction) segcompaction coredump if the rowset starts with a …

2023-01-10 Thread GitBox
freemandealer opened a new pull request, #15785: URL: https://github.com/apache/doris/pull/15785 …big segment (#14174) Signed-off-by: freemandealer # Proposed changes Issue Number: close #xxx ## Problem summary Check will fail because _segid_statistics_map.

[GitHub] [doris] xy720 commented on issue #15777: [Bug] (function) The behavior of str_to_date function is inconsistent between Be and Fe

2023-01-10 Thread GitBox
xy720 commented on issue #15777: URL: https://github.com/apache/doris/issues/15777#issuecomment-1377214615 @Gabriel39 Please have a look at this? -- 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 #15785: [fix](compaction) segcompaction coredump if the rowset starts with a …

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15785: URL: https://github.com/apache/doris/pull/15785#issuecomment-1377215727 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 #15785: [fix](compaction) segcompaction coredump if the rowset starts with a …

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15785: URL: https://github.com/apache/doris/pull/15785#issuecomment-1377215759 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] jackwener opened a new pull request, #15786: [fix](Nereids): move parentExpression in moveOwnership()

2023-01-10 Thread GitBox
jackwener opened a new pull request, #15786: URL: https://github.com/apache/doris/pull/15786 # Proposed changes Issue Number: close #xxx ## Problem summary original code forgot move `parentExpression` ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [doris] luozenglin commented on issue #14937: [Bug] [daily]pymysql execute lost connection when sql failed

2023-01-10 Thread GitBox
luozenglin commented on issue #14937: URL: https://github.com/apache/doris/issues/14937#issuecomment-1377242502 same bug: ``` mysql> select * from basdf; ERROR 2013 (HY000): Lost connection to MySQL server during query No connection. Trying to reconnect... Connection id:5

[GitHub] [doris] github-actions[bot] commented on pull request #15654: [Bugfix] (ROLLUP) fix the coredump when add rollup by link schema change

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15654: URL: https://github.com/apache/doris/pull/15654#issuecomment-1377266330 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 #15646: [fix](nereids) bind sort key priority problem

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15646: URL: https://github.com/apache/doris/pull/15646#issuecomment-1377281343 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 #15779: [fix](bitmap) fix bitmap iterator comparison error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15779: URL: https://github.com/apache/doris/pull/15779#issuecomment-1377274368 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 #15712: [fix](nereids) fix bug in estimation of min/max of Year

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15712: URL: https://github.com/apache/doris/pull/15712#issuecomment-1377276898 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 master updated: [fix](nereids) fix bug in estimation of min/max of Year (#15712)

2023-01-10 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 542542a4b2 [fix](nereids) fix bug in estimatio

[GitHub] [doris] github-actions[bot] commented on pull request #15712: [fix](nereids) fix bug in estimation of min/max of Year

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

[GitHub] [doris] morrySnow merged pull request #15712: [fix](nereids) fix bug in estimation of min/max of Year

2023-01-10 Thread GitBox
morrySnow merged PR #15712: URL: https://github.com/apache/doris/pull/15712 -- 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] hello-stephen commented on pull request #15770: [deps](hdfs) update libhdfs3 to v2.3.5 to support KMS

2023-01-10 Thread GitBox
hello-stephen commented on PR #15770: URL: https://github.com/apache/doris/pull/15770#issuecomment-1377319103 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.2 seconds load time: 482 seconds storage size: 17123153375 Bytes https://doris-com

[GitHub] [doris] github-actions[bot] commented on pull request #15781: [typo](docs)Update ARRAY.md

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15781: URL: https://github.com/apache/doris/pull/15781#issuecomment-1377367905 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: [feature-wip](multi-catalog) add iceberg tvf to read snapshots (#15618)

2023-01-10 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 90a92f0643 [feature-wip](multi-catalog) add i

[GitHub] [doris] morningman merged pull request #15757: [BugFix](JdbcResource) fix that JdbcResource does not support the jdbcurl of `Oracle` and `SQLServer`

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

[GitHub] [doris] morningman merged pull request #15618: [feature-wip](multi-catalog) add iceberg tvf to read snapshots

2023-01-10 Thread GitBox
morningman merged PR #15618: URL: https://github.com/apache/doris/pull/15618 -- 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

  1   2   3   4   >