[GitHub] [doris] adonis0147 commented on a diff in pull request #22109: [Enhancement] add soft link for the compile_commands.json

2023-07-30 Thread via GitHub
adonis0147 commented on code in PR #22109: URL: https://github.com/apache/doris/pull/22109#discussion_r1278704311 ## build.sh: ## @@ -703,4 +703,8 @@ if [[ -n "${DORIS_POST_BUILD_HOOK}" ]]; then eval "${DORIS_POST_BUILD_HOOK}" fi +if [[ -f "${CMAKE_BUILD_DIR}/compile_com

[GitHub] [doris] englefly merged pull request #22389: [pipeline](p0) exclude test_profile, re-add test_cast_string_to_array

2023-07-30 Thread via GitHub
englefly merged PR #22389: URL: https://github.com/apache/doris/pull/22389 -- 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: [pipeline](p0) exclude test_profile, re-add test_cast_string_to_array #22389

2023-07-30 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 b58f125211 [pipeline](p0) exclude test_profile,

[GitHub] [doris] czzmmc commented on pull request #22071: [Feature](count_by_enum) support count_by_enum function

2023-07-30 Thread via GitHub
czzmmc commented on PR #22071: URL: https://github.com/apache/doris/pull/22071#issuecomment-1657412425 @zhangstar333 It seams checks failed again. I found the error message "Error: The process '/usr/bin/git' failed with exit code 128". But I have no idea what it means. -- This is an auto

[GitHub] [doris] kaijchen opened a new pull request, #22392: [peformance](load) cancel unstarted segcompaction tasks when build rowset

2023-07-30 Thread via GitHub
kaijchen opened a new pull request, #22392: URL: https://github.com/apache/doris/pull/22392 ## Proposed changes Currently, segcompaction tasks may be queued to execute in thread pool, causing waiting time when build rowset to be too long. This PR proposed to cancel the segcom

[GitHub] [doris] kaijchen commented on pull request #22392: [peformance](load) cancel unstarted segcompaction tasks when build rowset

2023-07-30 Thread via GitHub
kaijchen commented on PR #22392: URL: https://github.com/apache/doris/pull/22392#issuecomment-1657413564 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 #22196: [Fix](Planner) fix parse error of view with group_concat order by

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

[GitHub] [doris] github-actions[bot] commented on pull request #22392: [peformance](load) cancel unstarted segcompaction tasks when build rowset

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22392: URL: https://github.com/apache/doris/pull/22392#issuecomment-1657420380 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] Kikyou1997 commented on pull request #21849: [enhancement](stats) Retry when loading stats

2023-07-30 Thread via GitHub
Kikyou1997 commented on PR #21849: URL: https://github.com/apache/doris/pull/21849#issuecomment-1657422819 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 #21970: [enhancement](nereids) Improve stats preload performance

2023-07-30 Thread via GitHub
Kikyou1997 commented on PR #21970: URL: https://github.com/apache/doris/pull/21970#issuecomment-1657422920 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 #22211: [enhancement](nereids) Execute sync analyze task with multi-thread

2023-07-30 Thread via GitHub
Kikyou1997 commented on PR #22211: URL: https://github.com/apache/doris/pull/22211#issuecomment-1657422984 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] gtk96 opened a new issue, #22393: [Bug] readme link 404

2023-07-30 Thread via GitHub
gtk96 opened a new issue, #22393: URL: https://github.com/apache/doris/issues/22393 ### 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 The main branch redme link

[GitHub] [doris] hello-stephen commented on pull request #22391: [fix](nereids)allow in or exits subquery in binary operator

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22391: URL: https://github.com/apache/doris/pull/22391#issuecomment-1657425285 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.55 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes

[GitHub] [doris] gtk96 opened a new pull request, #22394: Update README.md

2023-07-30 Thread via GitHub
gtk96 opened a new pull request, #22394: URL: https://github.com/apache/doris/pull/22394 ## 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:d.

[GitHub] [doris] hello-stephen commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-30 Thread via GitHub
hello-stephen commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657429190 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.59 seconds stream load tsv: 508 seconds loaded 74807831229 Bytes

[GitHub] [doris] kaijchen opened a new pull request, #22395: [peformance](load) cancel unstarted segcompaction tasks when build rowset

2023-07-30 Thread via GitHub
kaijchen opened a new pull request, #22395: URL: https://github.com/apache/doris/pull/22395 ## Proposed changes Currently, segcompaction tasks may be queued to execute in thread pool, causing waiting time when build rowset to be too long. This PR proposed to cancel the segcom

[doris] 02/03: [bug](distinct-agg) fix distinct-agg outblock columns size not equal key size (#22357)

2023-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 88085d9076a2ba921735039af37e2b6ccd894dee Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> AuthorDa

[doris] 01/03: [improve](agg) support distinct agg node (#22169)

2023-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 8ac0c83df744705292d08f1e0b8aeaaad9992903 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> AuthorDa

[doris] branch branch-2.0 updated (e5519e6c6c -> b6fbc0ad3d)

2023-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from e5519e6c6c [fix](cast) fix wrong result of casting empty string to array date (#22281) new 8ac0c83df7 [improve

[doris] 03/03: [fix](ipv6)Remove restrictions from IPv4 when add backend (#22323)

2023-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit b6fbc0ad3d5d1ab4c73be1abb67308641e0a98e0 Author: zhangdong <493738...@qq.com> AuthorDate: Sun Jul 30 22:47:24 2023 +080

[GitHub] [doris] HHoflittlefish777 opened a new pull request, #22396: [revert][regression-test] revert lazy open regression test

2023-07-30 Thread via GitHub
HHoflittlefish777 opened a new pull request, #22396: URL: https://github.com/apache/doris/pull/22396 ## Proposed changes we revert lazy open in https://github.com/apache/doris/pull/22130, and the test is unused which can be revert. ## Further comments If this is

[GitHub] [doris] github-actions[bot] commented on pull request #22395: [peformance](load) cancel unstarted segcompaction tasks when build rowset

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22395: URL: https://github.com/apache/doris/pull/22395#issuecomment-1657436848 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] HHoflittlefish777 commented on pull request #22396: [revert][regression-test] revert lazy open regression test

2023-07-30 Thread via GitHub
HHoflittlefish777 commented on PR #22396: URL: https://github.com/apache/doris/pull/22396#issuecomment-1657436931 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] morrySnow commented on a diff in pull request #22264: [feature](Nereids): pushdown MIN/MAX/SUM through join

2023-07-30 Thread via GitHub
morrySnow commented on code in PR #22264: URL: https://github.com/apache/doris/pull/22264#discussion_r1278752673 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushdownMinMaxThroughJoin.java: ## @@ -0,0 +1,183 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] hello-stephen commented on pull request #22392: [peformance](load) cancel unstarted segcompaction tasks when build rowset

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22392: URL: https://github.com/apache/doris/pull/22392#issuecomment-1657438240 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.54 seconds stream load tsv: 504 seconds loaded 74807831229 Bytes

[GitHub] [doris] morrySnow commented on a diff in pull request #22203: [tpcds](nereids) add rule to eliminate empty relation

2023-07-30 Thread via GitHub
morrySnow commented on code in PR #22203: URL: https://github.com/apache/doris/pull/22203#discussion_r1278756374 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/EliminateEmptyRelation.java: ## @@ -0,0 +1,113 @@ +// Licensed to the Apache Software Foundation (A

[GitHub] [doris] Mryange opened a new pull request, #22397: [vectorized](udaf) java udaf support with map type

2023-07-30 Thread via GitHub
Mryange opened a new pull request, #22397: URL: https://github.com/apache/doris/pull/22397 ## Proposed changes ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by e

[GitHub] [doris] Mryange commented on pull request #22397: [vectorized](udaf) java udaf support with map type

2023-07-30 Thread via GitHub
Mryange commented on PR #22397: URL: https://github.com/apache/doris/pull/22397#issuecomment-1657443627 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] hello-stephen commented on pull request #22071: [Feature](count_by_enum) support count_by_enum function

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22071: URL: https://github.com/apache/doris/pull/22071#issuecomment-1657443759 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.29 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] HHoflittlefish777 opened a new pull request, #22398: [revert][branch-2.0] revert lazy open regression test

2023-07-30 Thread via GitHub
HHoflittlefish777 opened a new pull request, #22398: URL: https://github.com/apache/doris/pull/22398 ## Proposed changes we revert lazy open in https://github.com/apache/doris/pull/22130, and the test is unused which can be revert. ## Further comments If this is

[GitHub] [doris] HHoflittlefish777 closed pull request #22398: [revert][branch-2.0] revert lazy open regression test

2023-07-30 Thread via GitHub
HHoflittlefish777 closed pull request #22398: [revert][branch-2.0] revert lazy open regression test URL: https://github.com/apache/doris/pull/22398 -- 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 th

[GitHub] [doris] github-actions[bot] commented on pull request #22397: [vectorized](udaf) java udaf support with map type

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22397: URL: https://github.com/apache/doris/pull/22397#issuecomment-1657453635 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 a diff in pull request #22398: [revert][branch-2.0] revert lazy open regression test

2023-07-30 Thread via GitHub
github-actions[bot] commented on code in PR #22398: URL: https://github.com/apache/doris/pull/22398#discussion_r1278761801 ## be/src/index-tools/index_tool.cpp: ## @@ -0,0 +1,241 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license ag

[GitHub] [doris] HHoflittlefish777 opened a new pull request, #22399: [revert][branch-2.0] revert lazy open regression test

2023-07-30 Thread via GitHub
HHoflittlefish777 opened a new pull request, #22399: URL: https://github.com/apache/doris/pull/22399 ## Proposed changes we revert lazy open in https://github.com/apache/doris/pull/22130, and the test is unused which can be revert. ## Further comments If this is

[GitHub] [doris] morningman commented on a diff in pull request #21621: [Enhancement](load) http load using SQL

2023-07-30 Thread via GitHub
morningman commented on code in PR #21621: URL: https://github.com/apache/doris/pull/21621#discussion_r1278762586 ## gensrc/thrift/FrontendService.thrift: ## @@ -621,6 +621,59 @@ struct TStreamLoadMultiTablePutResult { 3: optional list pipeline_params } +// HttpLoad req

[GitHub] [doris] lsy3993 opened a new issue, #22400: [Bug] Query es catalog error

2023-07-30 Thread via GitHub
lsy3993 opened a new issue, #22400: URL: https://github.com/apache/doris/issues/22400 ### 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 doris master ###

[GitHub] [doris] hello-stephen commented on pull request #21849: [enhancement](stats) Retry when loading stats

2023-07-30 Thread via GitHub
hello-stephen commented on PR #21849: URL: https://github.com/apache/doris/pull/21849#issuecomment-1657474622 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.14 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22211: [enhancement](nereids) Execute sync analyze task with multi-thread

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22211: URL: https://github.com/apache/doris/pull/22211#issuecomment-1657476940 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.2 seconds stream load tsv: 541 seconds loaded 74807831229 Bytes,

[GitHub] [doris] HappenLee commented on pull request #21898: [feature](datetime) Support timezone when insert datetime value

2023-07-30 Thread via GitHub
HappenLee commented on PR #21898: URL: https://github.com/apache/doris/pull/21898#issuecomment-1657483506 ![image](https://github.com/apache/doris/assets/10553413/e0df7bd9-fe9b-4ecf-b7f7-4865fde39c43) please keep the same behavior like mysql -- This is an automated message from the Apa

[GitHub] [doris] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
TangSiyang2001 commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657489964 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] TangSiyang2001 commented on a diff in pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
TangSiyang2001 commented on code in PR #22382: URL: https://github.com/apache/doris/pull/22382#discussion_r1278769066 ## be/src/exec/line_reader.h: ## @@ -24,7 +24,7 @@ namespace doris { namespace io { class IOContext; } -// This class is used for CSV scanner, to read content

[GitHub] [doris] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
TangSiyang2001 commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657493069 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] BiteTheDDDDt commented on pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
BiteThet commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657496381 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

[doris] branch datax-url-decode created (now 250445afab)

2023-07-30 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch datax-url-decode in repository https://gitbox.apache.org/repos/asf/doris.git at 250445afab doris writer url decoder fix This branch includes the following new commits: new 2504

[doris] 01/01: doris writer url decoder fix

2023-07-30 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch datax-url-decode in repository https://gitbox.apache.org/repos/asf/doris.git commit 250445afab21033ae5f4695dd98d2050fb95249c Author: jiafeng.zhang AuthorDate: Mon Jul 31 12:00:47 2023 +0800

[GitHub] [doris] hf200012 opened a new pull request, #22401: doris writer url decoder fix

2023-07-30 Thread via GitHub
hf200012 opened a new pull request, #22401: URL: https://github.com/apache/doris/pull/22401 When the user imports data, there are some special characters in the data, which will cause the import to fail The following error message appears: ``` 2023-07-28 15:15:28.960 INFO 21756

[GitHub] [doris] github-actions[bot] commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657503107 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 #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657503122 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 #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657506664 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] HHoflittlefish777 closed pull request #22399: [revert][branch-2.0] revert lazy open regression test

2023-07-30 Thread via GitHub
HHoflittlefish777 closed pull request #22399: [revert][branch-2.0] revert lazy open regression test URL: https://github.com/apache/doris/pull/22399 -- 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 th

[GitHub] [doris] HHoflittlefish777 closed pull request #22396: [revert][regression-test] revert lazy open regression test

2023-07-30 Thread via GitHub
HHoflittlefish777 closed pull request #22396: [revert][regression-test] revert lazy open regression test URL: https://github.com/apache/doris/pull/22396 -- 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 #22363: [runtime filter](profile) add merge time on non-pipeline engine

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22363: URL: https://github.com/apache/doris/pull/22363#issuecomment-1657508962 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 #22363: [runtime filter](profile) add merge time on non-pipeline engine

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22363: URL: https://github.com/apache/doris/pull/22363#issuecomment-1657508905 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 #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657509583 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 #22361: [typo](doc)Modify some words typos.

2023-07-30 Thread via GitHub
yiguolei merged PR #22361: URL: https://github.com/apache/doris/pull/22361 -- 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: [typo](doc)Modify some words typos. #22361

2023-07-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 7bcf024757 [typo](doc)Modify some words typos.

[GitHub] [doris] zy-kkk commented on pull request #22401: [fix](datax)doris writer url decoder fix

2023-07-30 Thread via GitHub
zy-kkk commented on PR #22401: URL: https://github.com/apache/doris/pull/22401#issuecomment-1657518922 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] github-actions[bot] commented on pull request #22401: [fix](datax)doris writer url decoder fix

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22401: URL: https://github.com/apache/doris/pull/22401#issuecomment-1657519884 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 #22401: [fix](datax)doris writer url decoder fix

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22401: URL: https://github.com/apache/doris/pull/22401#issuecomment-1657519946 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 a diff in pull request #21898: [feature](datetime) Support timezone when insert datetime value

2023-07-30 Thread via GitHub
HappenLee commented on code in PR #21898: URL: https://github.com/apache/doris/pull/21898#discussion_r1278775703 ## be/src/http/action/stream_load.cpp: ## @@ -466,6 +466,9 @@ Status StreamLoadAction::_process_put(HttpRequest* http_req, if (!http_req->header(HTTP_TIMEZONE).e

[GitHub] [doris] deadlinefen commented on pull request #22314: [feature](property) Add table property "is_being_synced"

2023-07-30 Thread via GitHub
deadlinefen commented on PR #22314: URL: https://github.com/apache/doris/pull/22314#issuecomment-1657541281 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 commented on pull request #22391: [fix](nereids)allow in or exits subquery in binary operator

2023-07-30 Thread via GitHub
starocean999 commented on PR #22391: URL: https://github.com/apache/doris/pull/22391#issuecomment-1657565998 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

[doris] branch master updated: [runtime filter](profile) add merge time on non-pipeline engine (#22363)

2023-07-30 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 b64f62647b [runtime filter](profile) add merg

[GitHub] [doris] Gabriel39 merged pull request #22363: [runtime filter](profile) add merge time on non-pipeline engine

2023-07-30 Thread via GitHub
Gabriel39 merged PR #22363: URL: https://github.com/apache/doris/pull/22363 -- 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] yiguolei merged pull request #22401: [fix](datax)doris writer url decoder fix

2023-07-30 Thread via GitHub
yiguolei merged PR #22401: URL: https://github.com/apache/doris/pull/22401 -- 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: [fix](datax)doris writer url decoder fix #22401

2023-07-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 acc24df10a [fix](datax)doris writer url decoder

[GitHub] [doris] github-actions[bot] commented on pull request #22211: [enhancement](nereids) Execute sync analyze task with multi-thread

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22211: URL: https://github.com/apache/doris/pull/22211#issuecomment-1657594367 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-shade] CalvinKirs opened a new pull request, #24: Shade dlf-metastore-client

2023-07-30 Thread via GitHub
CalvinKirs opened a new pull request, #24: URL: https://github.com/apache/doris-shade/pull/24 (no comment) -- 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

[GitHub] [doris] CalvinKirs opened a new pull request, #22402: [Fix](catalog)Dlf should use hive-catalog package

2023-07-30 Thread via GitHub
CalvinKirs opened a new pull request, #22402: URL: https://github.com/apache/doris/pull/22402 ## 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](mail

[GitHub] [doris] HappenLee merged pull request #21898: [feature](datetime) Support timezone when insert datetime value

2023-07-30 Thread via GitHub
HappenLee merged PR #21898: URL: https://github.com/apache/doris/pull/21898 -- 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: [feature](datetime) Support timezone when insert datetime value (#21898)

2023-07-30 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 f2919567df [feature](datetime) Support timezon

[doris] 01/02: [runtime filter](profile) add merge time on non-pipeline engine (#22363)

2023-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 96df90bfeff743c9ae54a2343d0419e7bf661ae7 Author: Gabriel AuthorDate: Mon Jul 31 12:52:42 2023 +0800 [runtime filt

[doris] branch branch-2.0 updated (b6fbc0ad3d -> 8d6474a1a7)

2023-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from b6fbc0ad3d [fix](ipv6)Remove restrictions from IPv4 when add backend (#22323) new 96df90bfef [runtime filter](

[doris] 02/02: [fix](datax)doris writer url decoder fix #22401

2023-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 8d6474a1a72182b4cbc4fd8b5339f233de904899 Author: jiafeng.zhang AuthorDate: Mon Jul 31 12:57:10 2023 +0800 [fix](d

[GitHub] [doris] morrySnow commented on a diff in pull request #22356: [fix](nereids)recompute logical properties in plan post process

2023-07-30 Thread via GitHub
morrySnow commented on code in PR #22356: URL: https://github.com/apache/doris/pull/22356#discussion_r1278799048 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/LogicalWindowToPhysicalWindow.java: ## @@ -440,7 +441,7 @@ public WindowFrame getWindowFrame

[GitHub] [doris] BiteTheDDDDt commented on pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
BiteThet commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657622476 run ckbench -- 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] xinyiZzz commented on pull request #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
xinyiZzz commented on PR #22388: URL: https://github.com/apache/doris/pull/22388#issuecomment-1657634918 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 #21970: [enhancement](nereids) Improve stats preload performance

2023-07-30 Thread via GitHub
hello-stephen commented on PR #21970: URL: https://github.com/apache/doris/pull/21970#issuecomment-1657635210 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.95 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22391: [fix](nereids)allow in or exits subquery in binary operator

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22391: URL: https://github.com/apache/doris/pull/22391#issuecomment-1657636602 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.23 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes

[GitHub] [doris] tudouzhao opened a new issue, #22403: [Enhancement] suppors log level debug

2023-07-30 Thread via GitHub
tudouzhao opened a new issue, #22403: URL: https://github.com/apache/doris/issues/22403 ### 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 if (!(sysLogLevel.

[GitHub] [doris] github-actions[bot] commented on pull request #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22388: URL: https://github.com/apache/doris/pull/22388#issuecomment-1657645880 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] HHoflittlefish777 opened a new pull request, #22404: [fix][regression-test] change regression test name

2023-07-30 Thread via GitHub
HHoflittlefish777 opened a new pull request, #22404: URL: https://github.com/apache/doris/pull/22404 ## Proposed changes Lazy open feature revert in https://github.com/apache/doris/pull/22130, but the test suites for open, it should change name. ## Further comments

[GitHub] [doris] HHoflittlefish777 commented on pull request #22404: [fix][regression-test] change regression test name

2023-07-30 Thread via GitHub
HHoflittlefish777 commented on PR #22404: URL: https://github.com/apache/doris/pull/22404#issuecomment-1657646618 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] starocean999 commented on pull request #22356: [fix](nereids)recompute logical properties in plan post process

2023-07-30 Thread via GitHub
starocean999 commented on PR #22356: URL: https://github.com/apache/doris/pull/22356#issuecomment-1657648537 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 commented on a diff in pull request #22356: [fix](nereids)recompute logical properties in plan post process

2023-07-30 Thread via GitHub
starocean999 commented on code in PR #22356: URL: https://github.com/apache/doris/pull/22356#discussion_r1278808337 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/LogicalWindowToPhysicalWindow.java: ## @@ -440,7 +441,7 @@ public WindowFrame getWindowFr

[GitHub] [doris] HHoflittlefish777 opened a new pull request, #22405: [fix][branch-2.0] change regression test name

2023-07-30 Thread via GitHub
HHoflittlefish777 opened a new pull request, #22405: URL: https://github.com/apache/doris/pull/22405 ## Proposed changes Lazy open feature revert in https://github.com/apache/doris/pull/22130, but the test suites for open, it should change name and can reuse. ## Further

[GitHub] [doris] dataroaring merged pull request #22405: [fix][branch-2.0] change lazy open regression test name

2023-07-30 Thread via GitHub
dataroaring merged PR #22405: URL: https://github.com/apache/doris/pull/22405 -- 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 branch-2.0 updated: [fix][branch-2.0] change lazy open regression test name (#22405)

2023-07-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 a248fc668a [fix][branch-2.0] change

[GitHub] [doris] github-actions[bot] commented on pull request #22404: [fix][regression-test] change lazy open regression test name

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22404: URL: https://github.com/apache/doris/pull/22404#issuecomment-1657662980 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 #22404: [fix][regression-test] change lazy open regression test name

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22404: URL: https://github.com/apache/doris/pull/22404#issuecomment-1657663046 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] CalvinKirs commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-30 Thread via GitHub
CalvinKirs commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657663211 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] XieJiann commented on pull request #21936: [enhancement](Nereids): prune unuse plan in optimized group

2023-07-30 Thread via GitHub
XieJiann commented on PR #21936: URL: https://github.com/apache/doris/pull/21936#issuecomment-1657669036 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 pull request #22387: [refactor](segcompaction): simplify submit_seg_compaction_task interface

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22387: URL: https://github.com/apache/doris/pull/22387#issuecomment-1657680719 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 #22387: [refactor](segcompaction): simplify submit_seg_compaction_task interface

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

[GitHub] [doris] hello-stephen commented on pull request #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22388: URL: https://github.com/apache/doris/pull/22388#issuecomment-1657685703 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.06 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] dataroaring merged pull request #22387: [refactor](segcompaction): simplify submit_seg_compaction_task interface

2023-07-30 Thread via GitHub
dataroaring merged PR #22387: URL: https://github.com/apache/doris/pull/22387 -- 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: [refactor](segcompaction) simplify submit_seg_compaction_task interface (#22387)

2023-07-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 147a148364 [refactor](segcompaction) simplif

[GitHub] [doris] Mryange commented on pull request #22397: [vectorized](udaf) java udaf support with map type

2023-07-30 Thread via GitHub
Mryange commented on PR #22397: URL: https://github.com/apache/doris/pull/22397#issuecomment-1657712219 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] CalvinKirs commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-30 Thread via GitHub
CalvinKirs commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657721145 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] kaijchen commented on pull request #22392: [peformance](load) cancel unstarted segcompaction tasks when build rowset

2023-07-30 Thread via GitHub
kaijchen commented on PR #22392: URL: https://github.com/apache/doris/pull/22392#issuecomment-1657724701 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   >