[GitHub] [doris] liaoxin01 opened a new pull request, #13410: [feature](alter) support rename column for table with unique column id

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

[GitHub] [doris] hello-stephen commented on pull request #13259: test benchmark pipeline

2022-10-17 Thread GitBox
hello-stephen commented on PR #13259: URL: https://github.com/apache/doris/pull/13259#issuecomment-1280397741 TeamCity pipeline, clickbench performance test result: total run time:30.2s load time: 520s storage size: 17123069872 Bytes https://doris-community-tes

[GitHub] [doris] github-actions[bot] commented on pull request #13406: Add support for parquet and orc file into spark load. issue(#13099)

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13406: URL: https://github.com/apache/doris/pull/13406#issuecomment-1280399388 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 #13406: Add support for parquet and orc file into spark load. issue(#13099)

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13406: URL: https://github.com/apache/doris/pull/13406#issuecomment-1280399347 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] zhanghengdashuaibi opened a new issue, #13411: [Feature] 运行一段时间的flink算子后,be就会宕机,谁能知道这个问题咋解决

2022-10-17 Thread GitBox
zhanghengdashuaibi opened a new issue, #13411: URL: https://github.com/apache/doris/issues/13411 ### 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

[GitHub] [doris] hello-stephen commented on pull request #13259: test benchmark pipeline

2022-10-17 Thread GitBox
hello-stephen commented on PR #13259: URL: https://github.com/apache/doris/pull/13259#issuecomment-1280411911 TeamCity -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] nextdreamblue commented on a diff in pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-17 Thread GitBox
nextdreamblue commented on code in PR #13067: URL: https://github.com/apache/doris/pull/13067#discussion_r996698985 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -2743,17 +2745,17 @@ drop_stmt ::= // Recover statement recover_stmt ::= -KW_RECOVER KW_DATABASE ident:dbN

[GitHub] [doris] hello-stephen commented on pull request #13259: test benchmark pipeline

2022-10-17 Thread GitBox
hello-stephen commented on PR #13259: URL: https://github.com/apache/doris/pull/13259#issuecomment-1280414002 TeamCity -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] hello-stephen commented on pull request #13259: test benchmark pipeline

2022-10-17 Thread GitBox
hello-stephen commented on PR #13259: URL: https://github.com/apache/doris/pull/13259#issuecomment-1280416096 TeamCity pipeline, clickbench performance test result: total run time: 30.2 s load time: 123 s storage size: 112211221122 Bytes https://doris-community-test-1308700

[GitHub] [doris] hello-stephen commented on pull request #13259: test benchmark pipeline

2022-10-17 Thread GitBox
hello-stephen commented on PR #13259: URL: https://github.com/apache/doris/pull/13259#issuecomment-1280417153 $comment_body -- 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] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996606953 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EffectivePredicatesExtractor.java: ## @@ -0,0 +1,157 @@ +// Licensed to the Apache Software

[GitHub] [doris] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996610488 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EffectivePredicatesExtractor.java: ## @@ -0,0 +1,157 @@ +// Licensed to the Apache Software

[GitHub] [doris] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996729772 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/InferPredicates.java: ## @@ -0,0 +1,123 @@ +// Licensed to the Apache Software Foundation (A

[GitHub] [doris] github-actions[bot] commented on pull request #13393: [feature-wip](unique-key-merge-on-write) fix that delete the bitmap of stale rowset

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13393: URL: https://github.com/apache/doris/pull/13393#issuecomment-1280464173 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 commented on pull request #13364: fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3

2022-10-17 Thread GitBox
hf200012 commented on PR #13364: URL: https://github.com/apache/doris/pull/13364#issuecomment-1280483906 Incompatible version, compile error @zhoumengyks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] hello-stephen commented on pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
hello-stephen commented on PR #12996: URL: https://github.com/apache/doris/pull/12996#issuecomment-1280487489 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221017163314_clickbench_pr_30045.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] mrhhsg opened a new pull request, #13414: [fix](mem) failure of allocating memory(ASAN)

2022-10-17 Thread GitBox
mrhhsg opened a new pull request, #13414: URL: https://github.com/apache/doris/pull/13414 # Proposed changes When the target size to allocate is 8164, MemPool will return nullptr. ```bash 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) a

[GitHub] [doris] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996698062 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PredicatePropagation.java: ## @@ -0,0 +1,100 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] github-actions[bot] commented on pull request #13364: fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13364: URL: https://github.com/apache/doris/pull/13364#issuecomment-1280518197 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 #13364: fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13364: URL: https://github.com/apache/doris/pull/13364#issuecomment-1280518243 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] xinyiZzz opened a new pull request, #13415: [fix](memory) Fix USE_JEMALLOC=true compilation error

2022-10-17 Thread GitBox
xinyiZzz opened a new pull request, #13415: URL: https://github.com/apache/doris/pull/13415 # Proposed changes Issue Number: close #xxx ## Problem summary fix #13398 ``` *** Query id: 0-0 *** *** Aborted at 1665994546 (unix time) try "date -d @1665994546" if you

[GitHub] [doris] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996698062 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PredicatePropagation.java: ## @@ -0,0 +1,100 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] wangshuo128 opened a new pull request, #13416: [Feature](Nereids) Support materialized index selection.

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

[GitHub] [doris-flink-connector] bleachkinsin opened a new issue, #74: [Bug] StreamLoadException: stream load error: failed to stream load data with label: flink_connector_20221017_170854_ef4f558e2bf4

2022-10-17 Thread GitBox
bleachkinsin opened a new issue, #74: URL: https://github.com/apache/doris-flink-connector/issues/74 ### 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

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #13417: [Bug](predicate) fix core dump on bool type runtime filter

2022-10-17 Thread GitBox
BiteThet opened a new pull request, #13417: URL: https://github.com/apache/doris/pull/13417 # Proposed changes ```cpp 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk1/pxl/doris/be/src/common/signal_handler.h:420 1# 0x7

[GitHub] [doris] xinyiZzz closed pull request #13415: [fix](memory) Fix USE_JEMALLOC=true compilation error

2022-10-17 Thread GitBox
xinyiZzz closed pull request #13415: [fix](memory) Fix USE_JEMALLOC=true compilation error URL: https://github.com/apache/doris/pull/13415 -- 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] xinyiZzz commented on pull request #13415: [fix](memory) Fix USE_JEMALLOC=true compilation error

2022-10-17 Thread GitBox
xinyiZzz commented on PR #13415: URL: https://github.com/apache/doris/pull/13415#issuecomment-1280594725 abandoned -- 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 unsubs

[GitHub] [doris] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996606953 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EffectivePredicatesExtractor.java: ## @@ -0,0 +1,157 @@ +// Licensed to the Apache Software

[GitHub] [doris] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996612117 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EffectivePredicatesExtractor.java: ## @@ -0,0 +1,157 @@ +// Licensed to the Apache Software

[GitHub] [doris] zy-kkk opened a new pull request, #13418: [function](string_function) add new string function 'not_null_or_empty'

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

[GitHub] [doris] HappenLee commented on a diff in pull request #13355: [improvement](olap) try to read enough filtered rows in segment_iterator

2022-10-17 Thread GitBox
HappenLee commented on code in PR #13355: URL: https://github.com/apache/doris/pull/13355#discussion_r996702548 ## be/src/vec/columns/column_string.cpp: ## @@ -444,6 +445,7 @@ void ColumnString::resize(size_t n) { auto origin_size = size(); if (origin_size > n) {

[GitHub] [doris] mrhhsg commented on a diff in pull request #13355: [improvement](olap) try to read enough filtered rows in segment_iterator

2022-10-17 Thread GitBox
mrhhsg commented on code in PR #13355: URL: https://github.com/apache/doris/pull/13355#discussion_r996881116 ## be/src/vec/columns/column_string.cpp: ## @@ -444,6 +445,7 @@ void ColumnString::resize(size_t n) { auto origin_size = size(); if (origin_size > n) {

[GitHub] [doris] github-actions[bot] commented on pull request #13414: [fix](mem) failure of allocating memory(ASAN)

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13414: URL: https://github.com/apache/doris/pull/13414#issuecomment-1280640830 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 #13414: [fix](mem) failure of allocating memory(ASAN)

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13414: URL: https://github.com/apache/doris/pull/13414#issuecomment-1280640907 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 merged pull request #13368: [enhancement](memtracker) Fix bthread local consume mem tracker

2022-10-17 Thread GitBox
yiguolei merged PR #13368: URL: https://github.com/apache/doris/pull/13368 -- 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 (3b5b7ae12b -> 87a6b1a13b)

2022-10-17 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 3b5b7ae12b [improvement](config) let default value of alter and load timeout suitable for most cases (#13370) a

[GitHub] [doris] BiteTheDDDDt merged pull request #13287: [feature](agg) support `group_bitmap_xor` agg function.

2022-10-17 Thread GitBox
BiteThet merged PR #13287: URL: https://github.com/apache/doris/pull/13287 -- 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 master updated (87a6b1a13b -> 207f4e559e)

2022-10-17 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 87a6b1a13b [enhancement](memtracker) Fix bthread local consume mem tracker (#13368) add 207f4e559e [feature](

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
BiteThet commented on code in PR #13418: URL: https://github.com/apache/doris/pull/13418#discussion_r996905606 ## be/src/vec/functions/function_string.h: ## @@ -420,6 +420,43 @@ class FunctionNullOrEmpty : public IFunction { } }; +class FunctionNotNullOrEmpty : publi

[GitHub] [doris] dataroaring opened a new pull request, #13419: [fix](test) let each case uses its own table name

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

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
BiteThet commented on code in PR #13418: URL: https://github.com/apache/doris/pull/13418#discussion_r996906315 ## be/src/vec/functions/function_string.h: ## @@ -420,6 +420,43 @@ class FunctionNullOrEmpty : public IFunction { } }; +class FunctionNotNullOrEmpty : publi

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
BiteThet commented on code in PR #13418: URL: https://github.com/apache/doris/pull/13418#discussion_r996907313 ## docs/zh-CN/docs/sql-manual/sql-functions/string-functions/not_null_or_empty.md: ## @@ -0,0 +1,60 @@ +--- +{ +"title": "not_null_or_empty", +"language": "

[doris] branch master updated (207f4e559e -> c114d87d13)

2022-10-17 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 207f4e559e [feature](agg) support `group_bitmap_xor` agg function. (#13287) add c114d87d13 [Enhancement](array-ty

[GitHub] [doris] xy720 merged pull request #13307: [Enhancement](array-type) Tuple is null predicate support array type

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

[GitHub] [doris] Gabriel39 commented on a diff in pull request #13400: [function](date function)add new date function 'last_day'

2022-10-17 Thread GitBox
Gabriel39 commented on code in PR #13400: URL: https://github.com/apache/doris/pull/13400#discussion_r996914151 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -569,6 +569,164 @@ class FunctionUnixTimestamp : public IFunction { } }; +template +class FunctionDateOr

[GitHub] [doris] zhangstar333 commented on a diff in pull request #13400: [function](date function)add new date function 'last_day'

2022-10-17 Thread GitBox
zhangstar333 commented on code in PR #13400: URL: https://github.com/apache/doris/pull/13400#discussion_r996918671 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -569,6 +569,164 @@ class FunctionUnixTimestamp : public IFunction { } }; +template +class FunctionDat

[GitHub] [doris] cambyzju opened a new pull request, #13420: [bugfix](array-type) ColumnDate lost is_date_type after cloned

2022-10-17 Thread GitBox
cambyzju opened a new pull request, #13420: URL: https://github.com/apache/doris/pull/13420 # Proposed changes Issue Number: close #xxx Describe your changes. Problem: IColumn::is_date property will lost after ColumnDate::clone called. Fix: After ColumnDate c

[GitHub] [doris] zy-kkk commented on a diff in pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
zy-kkk commented on code in PR #13418: URL: https://github.com/apache/doris/pull/13418#discussion_r996925807 ## docs/zh-CN/docs/sql-manual/sql-functions/string-functions/not_null_or_empty.md: ## @@ -0,0 +1,60 @@ +--- +{ +"title": "not_null_or_empty", +"language": "zh-CN"

[GitHub] [doris] zy-kkk commented on pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
zy-kkk commented on PR #13418: URL: https://github.com/apache/doris/pull/13418#issuecomment-1280687878 > Need add test done -- 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

[GitHub] [doris] wangshuo128 commented on a diff in pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-17 Thread GitBox
wangshuo128 commented on code in PR #13402: URL: https://github.com/apache/doris/pull/13402#discussion_r996929481 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOutJoin.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] wangshuo128 commented on a diff in pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-17 Thread GitBox
wangshuo128 commented on code in PR #13402: URL: https://github.com/apache/doris/pull/13402#discussion_r996929481 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOutJoin.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] zy-kkk commented on a diff in pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
zy-kkk commented on code in PR #13418: URL: https://github.com/apache/doris/pull/13418#discussion_r996937312 ## be/src/vec/functions/function_string.h: ## @@ -420,6 +420,43 @@ class FunctionNullOrEmpty : public IFunction { } }; +class FunctionNotNullOrEmpty : public IFun

[GitHub] [doris] zy-kkk commented on a diff in pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
zy-kkk commented on code in PR #13418: URL: https://github.com/apache/doris/pull/13418#discussion_r996938812 ## be/src/vec/functions/function_string.h: ## @@ -420,6 +420,43 @@ class FunctionNullOrEmpty : public IFunction { } }; +class FunctionNotNullOrEmpty : public IFun

[GitHub] [doris] 924060929 commented on a diff in pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-17 Thread GitBox
924060929 commented on code in PR #12996: URL: https://github.com/apache/doris/pull/12996#discussion_r996610488 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EffectivePredicatesExtractor.java: ## @@ -0,0 +1,157 @@ +// Licensed to the Apache Software

[GitHub] [doris] nextdreamblue opened a new pull request, #13421: [Enhancement](profile) support configure the number of query profile

2022-10-17 Thread GitBox
nextdreamblue opened a new pull request, #13421: URL: https://github.com/apache/doris/pull/13421 Signed-off-by: nextdreamblue # Proposed changes Issue Number: close #13352 ## Problem summary support configure the number of query profile ## Checklist(Require

[GitHub] [doris] liujinhui1994 commented on pull request #13406: Add support for parquet and orc file into spark load. issue(#13099)

2022-10-17 Thread GitBox
liujinhui1994 commented on PR #13406: URL: https://github.com/apache/doris/pull/13406#issuecomment-1280775468 Don't merge This PR,because has some problems, I'll deal with it tomorrow morning if allowed -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [doris] starocean999 opened a new pull request, #13424: [fix](agg)the intermediate slots should be materialized as output slots

2022-10-17 Thread GitBox
starocean999 opened a new pull request, #13424: URL: https://github.com/apache/doris/pull/13424 # Proposed changes Issue Number: close #xxx ## Problem summary pick https://github.com/apache/doris/pull/12441 from master ## Checklist(Required) 1. Does it affect th

[GitHub] [doris] luozenglin opened a new issue, #13425: [Bug] `year()` results are not as expected

2022-10-17 Thread GitBox
luozenglin opened a new issue, #13425: URL: https://github.com/apache/doris/issues/13425 ### 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] luozenglin opened a new pull request, #13426: [fix](year) fix `year()` results are not as expected

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

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #13418: [function](string_function) add new string function 'not_null_or_empty'

2022-10-17 Thread GitBox
BiteThet commented on code in PR #13418: URL: https://github.com/apache/doris/pull/13418#discussion_r997105937 ## be/src/vec/functions/function_string.h: ## @@ -420,6 +420,43 @@ class FunctionNullOrEmpty : public IFunction { } }; +class FunctionNotNullOrEmpty : publi

[GitHub] [doris] xy720 commented on a diff in pull request #13405: [fix](docs) fix error description of `LDAP_ADMIN_PASSWORD` in the document

2022-10-17 Thread GitBox
xy720 commented on code in PR #13405: URL: https://github.com/apache/doris/pull/13405#discussion_r997131152 ## docs/zh-CN/docs/sql-manual/sql-reference/Account-Management-Statements/LDAP.md: ## @@ -44,12 +44,12 @@ SET LDAP_ADMIN_PASSWORD 1. 设置LDAP管理员密码 ```sql -SET LDAP_ADMIN

[GitHub] [doris] hello-stephen commented on pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-17 Thread GitBox
hello-stephen commented on PR #13402: URL: https://github.com/apache/doris/pull/13402#issuecomment-1280970501 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221017223936_clickbench_pr_30091.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] dataroaring opened a new pull request, #13427: [fix](conf) aggressive_memory_decommit and chunk_reserve_limits can n…

2022-10-17 Thread GitBox
dataroaring opened a new pull request, #13427: URL: https://github.com/apache/doris/pull/13427 …ot be changed when running # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect t

[GitHub] [doris] morrySnow commented on pull request #13399: [feature-wip](statistics) Collect statistics by sampling sql-tasks

2022-10-17 Thread GitBox
morrySnow commented on PR #13399: URL: https://github.com/apache/doris/pull/13399#issuecomment-1281043160 @Kikyou1997 PTAL -- 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. T

[GitHub] [doris] morningman merged pull request #13354: [feature-wip](new-scan) Support stream load with csv in new scan framework

2022-10-17 Thread GitBox
morningman merged PR #13354: URL: https://github.com/apache/doris/pull/13354 -- 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 opened a new pull request, #13428: [feature-wip](array) remove array config and check array nested depth

2022-10-17 Thread GitBox
morningman opened a new pull request, #13428: URL: https://github.com/apache/doris/pull/13428 # Proposed changes Issue Number: close #xxx ## Problem summary 1. remove FE config `enable_array_type` 2. limit the nested depth of array in FE side. 3. Fix some bug when l

[GitHub] [doris] xy720 merged pull request #13407: [optimization](array-type) array_min/array_max function support the d…

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

[doris] branch master updated: [optimization](array-type) array_min/array_max function support the date/datetime type (#13407)

2022-10-17 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 49b060418a [optimization](array-type) array_min/a

[GitHub] [doris] dataalive commented on issue #13411: [Feature] 运行一段时间的flink算子后,be就会宕机,谁能知道这个问题咋解决

2022-10-17 Thread GitBox
dataalive commented on issue #13411: URL: https://github.com/apache/doris/issues/13411#issuecomment-1281073849 which doris version ? -- 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] dataalive commented on issue #13403: [Feature] be很脆弱,动不动就宕机

2022-10-17 Thread GitBox
dataalive commented on issue #13403: URL: https://github.com/apache/doris/issues/13403#issuecomment-1281076860 Doris的版本是?你可以给更多的信息看看?这种反复挂的应该是某一个特殊的SQL或者什么触发了。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] dataalive commented on issue #13389: [Bug] cpu 100%

2022-10-17 Thread GitBox
dataalive commented on issue #13389: URL: https://github.com/apache/doris/issues/13389#issuecomment-1281084386 type `top -H` when cpu 100% -- 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 spe

[GitHub] [doris] dataalive commented on issue #13343: [Bug] 1.1.1 be crash

2022-10-17 Thread GitBox
dataalive commented on issue #13343: URL: https://github.com/apache/doris/issues/13343#issuecomment-1281086650 这个问题解决了吗?没有解决的话可以继续反馈下,或者加微信:warpdrive1987 来定位下。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] github-actions[bot] commented on pull request #13420: [bugfix](array-type) ColumnDate lost is_date_type after cloned

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13420: URL: https://github.com/apache/doris/pull/13420#issuecomment-1281119651 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 #13420: [bugfix](array-type) ColumnDate lost is_date_type after cloned

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13420: URL: https://github.com/apache/doris/pull/13420#issuecomment-1281119716 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 branch-1.2-lts updated (d63a80eaba -> 49b060418a)

2022-10-17 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from d63a80eaba [fix](bitmap_intersect) fix `bitmap_intersect` result error (#13298) add a77808e103 [Enhan

[GitHub] [doris] morningman commented on issue #13403: [Feature] be很脆弱,动不动就宕机

2022-10-17 Thread GitBox
morningman commented on issue #13403: URL: https://github.com/apache/doris/issues/13403#issuecomment-1281154823 这不是一个好的提问题的方式 @zhanghengdashuaibi -- 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] github-actions[bot] commented on pull request #13357: [Improvement](join) optimize join probing phase

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13357: URL: https://github.com/apache/doris/pull/13357#issuecomment-1281276440 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 #13357: [Improvement](join) optimize join probing phase

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13357: URL: https://github.com/apache/doris/pull/13357#issuecomment-1281276529 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 #13399: [feature-wip](statistics) Collect statistics by sampling sql-tasks

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13399: URL: https://github.com/apache/doris/pull/13399#issuecomment-1281305703 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 #13399: [feature-wip](statistics) Collect statistics by sampling sql-tasks

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13399: URL: https://github.com/apache/doris/pull/13399#issuecomment-1281305762 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 #13195: [enhancement](macOS M1) Support building from source on macOS (M1)

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13195: URL: https://github.com/apache/doris/pull/13195#issuecomment-1281642098 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 #13195: [enhancement](macOS M1) Support building from source on macOS (M1)

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13195: URL: https://github.com/apache/doris/pull/13195#issuecomment-1281642126 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 #13374: [Improvement](bf) acclocate memory in open phase

2022-10-17 Thread GitBox
hello-stephen commented on PR #13374: URL: https://github.com/apache/doris/pull/13374#issuecomment-1281662380 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.76 seconds load time: 586 seconds storage size: 17154629339 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #13419: [fix](test) let each case uses its own table name

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13419: URL: https://github.com/apache/doris/pull/13419#issuecomment-1281681784 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 #13419: [fix](test) let each case uses its own table name

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13419: URL: https://github.com/apache/doris/pull/13419#issuecomment-1281681803 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] zhanghengdashuaibi commented on issue #13411: [Feature] 运行一段时间的flink算子后,be就会宕机,谁能知道这个问题咋解决

2022-10-17 Thread GitBox
zhanghengdashuaibi commented on issue #13411: URL: https://github.com/apache/doris/issues/13411#issuecomment-1281689253 > 哪个多丽丝版本? 1.1.2 -- 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] zhanghengdashuaibi commented on issue #13403: [Feature] be很脆弱,动不动就宕机

2022-10-17 Thread GitBox
zhanghengdashuaibi commented on issue #13403: URL: https://github.com/apache/doris/issues/13403#issuecomment-1281692768 > Doris的版本是?你可以给更多的信息看看?这种反复挂的应该是某一个特殊的SQL或者什么触发了。 1.1.2的版本 flinkcdc同步mysql的数据到doris,没有多大数据量就是为了测试,跑了一个星期,宕机了5 6次 WARNING: Logging before InitGoogleLogging() i

[GitHub] [doris] zhanghengdashuaibi commented on issue #13403: [Feature] be很脆弱,动不动就宕机

2022-10-17 Thread GitBox
zhanghengdashuaibi commented on issue #13403: URL: https://github.com/apache/doris/issues/13403#issuecomment-1281692927 > 这不是一个好的提问题的方式 @zhanghengdashuaibi 抱歉抱歉 有点着急了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] zhanghengdashuaibi commented on issue #13403: [Feature] be很脆弱,动不动就宕机

2022-10-17 Thread GitBox
zhanghengdashuaibi commented on issue #13403: URL: https://github.com/apache/doris/issues/13403#issuecomment-1281693833 > 机型不支持某些指令吧.. 一个测试的算子任务跑了一个星期,没大多数据量,宕机5 6次 用的1.1.2版本的 WARNING: Logging before InitGoogleLogging() is written to STDERR I1017 09:30:42.672709 8381 env.cpp:4

[GitHub] [doris] morningman closed pull request #13099: [improvement](spark-load) support parquet and orc file

2022-10-17 Thread GitBox
morningman closed pull request #13099: [improvement](spark-load) support parquet and orc file URL: https://github.com/apache/doris/pull/13099 -- 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 spec

[GitHub] [doris] stalary opened a new pull request, #13429: [Doc](Multicatalog): Add multicatalog es doc

2022-10-17 Thread GitBox
stalary opened a new pull request, #13429: URL: https://github.com/apache/doris/pull/13429 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Add multicatalog es doc 2. Modify es unsigned_long mapping to largeint. 3. getHost add pre judge logic.

[GitHub] [doris] hello-stephen commented on pull request #13382: [feature](Nereids) generate ExprId from 0 for each statement

2022-10-17 Thread GitBox
hello-stephen commented on PR #13382: URL: https://github.com/apache/doris/pull/13382#issuecomment-1281705993 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.75 seconds load time: 583 seconds storage size: 17154562352 Bytes https://doris-co

[GitHub] [doris] HappenLee merged pull request #13408: [Bug](funciton) fix repeat coredump when step is to long

2022-10-17 Thread GitBox
HappenLee merged PR #13408: URL: https://github.com/apache/doris/pull/13408 -- 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 (49b060418a -> f0dbbe5b46)

2022-10-17 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 49b060418a [optimization](array-type) array_min/array_max function support the date/datetime type (#13407) add

[GitHub] [doris] github-actions[bot] commented on pull request #13429: [Doc](Multicatalog): Add multicatalog es doc

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13429: URL: https://github.com/apache/doris/pull/13429#issuecomment-1281715690 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 #13429: [Doc](Multicatalog): Add multicatalog es doc

2022-10-17 Thread GitBox
github-actions[bot] commented on PR #13429: URL: https://github.com/apache/doris/pull/13429#issuecomment-1281715655 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] dataalive commented on issue #13411: [Feature] 运行一段时间的flink算子后,be就会宕机,谁能知道这个问题咋解决

2022-10-17 Thread GitBox
dataalive commented on issue #13411: URL: https://github.com/apache/doris/issues/13411#issuecomment-1281716403 this bug has been fixed, use 1.1.3 release binary to have a try. [https://github.com/apache/doris/releases/tag/1.1.3-rc02](https://github.com/apache/doris/releases/tag/1.1.3-rc02

[GitHub] [doris] dataalive commented on issue #13403: [Feature] be很脆弱,动不动就宕机

2022-10-17 Thread GitBox
dataalive commented on issue #13403: URL: https://github.com/apache/doris/issues/13403#issuecomment-1281716991 我在 https://github.com/apache/doris/issues/13411 中已经回复,这个是一个在1.1.3中修复的bug,请升级下看看。 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [doris] dataalive commented on issue #13411: [Feature] 运行一段时间的flink算子后,be就会宕机,谁能知道这个问题咋解决

2022-10-17 Thread GitBox
dataalive commented on issue #13411: URL: https://github.com/apache/doris/issues/13411#issuecomment-1281718990 the pr https://github.com/apache/doris/pull/10094 fixed this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] morningman commented on a diff in pull request #13363: [Improvement](multi-catalog)Support refresh external catalog.

2022-10-17 Thread GitBox
morningman commented on code in PR #13363: URL: https://github.com/apache/doris/pull/13363#discussion_r997623662 ## fe/fe-core/src/main/java/org/apache/doris/analysis/RefreshDbStmt.java: ## @@ -34,16 +34,26 @@ public class RefreshDbStmt extends DdlStmt { private static fin

  1   2   >