[GitHub] [doris] sohardforaname opened a new pull request, #17815: [fix](planner)fix failed to create view when use window function

2023-03-14 Thread via GitHub
sohardforaname opened a new pull request, #17815: URL: https://github.com/apache/doris/pull/17815 # Proposed changes Issue Number: close #xxx ## Problem summary fix failed to create view when use window function because the view string contains slot id and which cannot b

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17800: [enhancement](memory) PODArray replaces MemPool in PredicateColumn

2023-03-14 Thread via GitHub
github-actions[bot] commented on code in PR #17800: URL: https://github.com/apache/doris/pull/17800#discussion_r1136605697 ## be/src/vec/columns/predicate_column.h: ## @@ -300,16 +297,13 @@ class PredicateColumnType final : public COWHelper) { -if (_pool == nullptr)

[GitHub] [doris] 924060929 commented on pull request #17579: [refactor](Nereids) refactor column pruning

2023-03-14 Thread via GitHub
924060929 commented on PR #17579: URL: https://github.com/apache/doris/pull/17579#issuecomment-1469445131 run buildall -- 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] github-actions[bot] commented on a diff in pull request #17814: [Improvement](aggregate) use fixed-length type to do aggregation for string with fixed length

2023-03-14 Thread via GitHub
github-actions[bot] commented on code in PR #17814: URL: https://github.com/apache/doris/pull/17814#discussion_r1136604773 ## be/src/vec/common/aggregation_common.h: ## @@ -106,6 +106,13 @@ T pack_fixed(size_t i, size_t keys_size, const ColumnRawPtrs& key_columns, const

[GitHub] [doris] sohardforaname closed pull request #17777: [fix](planner)fix in create view and cause exception

2023-03-14 Thread via GitHub
sohardforaname closed pull request #1: [fix](planner)fix in create view and cause exception URL: https://github.com/apache/doris/pull/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 above to go to the s

[GitHub] [doris] sohardforaname commented on pull request #17777: [fix](planner)fix in create view and cause exception

2023-03-14 Thread via GitHub
sohardforaname commented on PR #1: URL: https://github.com/apache/doris/pull/1#issuecomment-1469444223 master will be also failed to create view, fix it on master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17800: [enhancement](memory) PODArray replaces MemPool in PredicateColumn

2023-03-14 Thread via GitHub
github-actions[bot] commented on code in PR #17800: URL: https://github.com/apache/doris/pull/17800#discussion_r1136604070 ## be/src/vec/columns/predicate_column.h: ## @@ -300,16 +297,13 @@ return; } if constexpr (std::is_same_v) { -if

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17753: [Enhancement](HttpServer) Add http interface authentication for BE

2023-03-14 Thread via GitHub
github-actions[bot] commented on code in PR #17753: URL: https://github.com/apache/doris/pull/17753#discussion_r1136604052 ## be/test/olap/tablet_test.cpp: ## @@ -272,7 +270,7 @@ TEST_F(TestTablet, pad_rowset) { ASSERT_FALSE(_tablet->capture_rs_readers(version, &readers).ok

[GitHub] [doris] morrySnow commented on pull request #17813: [fix](planner) should not bind slot on brother's tuple in subquery

2023-03-14 Thread via GitHub
morrySnow commented on PR #17813: URL: https://github.com/apache/doris/pull/17813#issuecomment-1469441626 run buildall -- 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] Gabriel39 opened a new pull request, #17814: [Improvement](aggregate) use fixed-length type to do aggregation for string with fixed length

2023-03-14 Thread via GitHub
Gabriel39 opened a new pull request, #17814: URL: https://github.com/apache/doris/pull/17814 … # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ]

[GitHub] [doris] XieJiann commented on pull request #17811: [fix](Nereids): construct project with all slots in `semi-semi-transpose-project` rule

2023-03-14 Thread via GitHub
XieJiann commented on PR #17811: URL: https://github.com/apache/doris/pull/17811#issuecomment-1469440013 run buildall -- 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

[GitHub] [doris] jackwener commented on pull request #17809: [refactor](Nereids): refactor Join Reorder Rule.

2023-03-14 Thread via GitHub
jackwener commented on PR #17809: URL: https://github.com/apache/doris/pull/17809#issuecomment-1469437309 run buildall -- 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] github-actions[bot] commented on pull request #17629: [Feature-WIP](inverted index) support range predicate push down to inverted index

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17629: URL: https://github.com/apache/doris/pull/17629#issuecomment-1469436489 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] morrySnow opened a new pull request, #17813: [fix](planner) should not bind slot on brother's tuple in subquery

2023-03-14 Thread via GitHub
morrySnow opened a new pull request, #17813: URL: https://github.com/apache/doris/pull/17813 # Proposed changes Issue Number: close #xxx ## Problem summary consider the query like this: ```sql SELECT k3, k4 FROM test WHERE EXISTS( SELECT

[GitHub] [doris] zhangstar333 commented on pull request #17812: [bug](udf) add synchronized to test resolve error of zip file closed

2023-03-14 Thread via GitHub
zhangstar333 commented on PR #17812: URL: https://github.com/apache/doris/pull/17812#issuecomment-1469436555 run buildall -- 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] airborne12 commented on pull request #17629: [Feature-WIP](inverted index) support range predicate push down to inverted index

2023-03-14 Thread via GitHub
airborne12 commented on PR #17629: URL: https://github.com/apache/doris/pull/17629#issuecomment-1469435675 run buildall -- 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 u

[GitHub] [doris] zhangstar333 opened a new pull request, #17812: [bug](udf) add synchronized to test resolve error of zip file closed

2023-03-14 Thread via GitHub
zhangstar333 opened a new pull request, #17812: URL: https://github.com/apache/doris/pull/17812 # Proposed changes this error report in P0 test, But can't reproduce it in local so add this change to test it. Issue Number: close #17810 ## Problem summary Descri

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17800: [enhancement](memory) PODArray replaces MemPool in PredicateColumn

2023-03-14 Thread via GitHub
github-actions[bot] commented on code in PR #17800: URL: https://github.com/apache/doris/pull/17800#discussion_r1136596988 ## be/src/vec/columns/predicate_column.h: ## @@ -300,16 +298,13 @@ return; } if constexpr (std::is_same_v) { -if

[GitHub] [doris] mymeiyi commented on pull request #17651: [fix](point query) Fix NegativeArraySizeException when prepared state…

2023-03-14 Thread via GitHub
mymeiyi commented on PR #17651: URL: https://github.com/apache/doris/pull/17651#issuecomment-1469434626 run clickbench -- 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] mymeiyi commented on pull request #17651: [fix](point query) Fix NegativeArraySizeException when prepared state…

2023-03-14 Thread via GitHub
mymeiyi commented on PR #17651: URL: https://github.com/apache/doris/pull/17651#issuecomment-1469434153 run p0 -- 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 unsubscrib

[GitHub] [doris] mymeiyi commented on pull request #17651: [fix](point query) Fix NegativeArraySizeException when prepared state…

2023-03-14 Thread via GitHub
mymeiyi commented on PR #17651: URL: https://github.com/apache/doris/pull/17651#issuecomment-1469433642 run feut -- 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] xinyiZzz commented on pull request #17800: [enhancement](memory) PODArray replaces MemPool in PredicateColumn

2023-03-14 Thread via GitHub
xinyiZzz commented on PR #17800: URL: https://github.com/apache/doris/pull/17800#issuecomment-1469432487 run buildall -- 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

[GitHub] [doris] XieJiann opened a new pull request, #17811: [fix](Nereids): construct project with all slots in `semi-semi-transpose-project` rule

2023-03-14 Thread via GitHub
XieJiann opened a new pull request, #17811: URL: https://github.com/apache/doris/pull/17811 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has u

[GitHub] [doris] github-actions[bot] commented on pull request #17629: [Feature-WIP](inverted index) support range predicate push down to inverted index

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17629: URL: https://github.com/apache/doris/pull/17629#issuecomment-1469427566 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] mymeiyi commented on pull request #17678: [fix](insert) Fragment is not cancelled when client quit without comm…

2023-03-14 Thread via GitHub
mymeiyi commented on PR #17678: URL: https://github.com/apache/doris/pull/17678#issuecomment-1469426318 run p0 -- 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 unsubscrib

[GitHub] [doris] mymeiyi commented on pull request #17678: [fix](insert) Fragment is not cancelled when client quit without comm…

2023-03-14 Thread via GitHub
mymeiyi commented on PR #17678: URL: https://github.com/apache/doris/pull/17678#issuecomment-1469426091 run compile -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] liutang123 commented on a diff in pull request #17615: Init task Group func

2023-03-14 Thread via GitHub
liutang123 commented on code in PR #17615: URL: https://github.com/apache/doris/pull/17615#discussion_r1136587355 ## be/src/runtime/task_group/task_group.h: ## @@ -0,0 +1,78 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

[GitHub] [doris] zhangstar333 opened a new issue, #17810: [Bug] java udf have some error Unexpected exception: zip file closed

2023-03-14 Thread via GitHub
zhangstar333 opened a new issue, #17810: URL: https://github.com/apache/doris/issues/17810 ### 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 ### W

[GitHub] [doris] lvshaokang commented on issue #17806: [Feature] (array function) support array_cum_sum_noneg function #17474

2023-03-14 Thread via GitHub
lvshaokang commented on issue #17806: URL: https://github.com/apache/doris/issues/17806#issuecomment-1469417711 Hi @Yukang-Lian , I found a description of this function in clickhouse[1], but it doesn't support null values in arrays, so I think we should discuss whether to handle `NULL` valu

[GitHub] [doris] liutang123 commented on a diff in pull request #17615: Init task Group func

2023-03-14 Thread via GitHub
liutang123 commented on code in PR #17615: URL: https://github.com/apache/doris/pull/17615#discussion_r1136585819 ## be/src/runtime/task_group/task_group.h: ## @@ -0,0 +1,78 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

[GitHub] [doris] jackwener opened a new pull request, #17809: [refactor](Nereids): refactor Join Reorder Rule.

2023-03-14 Thread via GitHub
jackwener opened a new pull request, #17809: URL: https://github.com/apache/doris/pull/17809 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] yixiutt commented on pull request #17804: [bugfix](compaction) remove useless check

2023-03-14 Thread via GitHub
yixiutt commented on PR #17804: URL: https://github.com/apache/doris/pull/17804#issuecomment-1469413743 run buildall -- 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] github-actions[bot] commented on pull request #17629: [Feature-WIP](inverted index) support range predicate push down to inverted index

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17629: URL: https://github.com/apache/doris/pull/17629#issuecomment-1469411323 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] 924060929 commented on pull request #17579: [refactor](Nereids) refactor column pruning

2023-03-14 Thread via GitHub
924060929 commented on PR #17579: URL: https://github.com/apache/doris/pull/17579#issuecomment-1469410789 run buildall -- 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 pull request #17769: [fix](json) change int to bigint for json function

2023-03-14 Thread via GitHub
nextdreamblue commented on PR #17769: URL: https://github.com/apache/doris/pull/17769#issuecomment-1469409374 run p1 -- 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] morrySnow commented on pull request #17787: [enhancement](planner) support delete from using syntax

2023-03-14 Thread via GitHub
morrySnow commented on PR #17787: URL: https://github.com/apache/doris/pull/17787#issuecomment-1469404959 run buildall -- 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] NetShrimp06 commented on a diff in pull request #17797: [Enhancement] (fe exception) write a java annotation to catch throwable from a method and print log

2023-03-14 Thread via GitHub
NetShrimp06 commented on code in PR #17797: URL: https://github.com/apache/doris/pull/17797#discussion_r1136571939 ## fe/fe-core/src/main/java/org/apache/doris/aspectj/LogAspect.java: ## @@ -0,0 +1,50 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] NetShrimp06 commented on pull request #17797: [Enhancement] (fe exception) write a java annotation to catch throwable from a method and print log

2023-03-14 Thread via GitHub
NetShrimp06 commented on PR #17797: URL: https://github.com/apache/doris/pull/17797#issuecomment-1469393647 > * How it works? > Aspectj is used to implement the aspect function of annotations. During compilation, the aspectj-maven-plugin plug-in will automatically weave the code added

[GitHub] [doris] yiguolei merged pull request #17776: [fix](Nereids) lock tables when analyze may lead to dead lock

2023-03-14 Thread via GitHub
yiguolei merged PR #17776: URL: https://github.com/apache/doris/pull/17776 -- 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 (1e3da95359 -> 1fdc265083)

2023-03-14 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 1e3da95359 [fix](Nereids): fix LAsscom split conjuncts. (#17792) add 1fdc265083 [fix](Nereids) lock tables when

[GitHub] [doris] morrySnow commented on pull request #17671: [refactor](Nereids) expression translate no longer rely on legacy planner code

2023-03-14 Thread via GitHub
morrySnow commented on PR #17671: URL: https://github.com/apache/doris/pull/17671#issuecomment-1469383121 run buildall -- 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] ByteYue commented on pull request #16888: [enhance](cooldown) add new cooldown cases

2023-03-14 Thread via GitHub
ByteYue commented on PR #16888: URL: https://github.com/apache/doris/pull/16888#issuecomment-1469377411 runbuild all -- 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] englefly commented on pull request #17790: [enhancement](nereids) update FilterEstimation and Agg in stats derive

2023-03-14 Thread via GitHub
englefly commented on PR #17790: URL: https://github.com/apache/doris/pull/17790#issuecomment-1469373572 run buildall -- 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: [fix](Nereids): fix LAsscom split conjuncts. (#17792)

2023-03-14 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1e3da95359 [fix](Nereids): fix LAsscom split con

[GitHub] [doris] jackwener merged pull request #17792: [fix](Nereids): fix LAsscom split conjuncts.

2023-03-14 Thread via GitHub
jackwener merged PR #17792: URL: https://github.com/apache/doris/pull/17792 -- 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] github-actions[bot] commented on pull request #17792: [fix](Nereids): fix LAsscom split conjuncts.

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17792: URL: https://github.com/apache/doris/pull/17792#issuecomment-1469373225 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 #17792: [fix](Nereids): fix LAsscom split conjuncts.

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17792: URL: https://github.com/apache/doris/pull/17792#issuecomment-1469373209 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 #17808: [feature](json) add json_extract function

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17808: URL: https://github.com/apache/doris/pull/17808#issuecomment-1469369250 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] gitccl commented on pull request #17808: [feature](json) add json_extract function

2023-03-14 Thread via GitHub
gitccl commented on PR #17808: URL: https://github.com/apache/doris/pull/17808#issuecomment-1469368641 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] gitccl opened a new pull request, #17808: [feature](json) add json_extract function

2023-03-14 Thread via GitHub
gitccl opened a new pull request, #17808: URL: https://github.com/apache/doris/pull/17808 # Proposed changes Issue Number: close #17216 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] hello-stephen commented on pull request #17807: [fix](nereids)bucket shuffle and colocate join is not correctly recognized

2023-03-14 Thread via GitHub
hello-stephen commented on PR #17807: URL: https://github.com/apache/doris/pull/17807#issuecomment-1469349046 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.37 seconds stream load tsv: 453 seconds loaded 74807831229 Bytes, about 157 MB/s

[GitHub] [doris] spaces-X commented on pull request #17793: [enhancment](quantile_union): support quantile_union on nullable columns

2023-03-14 Thread via GitHub
spaces-X commented on PR #17793: URL: https://github.com/apache/doris/pull/17793#issuecomment-1469347354 run p0 -- 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 unsubscri

[GitHub] [doris] freemandealer commented on pull request #17796: [fix](load) fix load channel timeout too fast in routine load task

2023-03-14 Thread via GitHub
freemandealer commented on PR #17796: URL: https://github.com/apache/doris/pull/17796#issuecomment-1469328732 run p0 -- 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] starocean999 commented on pull request #17807: [fix](nereids)bucket shuffle and colocate join is not correctly recognized

2023-03-14 Thread via GitHub
starocean999 commented on PR #17807: URL: https://github.com/apache/doris/pull/17807#issuecomment-1469326749 run buildall -- 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] starocean999 opened a new pull request, #17807: [fix](nereids)bucket shuffle and colocate join is not correctly recognized

2023-03-14 Thread via GitHub
starocean999 opened a new pull request, #17807: URL: https://github.com/apache/doris/pull/17807 # Proposed changes 1. close (https://github.com/apache/doris/issues/16458) for nereids 2. varchar and string type should be treated as same type in bucket shuffle join scenario. `

[GitHub] [doris] nextdreamblue commented on pull request #17769: [fix](json) change int to bigint for json function

2023-03-14 Thread via GitHub
nextdreamblue commented on PR #17769: URL: https://github.com/apache/doris/pull/17769#issuecomment-1469321510 run p1 -- 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] hello-stephen commented on pull request #17787: [enhancement](planner) support delete from using syntax

2023-03-14 Thread via GitHub
hello-stephen commented on PR #17787: URL: https://github.com/apache/doris/pull/17787#issuecomment-1469312066 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.28 seconds stream load tsv: 456 seconds loaded 74807831229 Bytes, about 156 MB/s

[doris] branch master updated: [fix](cooldown)Check cooldown ttl and datetime when alter storage policy (#17779)

2023-03-14 Thread pengxiangyu
This is an automated email from the ASF dual-hosted git repository. pengxiangyu 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 ceff7e851d [fix](cooldown)Check cooldown ttl

[GitHub] [doris] pengxiangyu closed issue #17778: [Bug] Check cooldown ttl and datetime when alter storage policy

2023-03-14 Thread via GitHub
pengxiangyu closed issue #17778: [Bug] Check cooldown ttl and datetime when alter storage policy URL: https://github.com/apache/doris/issues/17778 -- 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] pengxiangyu merged pull request #17779: [fix](cooldown)Check cooldown ttl and datetime when alter storage policy

2023-03-14 Thread via GitHub
pengxiangyu merged PR #17779: URL: https://github.com/apache/doris/pull/17779 -- 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: [fix](cooldown)Support change be.conf: max_sub_cache_file_size (#17773)

2023-03-14 Thread pengxiangyu
This is an automated email from the ASF dual-hosted git repository. pengxiangyu 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 a378a6024d [fix](cooldown)Support change be.

[GitHub] [doris] pengxiangyu merged pull request #17773: [fix](cooldown)Support change be.conf: max_sub_cache_file_size

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

[GitHub] [doris] pengxiangyu closed issue #17772: [Bug] Support change be.conf: max_sub_cache_file_size

2023-03-14 Thread via GitHub
pengxiangyu closed issue #17772: [Bug] Support change be.conf: max_sub_cache_file_size URL: https://github.com/apache/doris/issues/17772 -- 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

[doris] branch master updated: [Bug](datetimev2) Fix BE crash if scale is invalid (#17763)

2023-03-14 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 bbf88ecc49 [Bug](datetimev2) Fix BE crash if

[GitHub] [doris] Gabriel39 merged pull request #17763: [Bug](datetimev2) Fix BE crash if scale is invalid

2023-03-14 Thread via GitHub
Gabriel39 merged PR #17763: URL: https://github.com/apache/doris/pull/17763 -- 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] englefly commented on pull request #17790: [enhancement](nereids) update FilterEstimation and Agg in stats derive

2023-03-14 Thread via GitHub
englefly commented on PR #17790: URL: https://github.com/apache/doris/pull/17790#issuecomment-1469276968 run buildall -- 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 (c8de04f9d7 -> 049b70b957)

2023-03-14 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c8de04f9d7 [fix][Nereids] fix not correct condition to checkReorder in InnerJoinRightAssociate. (#17799) add 049

[GitHub] [doris] jackwener merged pull request #17082: [test](Nereids) add yandex metrica p2 regression case

2023-03-14 Thread via GitHub
jackwener merged PR #17082: URL: https://github.com/apache/doris/pull/17082 -- 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] github-actions[bot] commented on pull request #17082: [test](Nereids) add yandex metrica p2 regression case

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17082: URL: https://github.com/apache/doris/pull/17082#issuecomment-1469276149 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 #17082: [test](Nereids) add yandex metrica p2 regression case

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17082: URL: https://github.com/apache/doris/pull/17082#issuecomment-1469276118 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 #17763: [Bug](datetimev2) Fix BE crash if scale is invalid

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17763: URL: https://github.com/apache/doris/pull/17763#issuecomment-1469275865 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 #17763: [Bug](datetimev2) Fix BE crash if scale is invalid

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17763: URL: https://github.com/apache/doris/pull/17763#issuecomment-1469275888 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 (97bf07fe26 -> c8de04f9d7)

2023-03-14 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 97bf07fe26 [enhancement](Nereids) add new distributed cost model (#17556) add c8de04f9d7 [fix][Nereids] fix not

[GitHub] [doris] jackwener merged pull request #17799: [fix][Nereids] fix not correct condition to checkReorder in InnerJoinRightAssociate.

2023-03-14 Thread via GitHub
jackwener merged PR #17799: URL: https://github.com/apache/doris/pull/17799 -- 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] github-actions[bot] commented on pull request #17799: [fix][Nereids] fix not correct condition to checkReorder in InnerJoinRightAssociate.

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17799: URL: https://github.com/apache/doris/pull/17799#issuecomment-1469275525 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 #17799: [fix][Nereids] fix not correct condition to checkReorder in InnerJoinRightAssociate.

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17799: URL: https://github.com/apache/doris/pull/17799#issuecomment-1469275500 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] hello-stephen commented on pull request #17803: [feature](multi-catalog) add specified_database_list PROPERTY for jdbc catalog

2023-03-14 Thread via GitHub
hello-stephen commented on PR #17803: URL: https://github.com/apache/doris/pull/17803#issuecomment-1469272134 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.4 seconds stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] lvshaokang opened a new issue, #17806: [Feature] (array function) support array_cum_sum_noneg function #17474

2023-03-14 Thread via GitHub
lvshaokang opened a new issue, #17806: URL: https://github.com/apache/doris/issues/17806 ### 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 support array_cum

[GitHub] [doris] morrySnow commented on pull request #17787: [enhancement](planner) support delete from using syntax

2023-03-14 Thread via GitHub
morrySnow commented on PR #17787: URL: https://github.com/apache/doris/pull/17787#issuecomment-1469265870 run buildall -- 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] englefly commented on pull request #17790: [enhancement](nereids) update FilterEstimation and Agg in stats derive

2023-03-14 Thread via GitHub
englefly commented on PR #17790: URL: https://github.com/apache/doris/pull/17790#issuecomment-1469264345 run buildall -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #17773: [fix](cooldown)Support change be.conf: max_sub_cache_file_size

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17773: URL: https://github.com/apache/doris/pull/17773#issuecomment-1469262772 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 #17773: [fix](cooldown)Support change be.conf: max_sub_cache_file_size

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17773: URL: https://github.com/apache/doris/pull/17773#issuecomment-1469262796 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 #17779: [fix](cooldown)Check cooldown ttl and datetime when alter storage policy

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17779: URL: https://github.com/apache/doris/pull/17779#issuecomment-1469262761 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 #17779: [fix](cooldown)Check cooldown ttl and datetime when alter storage policy

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17779: URL: https://github.com/apache/doris/pull/17779#issuecomment-1469262739 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] SaintBacchus commented on pull request #17775: [Feature-Wip](MySQL LOAD)Add trim quotes property for mysql load

2023-03-14 Thread via GitHub
SaintBacchus commented on PR #17775: URL: https://github.com/apache/doris/pull/17775#issuecomment-1469258237 run buildall -- 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] freemandealer commented on pull request #17796: [WIP][fix](load) fix load channel timeout too fast in routine load task

2023-03-14 Thread via GitHub
freemandealer commented on PR #17796: URL: https://github.com/apache/doris/pull/17796#issuecomment-1469253835 After apply this patch, max time = 5s, consumer timeout after 5s, and channel is opened with 10s timeout: ``` I0315 10:53:04.800717 839 data_consumer_group.cpp:102] start con

[GitHub] [doris] Kikyou1997 commented on pull request #17786: [ehancement](fe) Add HTTP interface for q-error

2023-03-14 Thread via GitHub
Kikyou1997 commented on PR #17786: URL: https://github.com/apache/doris/pull/17786#issuecomment-1469253057 run buildall -- 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 u

[doris] branch master updated (66f3ef568e -> 97bf07fe26)

2023-03-14 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 66f3ef568e (functions) optimize const_column to full convert add 97bf07fe26 [enhancement](Nereids) add new dist

[GitHub] [doris] morrySnow merged pull request #17556: [feat](Nereids): add new distributed cost model

2023-03-14 Thread via GitHub
morrySnow merged PR #17556: URL: https://github.com/apache/doris/pull/17556 -- 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] caoliang-web opened a new pull request, #17805: [improvement](config)update FE config max_running_txn_num_per_db default value

2023-03-14 Thread via GitHub
caoliang-web opened a new pull request, #17805: URL: https://github.com/apache/doris/pull/17805 # Proposed changes Issue Number: close #xxx ## Problem summary update FE config max_running_txn_num_per_db default value: old value : 100 new value : 1000 ## Che

[GitHub] [doris] pengxiangyu commented on pull request #17779: [fix](cooldown)Check cooldown ttl and datetime when alter storage policy

2023-03-14 Thread via GitHub
pengxiangyu commented on PR #17779: URL: https://github.com/apache/doris/pull/17779#issuecomment-1469251957 run p0 -- 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] github-actions[bot] commented on pull request #17802: [regression-test](mtmv) drop table and mv before running the case

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17802: URL: https://github.com/apache/doris/pull/17802#issuecomment-1469251716 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 #17802: [regression-test](mtmv) drop table and mv before running the case

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17802: URL: https://github.com/apache/doris/pull/17802#issuecomment-1469251740 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 commented on a diff in pull request #17800: [enhancement](memory) PODArray replaces MemPool in PredicateColumn

2023-03-14 Thread via GitHub
yiguolei commented on code in PR #17800: URL: https://github.com/apache/doris/pull/17800#discussion_r1136490209 ## be/src/vec/columns/predicate_column.h: ## @@ -300,16 +298,13 @@ class PredicateColumnType final : public COWHelper) { -if (_pool == nullptr) { -

[GitHub] [doris] yiguolei commented on a diff in pull request #17800: [enhancement](memory) PODArray replaces MemPool in PredicateColumn

2023-03-14 Thread via GitHub
yiguolei commented on code in PR #17800: URL: https://github.com/apache/doris/pull/17800#discussion_r1136489645 ## be/src/vec/columns/predicate_column.h: ## @@ -276,11 +275,10 @@ class PredicateColumnType final : public COWHelper) { -if (_pool == nullptr) { -

[GitHub] [doris] github-actions[bot] commented on pull request #17804: [bugfix](compaction) remove useless check

2023-03-14 Thread via GitHub
github-actions[bot] commented on PR #17804: URL: https://github.com/apache/doris/pull/17804#issuecomment-1469249395 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] xinyiZzz commented on pull request #17800: [enhancement](memory) PODArray replaces MemPool in PredicateColumn

2023-03-14 Thread via GitHub
xinyiZzz commented on PR #17800: URL: https://github.com/apache/doris/pull/17800#issuecomment-1469248325 run buildall -- 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

[GitHub] [doris] morningman commented on issue #17746: Doris1.2.2 通过HMS 访问 Iceberg异常[Bug]

2023-03-14 Thread via GitHub
morningman commented on issue #17746: URL: https://github.com/apache/doris/issues/17746#issuecomment-1469247190 It is strange. This is my wechat: morningman-cmy, you can contact me in private. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] Gabriel39 commented on pull request #17662: [minor](vectorized) remove unused vectorization flag

2023-03-14 Thread via GitHub
Gabriel39 commented on PR #17662: URL: https://github.com/apache/doris/pull/17662#issuecomment-1469240016 run buildall -- 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] SaintBacchus commented on pull request #17745: [BugFix](DOE) Add http prefix when it's not set in hosts properties.

2023-03-14 Thread via GitHub
SaintBacchus commented on PR #17745: URL: https://github.com/apache/doris/pull/17745#issuecomment-1469236729 run buildall -- 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

  1   2   3   4   >