[GitHub] [doris] zhiqiang-hhhh commented on pull request #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
zhiqiang- commented on PR #23582: URL: https://github.com/apache/doris/pull/23582#issuecomment-1696617457 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. T

[GitHub] [doris] shuke987 opened a new pull request, #23590: enalbe case

2023-08-28 Thread via GitHub
shuke987 opened a new pull request, #23590: URL: https://github.com/apache/doris/pull/23590 ## Proposed changes enable fixed unstable cases -- 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 #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

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

[GitHub] [doris] yiguolei commented on a diff in pull request #22442: [feature](delete-predicate) support delete sub predicate v2

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #22442: URL: https://github.com/apache/doris/pull/22442#discussion_r1308092971 ## be/src/olap/delete_handler.cpp: ## @@ -112,6 +147,23 @@ std::string DeleteHandler::construct_sub_predicates(const TCondition& condition) return condition_str;

[GitHub] [doris] yiguolei commented on a diff in pull request #22442: [feature](delete-predicate) support delete sub predicate v2

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #22442: URL: https://github.com/apache/doris/pull/22442#discussion_r1308092971 ## be/src/olap/delete_handler.cpp: ## @@ -112,6 +147,23 @@ std::string DeleteHandler::construct_sub_predicates(const TCondition& condition) return condition_str;

[GitHub] [doris] yiguolei commented on a diff in pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #23362: URL: https://github.com/apache/doris/pull/23362#discussion_r1308100190 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/FileQueryScanNode.java: ## @@ -469,6 +489,8 @@ protected static Optional getTFileType(String location) {

[GitHub] [doris] yiguolei commented on a diff in pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #23362: URL: https://github.com/apache/doris/pull/23362#discussion_r1308100354 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/FileQueryScanNode.java: ## @@ -256,14 +256,34 @@ public void createScanRangeLocations() throws UserExcep

[GitHub] [doris] yiguolei commented on a diff in pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #23362: URL: https://github.com/apache/doris/pull/23362#discussion_r1308101344 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -67,19 +66,16 @@ // connect with its connection id. // Use `volatile` to make the referenc

[GitHub] [doris] yiguolei commented on a diff in pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #23362: URL: https://github.com/apache/doris/pull/23362#discussion_r1308101896 ## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ## @@ -562,6 +562,33 @@ private void traceInstance() { } } +private void performF

[GitHub] [doris] yiguolei commented on a diff in pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #23362: URL: https://github.com/apache/doris/pull/23362#discussion_r1308102080 ## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ## @@ -1953,7 +1975,7 @@ private void computeColocateJoinInstanceParam(PlanFragmentId fragmentId,

[GitHub] [doris] xinyiZzz merged pull request #23537: [improvement](column_reader) move load once to index reader to reduce

2023-08-28 Thread via GitHub
xinyiZzz merged PR #23537: URL: https://github.com/apache/doris/pull/23537 -- 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: [improvement](column_reader) move load once to index reader to reduce (#23537)

2023-08-28 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 9c65b7ab96 [improvement](column_reader) move lo

[GitHub] [doris] LiBinfeng-01 opened a new pull request, #23591: [test](Nereids) add leading tpch

2023-08-28 Thread via GitHub
LiBinfeng-01 opened a new pull request, #23591: URL: https://github.com/apache/doris/pull/23591 ## Proposed changes Using leading hint to adjust tpch benchmark plan shape ## Further comments If this is a relatively large or complex change, kick off the discussion at [d..

[GitHub] [doris] LiBinfeng-01 commented on pull request #23591: [test](Nereids) add leading tpch

2023-08-28 Thread via GitHub
LiBinfeng-01 commented on PR #23591: URL: https://github.com/apache/doris/pull/23591#issuecomment-1696642285 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] BePPPower commented on pull request #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
BePPPower commented on PR #23586: URL: https://github.com/apache/doris/pull/23586#issuecomment-1696642882 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 #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

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

[GitHub] [doris] github-actions[bot] commented on pull request #19312: [feature](nereids)prune runtime filter by ndv

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

[GitHub] [doris] github-actions[bot] commented on pull request #22493: [feature-wip](catalog) support deltalake catalog step1-metadata

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #22493: URL: https://github.com/apache/doris/pull/22493#issuecomment-1696650835 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 #22493: [feature-wip](catalog) support deltalake catalog step1-metadata

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #22493: URL: https://github.com/apache/doris/pull/22493#issuecomment-1696650868 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] luozenglin merged pull request #23379: [opt](docs) opt doc to avoid users using port 8030 everywhere

2023-08-28 Thread via GitHub
luozenglin merged PR #23379: URL: https://github.com/apache/doris/pull/23379 -- 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 (9c65b7ab96 -> b2cb0d99d4)

2023-08-28 Thread luozenglin
This is an automated email from the ASF dual-hosted git repository. luozenglin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9c65b7ab96 [improvement](column_reader) move load once to index reader to reduce (#23537) add b2cb0d99d4 [opt

[GitHub] [doris] 0xqq opened a new issue, #23592: Query the time difference function from the view, and the value becomes negative

2023-08-28 Thread via GitHub
0xqq opened a new issue, #23592: URL: https://github.com/apache/doris/issues/23592 ### 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 select minutes_diff('2023-0

[GitHub] [doris] github-actions[bot] commented on pull request #23577: [fix](move-memtable) fix tablets to commit

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23577: URL: https://github.com/apache/doris/pull/23577#issuecomment-1696652045 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 #23577: [fix](move-memtable) fix tablets to commit

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23577: URL: https://github.com/apache/doris/pull/23577#issuecomment-1696652086 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 (b2cb0d99d4 -> d863cc3a12)

2023-08-28 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b2cb0d99d4 [opt](docs) opt doc to avoid users using port 8030 everywhere (#23379) add d863cc3a12 [fix](move-

[GitHub] [doris] shuke987 opened a new pull request, #23593: [test](fix) remove unstable ds_rf95 test

2023-08-28 Thread via GitHub
shuke987 opened a new pull request, #23593: URL: https://github.com/apache/doris/pull/23593 ## Proposed changes -- 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 commen

[GitHub] [doris] github-actions[bot] commented on pull request #23576: [Docs](Job)Add Job and Job tasks docs

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23576: URL: https://github.com/apache/doris/pull/23576#issuecomment-1696652816 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] dataroaring merged pull request #23577: [fix](move-memtable) fix tablets to commit

2023-08-28 Thread via GitHub
dataroaring merged PR #23577: URL: https://github.com/apache/doris/pull/23577 -- 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] shuke987 commented on pull request #23593: [test](fix) remove unstable ds_rf95 test

2023-08-28 Thread via GitHub
shuke987 commented on PR #23593: URL: https://github.com/apache/doris/pull/23593#issuecomment-1696654310 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] waywtdcc commented on issue #20670: [Enhancement] default value for bigint should not has to be quoted

2023-08-28 Thread via GitHub
waywtdcc commented on issue #20670: URL: https://github.com/apache/doris/issues/20670#issuecomment-1696655392 I submitted a pr(https://github.com/apache/doris/pull/23594), please help to review it @tudouzhao -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [doris] waywtdcc opened a new pull request, #23594: [Enhancement](Column) Support int default value to int type column

2023-08-28 Thread via GitHub
waywtdcc opened a new pull request, #23594: URL: https://github.com/apache/doris/pull/23594 ## Proposed changes Issue Number: close #20670 ## Further comments Support int/bigint/decimal default value to int/bigint/decimal type column -- This is an automat

[GitHub] [doris] yiguolei commented on a diff in pull request #23565: [FIX](serde) fix handle serde error

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #23565: URL: https://github.com/apache/doris/pull/23565#discussion_r1308115954 ## be/src/vec/data_types/serde/data_type_array_serde.h: ## @@ -52,12 +52,10 @@ class DataTypeArraySerDe : public DataTypeSerDe {

[GitHub] [doris] waywtdcc commented on pull request #23594: [Enhancement](Column) Support int default value to int type column

2023-08-28 Thread via GitHub
waywtdcc commented on PR #23594: URL: https://github.com/apache/doris/pull/23594#issuecomment-1696656198 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 comm

[GitHub] [doris] TangSiyang2001 commented on pull request #22442: [feature](delete-predicate) support delete sub predicate v2

2023-08-28 Thread via GitHub
TangSiyang2001 commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1696657919 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 uns

[GitHub] [doris] yiguolei commented on a diff in pull request #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
yiguolei commented on code in PR #23582: URL: https://github.com/apache/doris/pull/23582#discussion_r1308117302 ## fe/fe-core/src/main/java/org/apache/doris/system/Frontend.java: ## @@ -60,6 +60,8 @@ public class Frontend implements Writable { private boolean isAlive = fa

[GitHub] [doris] yiguolei merged pull request #23516: [Enhancement](Schema hash) Remove schema hash in tablet info

2023-08-28 Thread via GitHub
yiguolei merged PR #23516: URL: https://github.com/apache/doris/pull/23516 -- 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] github-actions[bot] commented on pull request #23593: [test](fix) remove unstable ds_rf95 test

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23593: URL: https://github.com/apache/doris/pull/23593#issuecomment-1696659587 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] englefly opened a new pull request, #23595: [fix](rest)query_info returns empty rows

2023-08-28 Thread via GitHub
englefly opened a new pull request, #23595: URL: https://github.com/apache/doris/pull/23595 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

[GitHub] [doris] hello-stephen commented on pull request #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23582: URL: https://github.com/apache/doris/pull/23582#issuecomment-1696660055 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.42 seconds stream load tsv: 550 seconds loaded 74807831229 Bytes

[GitHub] [doris] zy-kkk merged pull request #23576: [Docs](Job)Add Job and Job tasks docs

2023-08-28 Thread via GitHub
zy-kkk merged PR #23576: URL: https://github.com/apache/doris/pull/23576 -- 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.apach

[doris] branch master updated (da9eb79ac4 -> 1fd637eab7)

2023-08-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from da9eb79ac4 [Enhancement](Schema hash) Remove schema hash in tablet info (#23516) add 1fd637eab7 [Docs](Job)Add Job

[GitHub] [doris] github-actions[bot] commented on pull request #23593: [test](fix) remove unstable ds_rf95 test

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23593: URL: https://github.com/apache/doris/pull/23593#issuecomment-1696659522 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 #23565: [FIX](serde) fix handle serde error

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23565: URL: https://github.com/apache/doris/pull/23565#issuecomment-1696661140 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] Kikyou1997 commented on pull request #23434: [minor](nereids) SUPPORT COLLATE GRAMMAR

2023-08-28 Thread via GitHub
Kikyou1997 commented on PR #23434: URL: https://github.com/apache/doris/pull/23434#issuecomment-1696661593 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 #23590: [regression](fix) enable fixed unstable cases

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23590: URL: https://github.com/apache/doris/pull/23590#issuecomment-1696660124 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] tudouzhao commented on pull request #23540: [chore](fe)correct some doc errors

2023-08-28 Thread via GitHub
tudouzhao commented on PR #23540: URL: https://github.com/apache/doris/pull/23540#issuecomment-1696663213 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] zhiqiang-hhhh commented on a diff in pull request #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
zhiqiang- commented on code in PR #23582: URL: https://github.com/apache/doris/pull/23582#discussion_r1308118774 ## fe/fe-core/src/main/java/org/apache/doris/system/Frontend.java: ## @@ -60,6 +60,8 @@ public class Frontend implements Writable { private boolean isAlive

[GitHub] [doris] yuxuan-luo commented on pull request #23284: [fix](regexp_extract_all) fix be OOM when quering with regexp_extrac…

2023-08-28 Thread via GitHub
yuxuan-luo commented on PR #23284: URL: https://github.com/apache/doris/pull/23284#issuecomment-1696664720 > please add the UT or regresstion test ok,added -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yiguolei commented on pull request #23590: [regression](fix) enable fixed unstable cases

2023-08-28 Thread via GitHub
yiguolei commented on PR #23590: URL: https://github.com/apache/doris/pull/23590#issuecomment-1696661162 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 #23590: [regression](fix) enable fixed unstable cases

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23590: URL: https://github.com/apache/doris/pull/23590#issuecomment-1696660169 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] zhiqiang-hhhh commented on a diff in pull request #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
zhiqiang- commented on code in PR #23582: URL: https://github.com/apache/doris/pull/23582#discussion_r1308118609 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -477,6 +478,20 @@ public class Env { private HiveTransactionMgr hiveTransactionMgr;

[GitHub] [doris] github-actions[bot] commented on pull request #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23586: URL: https://github.com/apache/doris/pull/23586#issuecomment-1696665306 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] lide-reed merged pull request #23585: [Improvement](meta) add default_value column & is changed column for result of show_variables stmt

2023-08-28 Thread via GitHub
lide-reed merged PR #23585: URL: https://github.com/apache/doris/pull/23585 -- 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 #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

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

[GitHub] [doris] morrySnow opened a new pull request, #23597: [feature](Nereids) support struct type

2023-08-28 Thread via GitHub
morrySnow opened a new pull request, #23597: URL: https://github.com/apache/doris/pull/23597 ## Proposed changes Issue Number: close #xxx 1. support struct data type 2. add array / map / struct literal syntax 3. fix array union / intersect / except type coercion

[GitHub] [doris] github-actions[bot] commented on pull request #23540: [chore](fe)correct some doc errors

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23540: URL: https://github.com/apache/doris/pull/23540#issuecomment-1696667482 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] morrySnow closed pull request #23568: [feature](Nereids) support struct type

2023-08-28 Thread via GitHub
morrySnow closed pull request #23568: [feature](Nereids) support struct type URL: https://github.com/apache/doris/pull/23568 -- 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 #23591: [test](Nereids) add leading tpch

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23591: URL: https://github.com/apache/doris/pull/23591#issuecomment-1696668929 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.67 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes

[doris] branch master updated (d863cc3a12 -> da9eb79ac4)

2023-08-28 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 d863cc3a12 [fix](move-memtable) fix tablets to commit (#23577) add da9eb79ac4 [Enhancement](Schema hash) Remove

[GitHub] [doris] BePPPower commented on pull request #23319: [feature](Export) support export with nereids

2023-08-28 Thread via GitHub
BePPPower commented on PR #23319: URL: https://github.com/apache/doris/pull/23319#issuecomment-1696669948 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 unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #23434: [minor](nereids) SUPPORT COLLATE GRAMMAR

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

[GitHub] [doris] github-actions[bot] commented on pull request #23568: [feature](Nereids) support struct type

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23568: URL: https://github.com/apache/doris/pull/23568#issuecomment-1696671066 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 merged pull request #23532: [fix](planner)only forbid substitute literal expr in function call expr

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

[doris] branch master updated: [fix](planner) only forbid substitute literal expr in function call expr (#23532)

2023-08-28 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d8f159728b [fix](planner) only forbid substitu

[GitHub] [doris] github-actions[bot] commented on pull request #19312: [feature](nereids)prune runtime filter by ndv

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #19312: URL: https://github.com/apache/doris/pull/19312#issuecomment-1696672000 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] hubgeter commented on pull request #23411: [fix](json)Fix the bug that read json file Out of bounds access

2023-08-28 Thread via GitHub
hubgeter commented on PR #23411: URL: https://github.com/apache/doris/pull/23411#issuecomment-1696672366 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] hello-stephen commented on pull request #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23586: URL: https://github.com/apache/doris/pull/23586#issuecomment-1696673644 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.02 seconds stream load tsv: 539 seconds loaded 74807831229 Bytes

[doris] branch branch-2.0 updated: [Improvement](meta) add default_value column & is changed column for result of show variables stmt (#23585)

2023-08-28 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 3ed1f40080 [Improvement](meta) add default_

[GitHub] [doris] github-actions[bot] commented on pull request #23587: load segments lazy in betarowset_reader

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

[GitHub] [doris] github-actions[bot] commented on pull request #23411: [fix](json)Fix the bug that read json file Out of bounds access

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23411: URL: https://github.com/apache/doris/pull/23411#issuecomment-1696677605 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] zy-kkk merged pull request #22493: [feature-wip](catalog) support deltalake catalog step1-metadata

2023-08-28 Thread via GitHub
zy-kkk merged PR #22493: URL: https://github.com/apache/doris/pull/22493 -- 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.apach

[doris] branch master updated (d8f159728b -> 5b641ebd40)

2023-08-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d8f159728b [fix](planner) only forbid substitute literal expr in function call expr (#23532) add 5b641ebd40 [featu

[GitHub] [doris] github-actions[bot] commented on pull request #23284: [fix](regexp_extract_all) fix be OOM when quering with regexp_extrac…

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23284: URL: https://github.com/apache/doris/pull/23284#issuecomment-1696678875 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 #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23584: URL: https://github.com/apache/doris/pull/23584#issuecomment-1696679015 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 #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23584: URL: https://github.com/apache/doris/pull/23584#issuecomment-1696678982 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] XieJiann opened a new pull request, #23598: [WIP](Nereids) lambda poc

2023-08-28 Thread via GitHub
XieJiann opened a new pull request, #23598: URL: https://github.com/apache/doris/pull/23598 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

[GitHub] [doris] lide-reed merged pull request #23284: [fix](regexp_extract_all) fix be OOM when quering with regexp_extrac…

2023-08-28 Thread via GitHub
lide-reed merged PR #23284: URL: https://github.com/apache/doris/pull/23284 -- 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 (5b641ebd40 -> 0128dd42d9)

2023-08-28 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5b641ebd40 [feature-wip](catalog) support deltalake catalog step1-metadata (#22493) add 0128dd42d9 [fix](regexp_ext

[GitHub] [doris] lide-reed closed issue #23242: [Bug] Be OOM when quering with regexp_extract_all and regexp_replace

2023-08-28 Thread via GitHub
lide-reed closed issue #23242: [Bug] Be OOM when quering with regexp_extract_all and regexp_replace URL: https://github.com/apache/doris/issues/23242 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [doris] Gabriel39 merged pull request #23593: [test](fix) remove unstable ds_rf95 test

2023-08-28 Thread via GitHub
Gabriel39 merged PR #23593: URL: https://github.com/apache/doris/pull/23593 -- 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 (0128dd42d9 -> fb67c53e5d)

2023-08-28 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0128dd42d9 [fix](regexp_extract_all) fix be OOM when quering with regexp_extrac… (#23284) add fb67c53e5d [te

[GitHub] [doris] LongWangXX commented on issue #22060: [INTERNAL_ERROR]UdfRuntimeException: Initialize datasource failed: CAUSED BY: GetConnectionTimeoutException: wait millis 5000, active 149, maxAc

2023-08-28 Thread via GitHub
LongWangXX commented on issue #22060: URL: https://github.com/apache/doris/issues/22060#issuecomment-1696682945 errCode = 2, detailMessage = (192.168.8.39)[INTERNAL_ERROR]UdfRuntimeException: Initialize datasource failed: CAUSED BY: GetConnectionTimeoutException: wait millis 11923, act

[GitHub] [doris] LongWangXX commented on issue #22060: [INTERNAL_ERROR]UdfRuntimeException: Initialize datasource failed: CAUSED BY: GetConnectionTimeoutException: wait millis 5000, active 149, maxAc

2023-08-28 Thread via GitHub
LongWangXX commented on issue #22060: URL: https://github.com/apache/doris/issues/22060#issuecomment-1696683630 我也遇到了这个问题 ,1.2.6 和 1.2.6的上一个版本,当doris运行了几天之后,查询mysql外部表就需要很长时间,感觉整个集群不工作; -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [doris] BiteTheDDDDt merged pull request #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
BiteThet merged PR #23584: URL: https://github.com/apache/doris/pull/23584 -- 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: add column number check for vsorted_run_merger (#23584)

2023-08-28 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 7913354f78 add column number check for vsort

[GitHub] [doris] github-actions[bot] commented on pull request #23499: [fix](Nereids) make agg output unchanged after normalized

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23499: URL: https://github.com/apache/doris/pull/23499#issuecomment-1696685447 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 #23499: [fix](Nereids) make agg output unchanged after normalized

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23499: URL: https://github.com/apache/doris/pull/23499#issuecomment-1696685464 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 #23188: [bug](java-udf) fix java-udf not return const column when all args are const values

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23188: URL: https://github.com/apache/doris/pull/23188#issuecomment-1696686351 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 #23188: [bug](java-udf) fix java-udf not return const column when all args are const values

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23188: URL: https://github.com/apache/doris/pull/23188#issuecomment-1696686376 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] LongWangXX commented on issue #22060: [INTERNAL_ERROR]UdfRuntimeException: Initialize datasource failed: CAUSED BY: GetConnectionTimeoutException: wait millis 5000, active 149, maxAc

2023-08-28 Thread via GitHub
LongWangXX commented on issue #22060: URL: https://github.com/apache/doris/issues/22060#issuecomment-1696687688 be.gc.log.20230823-144134 在做fullgc 504150.803: [Full GC (Ergonomics) 716489K->716489K(724480K), 0.9853802 secs] 504151.789: [Full GC (Ergonomics) 716489K->716489K(724480K),

[GitHub] [doris] morrySnow commented on pull request #23597: [feature](Nereids) support struct type

2023-08-28 Thread via GitHub
morrySnow commented on PR #23597: URL: https://github.com/apache/doris/pull/23597#issuecomment-1696687883 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] airborne12 commented on pull request #23581: [Fix](column predicate) seperate CHAR primitive type for column predicate

2023-08-28 Thread via GitHub
airborne12 commented on PR #23581: URL: https://github.com/apache/doris/pull/23581#issuecomment-1696688952 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] gojumprope closed issue #23553: [Bug] NOT IN operator result cannot get null data

2023-08-28 Thread via GitHub
gojumprope closed issue #23553: [Bug] NOT IN operator result cannot get null data URL: https://github.com/apache/doris/issues/23553 -- 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 comme

[GitHub] [doris] BePPPower commented on pull request #23319: [feature](Export) support export with nereids

2023-08-28 Thread via GitHub
BePPPower commented on PR #23319: URL: https://github.com/apache/doris/pull/23319#issuecomment-1696691021 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] BePPPower commented on pull request #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
BePPPower commented on PR #23586: URL: https://github.com/apache/doris/pull/23586#issuecomment-1696691562 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 #23581: [Fix](column predicate) seperate CHAR primitive type for column predicate

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23581: URL: https://github.com/apache/doris/pull/23581#issuecomment-1696692822 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] XieJiann commented on pull request #23499: [fix](Nereids) make agg output unchanged after normalized

2023-08-28 Thread via GitHub
XieJiann commented on PR #23499: URL: https://github.com/apache/doris/pull/23499#issuecomment-1696693791 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] amorynan commented on pull request #23489: [FIX](array)update array olapconvertor and support array nested other complex type

2023-08-28 Thread via GitHub
amorynan commented on PR #23489: URL: https://github.com/apache/doris/pull/23489#issuecomment-1696694171 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] hust-hhb commented on a diff in pull request #23448: [improvement](compaction) add an option on delete stale rowset by judging _stale_rs_metas size when doing compaction

2023-08-28 Thread via GitHub
hust-hhb commented on code in PR #23448: URL: https://github.com/apache/doris/pull/23448#discussion_r1308141835 ## be/src/olap/compaction.cpp: ## @@ -693,6 +693,11 @@ Status Compaction::modify_rowsets(const Merger::Statistics* stats) { _tablet->merge_delete_bitma

[GitHub] [doris] hust-hhb commented on pull request #23448: [improvement](compaction) add an option on delete stale rowset by judging _stale_rs_metas size when doing compaction

2023-08-28 Thread via GitHub
hust-hhb commented on PR #23448: URL: https://github.com/apache/doris/pull/23448#issuecomment-1696695550 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   5   6   >