[GitHub] [doris] 924060929 commented on pull request #17913: [fix](nereids)add a project node above sort node to eliminate unused order by keys

2023-03-20 Thread via GitHub
924060929 commented on PR #17913: URL: https://github.com/apache/doris/pull/17913#issuecomment-1475717300 the column pruning problem will complete fix by #17579 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [doris] github-actions[bot] commented on pull request #17956: [regression-test](merge-on-write) Optimize merge-on-write case execution time

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17956: URL: https://github.com/apache/doris/pull/17956#issuecomment-1475727586 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 #17956: [regression-test](merge-on-write) Optimize merge-on-write case execution time

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17956: URL: https://github.com/apache/doris/pull/17956#issuecomment-1475727642 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] HappenLee commented on pull request #17953: [Bug][Fix] regexp function core dump DCHECK failed and error result

2023-03-20 Thread via GitHub
HappenLee commented on PR #17953: URL: https://github.com/apache/doris/pull/17953#issuecomment-1475739670 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] HappenLee commented on pull request #17953: [Bug][Fix] regexp function core dump DCHECK failed and error result

2023-03-20 Thread via GitHub
HappenLee commented on PR #17953: URL: https://github.com/apache/doris/pull/17953#issuecomment-1475739707 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] HappenLee commented on a diff in pull request #17953: [Bug][Fix] regexp function core dump DCHECK failed and error result

2023-03-20 Thread via GitHub
HappenLee commented on code in PR #17953: URL: https://github.com/apache/doris/pull/17953#discussion_r1141712701 ## be/src/vec/functions/like.cpp: ## @@ -372,10 +372,12 @@ Status FunctionLikeBase::execute_impl(FunctionContext* context, Block& block, const auto pattern_

[GitHub] [doris] github-actions[bot] commented on pull request #17953: [Bug][Fix] regexp function core dump DCHECK failed and error result

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17953: URL: https://github.com/apache/doris/pull/17953#issuecomment-1475741895 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] Jibing-Li opened a new pull request, #17958: [Improvement](TVF)Support file split for TableValueFunction.

2023-03-20 Thread via GitHub
Jibing-Li opened a new pull request, #17958: URL: https://github.com/apache/doris/pull/17958 Current getSplits for TVF is to create one split for each file. In this case, large file scan performance maybe bad. This pr is to implement the getSplits function in TVFSplitter to support split fi

[GitHub] [doris] zddr commented on pull request #17927: [doc](auth)ranger doc

2023-03-20 Thread via GitHub
zddr commented on PR #17927: URL: https://github.com/apache/doris/pull/17927#issuecomment-1475743694 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 unsubsc

[GitHub] [doris] liutang123 opened a new pull request, #17959: [fix](meta)Fix FE try to repair a tablet witch can not be repaired.

2023-03-20 Thread via GitHub
liutang123 opened a new pull request, #17959: URL: https://github.com/apache/doris/pull/17959 # Proposed changes Issue Number: close #xxx ## Problem summary To repair a tablet requires at least one `aliveAndVersionComplete` replica. If a tabelt has 3 replicas like follows:

[GitHub] [doris] github-actions[bot] commented on pull request #17958: [Improvement](TVF)Support file split for TableValueFunction.

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17958: URL: https://github.com/apache/doris/pull/17958#issuecomment-1475745456 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] liutang123 commented on pull request #17959: [fix](meta)Fix FE try to repair a tablet witch can not be repaired.

2023-03-20 Thread via GitHub
liutang123 commented on PR #17959: URL: https://github.com/apache/doris/pull/17959#issuecomment-1475745687 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] github-actions[bot] commented on pull request #17894: [fe](test)Add MicroBench module to make it easier for developers to write JMH Test

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17894: URL: https://github.com/apache/doris/pull/17894#issuecomment-1475748450 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 #17894: [fe](test)Add MicroBench module to make it easier for developers to write JMH Test

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17894: URL: https://github.com/apache/doris/pull/17894#issuecomment-1475748484 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 #17894: [fe](test)Add MicroBench module to make it easier for developers to write JMH Test

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17894: URL: https://github.com/apache/doris/pull/17894#issuecomment-1475753125 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] JackDrogon commented on a diff in pull request #16746: [docs](doc) Add autobucket doc

2023-03-20 Thread via GitHub
JackDrogon commented on code in PR #16746: URL: https://github.com/apache/doris/pull/16746#discussion_r1141729518 ## docs/zh-CN/docs/advanced/autobucket.md: ## @@ -0,0 +1,169 @@ +--- +{ +"title": "自动分桶", +"language": "zh-CN" +} +--- + + + +# 背景 + +用户经常设置不合适的bucket,导致各种问题

[GitHub] [doris-thirdparty] adonis0147 opened a new pull request, #42: Remove deprecated templates

2023-03-20 Thread via GitHub
adonis0147 opened a new pull request, #42: URL: https://github.com/apache/doris-thirdparty/pull/42 `std::binary_function` was marked deprecated in C++ 11 and we should remove it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] LemonLiTree commented on pull request #17919: [feature](function)Add ST_Angle_Sphere function

2023-03-20 Thread via GitHub
LemonLiTree commented on PR #17919: URL: https://github.com/apache/doris/pull/17919#issuecomment-1475759344 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] github-actions[bot] commented on a diff in pull request #17542: [feature-wip](partial update) support MOW partial update in stream load

2023-03-20 Thread via GitHub
github-actions[bot] commented on code in PR #17542: URL: https://github.com/apache/doris/pull/17542#discussion_r1141732677 ## be/src/olap/rowset/beta_rowset_writer.h: ## @@ -133,11 +133,14 @@ class BetaRowsetWriter : public RowsetWriter {

[GitHub] [doris] github-actions[bot] commented on pull request #17919: [feature](function)Add ST_Angle_Sphere function

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17919: URL: https://github.com/apache/doris/pull/17919#issuecomment-1475762152 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] BePPPower commented on pull request #17667: [feature](table-valued-function) add Backends table-valued-function

2023-03-20 Thread via GitHub
BePPPower commented on PR #17667: URL: https://github.com/apache/doris/pull/17667#issuecomment-1475765629 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] ZhangYu0123 commented on pull request #17931: [vectorized](function) support array_exists lambda function

2023-03-20 Thread via GitHub
ZhangYu0123 commented on PR #17931: URL: https://github.com/apache/doris/pull/17931#issuecomment-1475768318 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] pengxiangyu commented on pull request #17889: [fix](cooldown)Add ut for StoragePolicy

2023-03-20 Thread via GitHub
pengxiangyu commented on PR #17889: URL: https://github.com/apache/doris/pull/17889#issuecomment-1475779535 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] Jibing-Li commented on pull request #17958: [Improvement](TVF)Support file split for TableValueFunction.

2023-03-20 Thread via GitHub
Jibing-Li commented on PR #17958: URL: https://github.com/apache/doris/pull/17958#issuecomment-1475790106 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

[doris-website] branch master updated: 1.2.3 blog

2023-03-20 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new d6c04a83679 1.2.3 blog d6c04a83679

[GitHub] [doris] AshinGau opened a new pull request, #17960: [feature](jni) jni table scanner framework

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

[GitHub] [doris] adonis0147 commented on pull request #17945: [chore](macOS) Specify the version of LLVM for Homebrew to install it

2023-03-20 Thread via GitHub
adonis0147 commented on PR #17945: URL: https://github.com/apache/doris/pull/17945#issuecomment-1475795728 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] dataroaring commented on pull request #17949: [fix](test) print real and expect rows when fail in exception

2023-03-20 Thread via GitHub
dataroaring commented on PR #17949: URL: https://github.com/apache/doris/pull/17949#issuecomment-1475797801 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] github-actions[bot] commented on a diff in pull request #17960: [feature](jni) jni table scanner framework

2023-03-20 Thread via GitHub
github-actions[bot] commented on code in PR #17960: URL: https://github.com/apache/doris/pull/17960#discussion_r1141761329 ## be/src/vec/exec/jni_connector.h: ## @@ -0,0 +1,267 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

[GitHub] [doris] github-actions[bot] commented on pull request #17952: [fix](regression)fix glue regression

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17952: URL: https://github.com/apache/doris/pull/17952#issuecomment-1475799132 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 #17952: [fix](regression)fix glue regression

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17952: URL: https://github.com/apache/doris/pull/17952#issuecomment-1475799190 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] adonis0147 commented on pull request #17945: [chore](macOS) Specify the version of LLVM for Homebrew to install it

2023-03-20 Thread via GitHub
adonis0147 commented on PR #17945: URL: https://github.com/apache/doris/pull/17945#issuecomment-1475804239 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] github-actions[bot] commented on pull request #17901: [Bug](float) fix wrong value when enable fold constant by BE

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17901: URL: https://github.com/apache/doris/pull/17901#issuecomment-1475805131 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 #17670: [refactor](date) unify DateTimeValue and VecDateTimeValue

2023-03-20 Thread via GitHub
yiguolei merged PR #17670: URL: https://github.com/apache/doris/pull/17670 -- 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] jackwener commented on pull request #17951: [improve](Nereids): check slot from children in validator.

2023-03-20 Thread via GitHub
jackwener commented on PR #17951: URL: https://github.com/apache/doris/pull/17951#issuecomment-1475820987 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] hello-stephen commented on pull request #17953: [Bug][Fix] regexp function core dump DCHECK failed and error result

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

[GitHub] [doris] morrySnow opened a new pull request, #17961: [fix](Nereids) should turn off parallel scan when do local finalize agg

2023-03-20 Thread via GitHub
morrySnow opened a new pull request, #17961: URL: https://github.com/apache/doris/pull/17961 # Proposed changes Issue Number: close #xxx ## Problem summary 1. when we assume data distributed by distributed keys and do local one stage agg, we should turn off parallel scan

[GitHub] [doris] morrySnow commented on pull request #17961: [fix](Nereids) should turn off parallel scan when do local finalize agg

2023-03-20 Thread via GitHub
morrySnow commented on PR #17961: URL: https://github.com/apache/doris/pull/17961#issuecomment-1475847537 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] hello-stephen commented on pull request #17944: [fix](agg) Avoid reusing a non-nullable column that has been converted to nullable within a block

2023-03-20 Thread via GitHub
hello-stephen commented on PR #17944: URL: https://github.com/apache/doris/pull/17944#issuecomment-1475854606 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.94 seconds stream load tsv: 465 seconds loaded 74807831229 Bytes, about 153 MB/s

[GitHub] [doris] yuanyuan8983 commented on issue #17950: [Bug] Failed to deserialize parquet page header

2023-03-20 Thread via GitHub
yuanyuan8983 commented on issue #17950: URL: https://github.com/apache/doris/issues/17950#issuecomment-1475855387 Doris 1.2.3 has been released today. You can try it with Doris 1.2.3, which fixes the problem of reading parquet files. -- This is an automated message from the Apache Git Ser

[GitHub] [doris] levy5307 commented on pull request #17909: [fix](fragment mgr) fix the bug that g_fragmentmgr_prepare_latency update uncorrectly

2023-03-20 Thread via GitHub
levy5307 commented on PR #17909: URL: https://github.com/apache/doris/pull/17909#issuecomment-1475861628 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] GoGoWen commented on pull request #17904: [Fix](plan) fix bug that the case sensibility of column name may impact join method

2023-03-20 Thread via GitHub
GoGoWen commented on PR #17904: URL: https://github.com/apache/doris/pull/17904#issuecomment-1475875576 > Could you please add a regression test case for this? added -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [doris] zhannngchen opened a new pull request, #17962: [enhancement](load) add slow log for memtable flush

2023-03-20 Thread via GitHub
zhannngchen opened a new pull request, #17962: URL: https://github.com/apache/doris/pull/17962 # Proposed changes Issue Number: close #xxx ## Problem summary Some slow load is caused by close wait for too long time, we can print log if close wait too slow. ## Chec

[GitHub] [doris] github-actions[bot] commented on pull request #17962: [enhancement](load) add slow log for memtable flush

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17962: URL: https://github.com/apache/doris/pull/17962#issuecomment-1475884953 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] HappenLee opened a new pull request, #17963: [Bug](regression-test) Fix the collect_set/list size limit result failed

2023-03-20 Thread via GitHub
HappenLee opened a new pull request, #17963: URL: https://github.com/apache/doris/pull/17963 # Proposed changes fix regression test failed in fuzzy mode:collect_set ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the ori

[GitHub] [doris] HappenLee commented on pull request #17963: [Bug](regression-test) Fix the collect_set/list size limit result failed

2023-03-20 Thread via GitHub
HappenLee commented on PR #17963: URL: https://github.com/apache/doris/pull/17963#issuecomment-1475891854 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] HappenLee commented on pull request #17963: [Bug](regression-test) Fix the collect_set/list size limit result failed

2023-03-20 Thread via GitHub
HappenLee commented on PR #17963: URL: https://github.com/apache/doris/pull/17963#issuecomment-1475891894 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] hello-stephen commented on pull request #17955: [Bug](float) wrong result when compare two float type

2023-03-20 Thread via GitHub
hello-stephen commented on PR #17955: URL: https://github.com/apache/doris/pull/17955#issuecomment-1475892277 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.85 seconds stream load tsv: 466 seconds loaded 74807831229 Bytes, about 153 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #17963: [Bug](regression-test) Fix the collect_set/list size limit result failed

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17963: URL: https://github.com/apache/doris/pull/17963#issuecomment-1475896202 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] BiteTheDDDDt commented on pull request #17912: [Bug](planner) fix core dump when lateral view above union node and have predicate

2023-03-20 Thread via GitHub
BiteThet commented on PR #17912: URL: https://github.com/apache/doris/pull/17912#issuecomment-1475896800 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 unsub

[GitHub] [doris] pengxiangyu commented on pull request #17889: [fix](cooldown)Add ut for StoragePolicy

2023-03-20 Thread via GitHub
pengxiangyu commented on PR #17889: URL: https://github.com/apache/doris/pull/17889#issuecomment-1475899177 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] hello-stephen commented on pull request #17961: [fix](Nereids) should turn off parallel scan when do local finalize agg

2023-03-20 Thread via GitHub
hello-stephen commented on PR #17961: URL: https://github.com/apache/doris/pull/17961#issuecomment-1475922737 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.64 seconds stream load tsv: 468 seconds loaded 74807831229 Bytes, about 152 MB/s

[GitHub] [doris] morningman merged pull request #17893: [bug](txn) fix concurrent txns's status data race

2023-03-20 Thread via GitHub
morningman merged PR #17893: URL: https://github.com/apache/doris/pull/17893 -- 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

[doris] branch master updated (bd8e3e6405 -> b4634342aa)

2023-03-20 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bd8e3e6405 [refactor](date) unify DateTimeValue and VecDateTimeValue (#17670) add b4634342aa [bug](txn) fix c

[GitHub] [doris] lexluo09 opened a new pull request, #17964: [enhancement](UDF) The user defined functions support global ('show functions'/'show create') operation

2023-03-20 Thread via GitHub
lexluo09 opened a new pull request, #17964: URL: https://github.com/apache/doris/pull/17964 # Proposed changes The global udf support ('show functions'/'show create') operation, to show the details of the global udf. ## Problem summary Solution 1、 add the global k

[GitHub] [doris] hello-stephen commented on pull request #17874: [improvement](compaction)Support segcompaction for inverted index

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

[GitHub] [doris] ZhangYu0123 commented on pull request #17931: [vectorized](function) support array_exists lambda function

2023-03-20 Thread via GitHub
ZhangYu0123 commented on PR #17931: URL: https://github.com/apache/doris/pull/17931#issuecomment-1475961275 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] hello-stephen commented on pull request #17957: [Fix](SAP Hana External Table) fix that SAP Hana external table can not insert batch values

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

[GitHub] [doris] github-actions[bot] commented on pull request #17850: [Bug](materialized-view) fix select mv rollback fail on left join

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17850: URL: https://github.com/apache/doris/pull/17850#issuecomment-1475992928 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 #17850: [Bug](materialized-view) fix select mv rollback fail on left join

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17850: URL: https://github.com/apache/doris/pull/17850#issuecomment-1475993001 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] LemonLiTree commented on pull request #17919: [feature](function)Add ST_Angle_Sphere function

2023-03-20 Thread via GitHub
LemonLiTree commented on PR #17919: URL: https://github.com/apache/doris/pull/17919#issuecomment-1476001921 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] hust-hhb opened a new pull request, #17965: [feature](log)check and log acquire/held lock time when it exceeds threshold

2023-03-20 Thread via GitHub
hust-hhb opened a new pull request, #17965: URL: https://github.com/apache/doris/pull/17965 Sometimes the competition of lock is fierce in DatabaseTransactionMgr, which may lead to publish time out, i think we should have a log to hint these lock competition. # Proposed changes Is

[GitHub] [doris] github-actions[bot] commented on pull request #17919: [feature](function)Add ST_Angle_Sphere function

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17919: URL: https://github.com/apache/doris/pull/17919#issuecomment-1476005942 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #17959: [fix](meta)Fix FE try to repair a tablet witch can not be repaired.

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

[GitHub] [doris] adonis0147 commented on pull request #17945: [chore](macOS) Specify the version of LLVM for Homebrew to install it

2023-03-20 Thread via GitHub
adonis0147 commented on PR #17945: URL: https://github.com/apache/doris/pull/17945#issuecomment-1476015152 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 unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #17871: [CI](docs)Use markdown-link-check check dead link

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17871: URL: https://github.com/apache/doris/pull/17871#issuecomment-1476032386 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4467500926";) output. shellcheck err

[GitHub] [doris] levy5307 commented on pull request #17909: [fix](fragment mgr) fix the bug that g_fragmentmgr_prepare_latency update uncorrectly

2023-03-20 Thread via GitHub
levy5307 commented on PR #17909: URL: https://github.com/apache/doris/pull/17909#issuecomment-1476039850 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] BiteTheDDDDt merged pull request #17850: [Bug](materialized-view) fix select mv rollback fail on left join

2023-03-20 Thread via GitHub
BiteThet merged PR #17850: URL: https://github.com/apache/doris/pull/17850 -- 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: [Bug](materialized-view) fix select mv rollback fail on left join (#17850)

2023-03-20 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 a92115f709 [Bug](materialized-view) fix selec

[GitHub] [doris] freemandealer commented on pull request #17874: [improvement](compaction)Support segcompaction for inverted index

2023-03-20 Thread via GitHub
freemandealer commented on PR #17874: URL: https://github.com/apache/doris/pull/17874#issuecomment-1476043320 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 unsubs

[GitHub] [doris] github-actions[bot] commented on pull request #17874: [improvement](compaction)Support segcompaction for inverted index

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17874: URL: https://github.com/apache/doris/pull/17874#issuecomment-1476044884 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] lexluo09 commented on issue #17947: [Feature] Support hive meta cache TTL

2023-03-20 Thread via GitHub
lexluo09 commented on issue #17947: URL: https://github.com/apache/doris/issues/17947#issuecomment-1476049747 I'm interested in this feature. Could you assign it to me? Thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] zhannngchen commented on a diff in pull request #17965: [feature](log)check and log acquire/held lock time when it exceeds threshold

2023-03-20 Thread via GitHub
zhannngchen commented on code in PR #17965: URL: https://github.com/apache/doris/pull/17965#discussion_r1141971425 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -2070,5 +2070,11 @@ public class Config extends ConfigBase { */ @ConfField

[GitHub] [doris] nextdreamblue commented on pull request #17803: [feature](multi-catalog) add specified_database_list PROPERTY for jdbc catalog

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

2023-03-20 Thread via GitHub
nextdreamblue commented on PR #17769: URL: https://github.com/apache/doris/pull/17769#issuecomment-1476053017 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] weizhengte opened a new pull request, #17966: [Improvement](statistics) Support for collecting statistics at the granularity of partitions.

2023-03-20 Thread via GitHub
weizhengte opened a new pull request, #17966: URL: https://github.com/apache/doris/pull/17966 # Proposed changes Issue Number: close #xxx ## Problem summary Due to a previous refactoring of the statistics code, this PR mainly enables partitioned-granularity collection of

[GitHub] [doris] weizhengte commented on pull request #17966: [Improvement](statistics) Support for collecting statistics at the granularity of partitions.

2023-03-20 Thread via GitHub
weizhengte commented on PR #17966: URL: https://github.com/apache/doris/pull/17966#issuecomment-1476060269 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] Kikyou1997 commented on pull request #17860: [ehancement](fe) Tune for stats framework

2023-03-20 Thread via GitHub
Kikyou1997 commented on PR #17860: URL: https://github.com/apache/doris/pull/17860#issuecomment-1476067457 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] zhannngchen commented on pull request #17962: [enhancement](load) add slow log for memtable flush

2023-03-20 Thread via GitHub
zhannngchen commented on PR #17962: URL: https://github.com/apache/doris/pull/17962#issuecomment-1476070974 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] github-actions[bot] commented on a diff in pull request #17542: [feature-wip](partial update) support MOW partial update in stream load

2023-03-20 Thread via GitHub
github-actions[bot] commented on code in PR #17542: URL: https://github.com/apache/doris/pull/17542#discussion_r1141996344 ## be/src/olap/rowset/beta_rowset_writer.h: ## @@ -132,12 +132,15 @@ class BetaRowsetWriter : public RowsetWriter { Status _rename_compacted_segments(i

[GitHub] [doris] adonis0147 commented on pull request #17945: [chore](macOS) Specify the version of LLVM for Homebrew to install it

2023-03-20 Thread via GitHub
adonis0147 commented on PR #17945: URL: https://github.com/apache/doris/pull/17945#issuecomment-1476087631 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 unsubsc

[GitHub] [doris] pengxiangyu commented on pull request #17889: [fix](cooldown)Add ut for StoragePolicy

2023-03-20 Thread via GitHub
pengxiangyu commented on PR #17889: URL: https://github.com/apache/doris/pull/17889#issuecomment-1476090773 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] levy5307 opened a new pull request, #17967: [fix](fragment mgr): check duplicated pipeline fragment instance correctly

2023-03-20 Thread via GitHub
levy5307 opened a new pull request, #17967: URL: https://github.com/apache/doris/pull/17967 # Proposed changes Issue Number: close #xxx ## Problem summary `_fragment_map` has no bussiness with the pipeline version of `exec_plan_fragment` function. So we can't use it to c

[GitHub] [doris] github-actions[bot] commented on pull request #17967: [fix](fragment mgr) check duplicated pipeline fragment instance correctly

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17967: URL: https://github.com/apache/doris/pull/17967#issuecomment-1476106591 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #17951: [improve](Nereids): check slot from children in validator.

2023-03-20 Thread via GitHub
hello-stephen commented on PR #17951: URL: https://github.com/apache/doris/pull/17951#issuecomment-1476107411 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.65 seconds stream load tsv: 468 seconds loaded 74807831229 Bytes, about 152 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #17967: [fix](fragment mgr) check duplicated pipeline fragment instance correctly

2023-03-20 Thread via GitHub
github-actions[bot] commented on PR #17967: URL: https://github.com/apache/doris/pull/17967#issuecomment-1476116034 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] levy5307 commented on pull request #17909: [fix](fragment mgr) fix the bug that g_fragmentmgr_prepare_latency update uncorrectly

2023-03-20 Thread via GitHub
levy5307 commented on PR #17909: URL: https://github.com/apache/doris/pull/17909#issuecomment-1476119492 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] nextdreamblue commented on pull request #17803: [feature](multi-catalog) add specified_database_list PROPERTY for jdbc catalog

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

2023-03-20 Thread via GitHub
nextdreamblue commented on PR #17769: URL: https://github.com/apache/doris/pull/17769#issuecomment-1476123517 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] hello-stephen commented on pull request #17667: [feature](table-valued-function) add Backends table-valued-function

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

[GitHub] [doris] hello-stephen commented on pull request #17963: [Bug](regression-test) Fix the collect_set/list size limit result failed

2023-03-20 Thread via GitHub
hello-stephen commented on PR #17963: URL: https://github.com/apache/doris/pull/17963#issuecomment-1476141535 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.77 seconds stream load tsv: 473 seconds loaded 74807831229 Bytes, about 150 MB/s

[GitHub] [doris] sohardforaname opened a new pull request, #17968: [Feature](Nereids)add rule to change scalar sub-query to window function

2023-03-20 Thread via GitHub
sohardforaname opened a new pull request, #17968: URL: https://github.com/apache/doris/pull/17968 # Proposed changes Issue Number: close #xxx ## Problem summary SQL like TPC-H Q2 and Q17, which contains a correlated sub-query with only one aggregation function output, we

[GitHub] [doris] sohardforaname commented on pull request #17968: [Feature](Nereids)add rule to change scalar sub-query to window function

2023-03-20 Thread via GitHub
sohardforaname commented on PR #17968: URL: https://github.com/apache/doris/pull/17968#issuecomment-1476145486 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.

[GitHub] [doris] hello-stephen commented on pull request #17909: [fix](fragment mgr) fix the bug that g_fragmentmgr_prepare_latency update uncorrectly

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

[GitHub] [doris] morrySnow commented on pull request #17961: [fix](Nereids) should turn off parallel scan when do local finalize agg

2023-03-20 Thread via GitHub
morrySnow commented on PR #17961: URL: https://github.com/apache/doris/pull/17961#issuecomment-1476180608 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

[doris] branch master updated (a92115f709 -> 3661ca4510)

2023-03-20 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 a92115f709 [Bug](materialized-view) fix select mv rollback fail on left join (#17850) add 3661ca4510 [Bug](reg

[GitHub] [doris] morrySnow merged pull request #17963: [Bug](regression-test) Fix the collect_set/list size limit result failed

2023-03-20 Thread via GitHub
morrySnow merged PR #17963: URL: https://github.com/apache/doris/pull/17963 -- 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] Kikyou1997 commented on pull request #17860: [ehancement](fe) Tune for stats framework

2023-03-20 Thread via GitHub
Kikyou1997 commented on PR #17860: URL: https://github.com/apache/doris/pull/17860#issuecomment-1476195595 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] morrySnow commented on pull request #17961: [fix](Nereids) should turn off parallel scan when do local finalize agg

2023-03-20 Thread via GitHub
morrySnow commented on PR #17961: URL: https://github.com/apache/doris/pull/17961#issuecomment-1476199886 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] xinyiZzz commented on pull request #17887: [revert](function) fix AES/SM3/SM4 encrypt/ decrypt algorithm initialization vector bug

2023-03-20 Thread via GitHub
xinyiZzz commented on PR #17887: URL: https://github.com/apache/doris/pull/17887#issuecomment-1476201532 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

  1   2   3   4   >