Re: [PR] [Improve] registerDriver improvement [doris-flink-connector]

2023-10-29 Thread via GitHub
wolfboys commented on code in PR #219: URL: https://github.com/apache/doris-flink-connector/pull/219#discussion_r1375382365 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/oracle/OracleDatabaseSync.java: ## @@ -59,9 +59,24 @@ public class OracleDatabase

Re: [PR] [improvement](scan) avoid too many scanners for file scan node [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25727: URL: https://github.com/apache/doris/pull/25727#issuecomment-1784020755 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.16 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
kaka11chen commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784021268 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

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784021958 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

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784021968 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

Re: [PR] [Feature](Nereids) Add explain tree functionality which contains fragment ids for profile analysis. [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25446: URL: https://github.com/apache/doris/pull/25446#issuecomment-1784022158 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.64 seconds stream load tsv: 573 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784022534 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

Re: [PR] [Enhancement](Load) Nereids supports http_stream [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25049: URL: https://github.com/apache/doris/pull/25049#issuecomment-1784023117 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

[PR] [test](jdbc) fix unstable group_concat distinct case [doris]

2023-10-29 Thread via GitHub
morningman opened a new pull request, #26076: URL: https://github.com/apache/doris/pull/26076 ## Proposed changes The `group_concat` with `distinct` may return unstable result, so I remove the distinct and add `order by` to make test case stable ## Further comments If

Re: [PR] [test](jdbc) fix unstable group_concat distinct case [doris]

2023-10-29 Thread via GitHub
morningman commented on PR #26076: URL: https://github.com/apache/doris/pull/26076#issuecomment-1784025439 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

Re: [PR] [fix](Outfile) Export `DateTimev2` type of doris to ORC's `TimeStamp` type [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25470: URL: https://github.com/apache/doris/pull/25470#issuecomment-1784025822 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

Re: [PR] [fix](Outfile) Export `DateTimev2` type of doris to ORC's `TimeStamp` type [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25470: URL: https://github.com/apache/doris/pull/25470#issuecomment-1784025814 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

Re: [PR] [branch-2.0][fix](outfile) Fix parquet writer wrong result issue [doris]

2023-10-29 Thread via GitHub
morningman commented on PR #26027: URL: https://github.com/apache/doris/pull/26027#issuecomment-1784026164 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

Re: [PR] [fix](Export) fix timeout property not work for export job [doris]

2023-10-29 Thread via GitHub
morningman commented on code in PR #26032: URL: https://github.com/apache/doris/pull/26032#discussion_r1375386691 ## fe/fe-core/src/main/java/org/apache/doris/load/ExportJob.java: ## @@ -230,7 +230,8 @@ public void setJob(ExportStmt stmt) throws UserException { this.par

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784026936 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.39 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](Outfile) Export `DateTimev2` type of doris to ORC's `TimeStamp` type [doris]

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

Re: [PR] [fix](docs) modify docs abort `outfile` and `export` [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26033: URL: https://github.com/apache/doris/pull/26033#issuecomment-1784027255 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

Re: [PR] [fix](docs) modify docs abort `outfile` and `export` [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26033: URL: https://github.com/apache/doris/pull/26033#issuecomment-1784027263 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 (1e5ed91e4d6 -> 99b45e19385)

2023-10-29 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 1e5ed91e4d6 [fix](fe-meta) make FE meta be compatible with branch 2.0 (2.0.2.1 or later) (#26048) add 99b45e1

Re: [PR] [fix](stats) Store max/min by base64 [doris]

2023-10-29 Thread via GitHub
Kikyou1997 commented on PR #26037: URL: https://github.com/apache/doris/pull/26037#issuecomment-1784027388 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

Re: [PR] [branch-2.0][fix](outfile) Fix parquet writer wrong result issue [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26027: URL: https://github.com/apache/doris/pull/26027#issuecomment-1784027575 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

Re: [PR] [feature](mtmv)(1)remove old mtmv code [doris]

2023-10-29 Thread via GitHub
morningman commented on PR #26041: URL: https://github.com/apache/doris/pull/26041#issuecomment-1784028279 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

Re: [PR] [Bug](iceberg)fix read partitioned iceberg without partition path [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25503: URL: https://github.com/apache/doris/pull/25503#issuecomment-1784029032 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

Re: [PR] [Bug](iceberg)fix read partitioned iceberg without partition path [doris]

2023-10-29 Thread via GitHub
morningman commented on PR #25503: URL: https://github.com/apache/doris/pull/25503#issuecomment-1784029122 run external -- 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

Re: [PR] [branch-2.0][fix](outfile) Fix parquet writer wrong result issue [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26027: URL: https://github.com/apache/doris/pull/26027#issuecomment-1784032193 TeamCity be ut coverage result: Function Coverage: 38.23% (7928/20738) Line Coverage: 30.03% (64078/213381) Region Coverage: 29.25% (33196/113504) Branch Coverage: 25.0

Re: [PR] [branch-2.0][fix](outfile) Fix parquet writer wrong result issue [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26027: URL: https://github.com/apache/doris/pull/26027#issuecomment-1784033515 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.03 seconds stream load tsv: 559 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784039002 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

[PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
Mryange opened a new pull request, #26078: URL: https://github.com/apache/doris/pull/26078 ## 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:

Re: [PR] [refine](profileV2) use task dependency in profile and print pipelinetask index [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #26059: URL: https://github.com/apache/doris/pull/26059#issuecomment-1784039137 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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784039152 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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on code in PR #26078: URL: https://github.com/apache/doris/pull/26078#discussion_r1375397388 ## be/src/pipeline/pipeline_x/dependency.h: ## @@ -19,11 +19,16 @@ #include Review Comment: warning: 'sqltypes.h' file not found [clang-diagnostic-e

Re: [PR] [improvement](scan) avoid too many scanners for file scan node [doris]

2023-10-29 Thread via GitHub
AshinGau commented on PR #25727: URL: https://github.com/apache/doris/pull/25727#issuecomment-1784044805 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 unsubscribe

Re: [PR] [improvement](scan) avoid too many scanners for file scan node [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25727: URL: https://github.com/apache/doris/pull/25727#issuecomment-1784044976 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

[PR] [typo](docs) fix docs,characters error and modified statement description [doris]

2023-10-29 Thread via GitHub
wanghuan2054 opened a new pull request, #26079: URL: https://github.com/apache/doris/pull/26079 ## 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](ma

(doris) branch master updated: [improvement](scan) avoid too many scanners for file scan node (#25727)

2023-10-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 e20cab64f4d [improvement](scan) avoid too man

Re: [PR] [improvement](scan) avoid too many scanners for file scan node [doris]

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

Re: [PR] [test](jdbc) fix unstable group_concat distinct case [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26076: URL: https://github.com/apache/doris/pull/26076#issuecomment-1784049717 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

Re: [PR] [test](jdbc) fix unstable group_concat distinct case [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26076: URL: https://github.com/apache/doris/pull/26076#issuecomment-1784049723 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

Re: [PR] [fix](stats) Store max/min by base64 [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26037: URL: https://github.com/apache/doris/pull/26037#issuecomment-1784050016 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.5 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes, a

Re: [PR] [feature](mtmv)(1)remove old mtmv code [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26041: URL: https://github.com/apache/doris/pull/26041#issuecomment-1784050162 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.9 seconds stream load tsv: 557 seconds loaded 74807831229 Bytes, a

Re: [PR] [refine](profileV2) use task dependency in profile and print pipelinetask index [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26059: URL: https://github.com/apache/doris/pull/26059#issuecomment-1784051333 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.48 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes,

[PR] [Improvement](inverted index) delay inverted index col read to reduce IO [doris]

2023-10-29 Thread via GitHub
xiaokang opened a new pull request, #26080: URL: https://github.com/apache/doris/pull/26080 ## Proposed changes Issue Number: close #xxx Currently, match predicate eg.`msg MATCH 'error'` will be added to common expr `_common_expr_ctxs_push_down` to downgrade to text scan if in

Re: [PR] [Improvement](inverted index) delay inverted index col read to reduce IO [doris]

2023-10-29 Thread via GitHub
xiaokang commented on PR #26080: URL: https://github.com/apache/doris/pull/26080#issuecomment-1784051922 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

Re: [PR] [Improvement](inverted index) delay inverted index col read to reduce IO [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26080: URL: https://github.com/apache/doris/pull/26080#issuecomment-1784053268 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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784054145 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.26 seconds stream load tsv: 550 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](partial update) fix a ASAN core, caused by release SegmentCacheHandle too early [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26042: URL: https://github.com/apache/doris/pull/26042#issuecomment-1784055619 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

Re: [PR] [fix](function) fix EXPLODE_JSON_ARRAY_STRING function [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #25519: URL: https://github.com/apache/doris/pull/25519#issuecomment-1784066191 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

Re: [PR] [fix](function) fix EXPLODE_JSON_ARRAY_STRING function [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25519: URL: https://github.com/apache/doris/pull/25519#issuecomment-1784068865 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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784072579 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

Re: [PR] [fix](function) fix EXPLODE_JSON_ARRAY_STRING function [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25519: URL: https://github.com/apache/doris/pull/25519#issuecomment-1784078849 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.01 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](function)return NULL rather than 'null' if path not found [doris]

2023-10-29 Thread via GitHub
Yulei-Yang commented on PR #25880: URL: https://github.com/apache/doris/pull/25880#issuecomment-1784086367 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

Re: [PR] [fix](function)return NULL rather than 'null' if path not found [doris]

2023-10-29 Thread via GitHub
Yulei-Yang commented on PR #25880: URL: https://github.com/apache/doris/pull/25880#issuecomment-1784086296 run external -- 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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784092316 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.48 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

[PR] [optimize](invert index) The all-hit index quickly gets the count [doris]

2023-10-29 Thread via GitHub
zzzxl1993 opened a new pull request, #26081: URL: https://github.com/apache/doris/pull/26081 ## 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](mailt

Re: [PR] [optimize](invert index) The all-hit index quickly gets the count [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on code in PR #26081: URL: https://github.com/apache/doris/pull/26081#discussion_r1375431376 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1612,10 +1661,82 @@ } } +bool SegmentIterator::_is_all_invert_index_read() { +if (

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-29 Thread via GitHub
kaijchen commented on PR #25796: URL: https://github.com/apache/doris/pull/25796#issuecomment-1784103335 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

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on code in PR #25796: URL: https://github.com/apache/doris/pull/25796#discussion_r1375435220 ## be/src/vec/sink/delta_writer_v2_pool.cpp: ## @@ -36,7 +37,7 @@ DeltaWriterV2* DeltaWriterV2Map::get_or_create(int64_t tablet_id, return _map.at(tab

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784106511 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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784109878 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

Re: [PR] [opt](nereids) let DBA ignore some runtime filters [doris]

2023-10-29 Thread via GitHub
englefly merged PR #25933: URL: https://github.com/apache/doris/pull/25933 -- 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: [opt](nereids) let DBA ignore some runtime filters (#25933)

2023-10-29 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 28dce9f226c [opt](nereids) let DBA ignore some

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25796: URL: https://github.com/apache/doris/pull/25796#issuecomment-1784118779 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.02 seconds stream load tsv: 557 seconds loaded 74807831229 Bytes,

[PR] [Feature](Job)Support manual and refactor some execution logic [doris]

2023-10-29 Thread via GitHub
CalvinKirs opened a new pull request, #26082: URL: https://github.com/apache/doris/pull/26082 Supports manually triggered JOBs and Tasks Optimize JOB&TASK display logic Refactor the executor to support context passing ## Proposed changes Issue Number: close #xxx

Re: [PR] [regression-test](fix) fix two case bug [doris]

2023-10-29 Thread via GitHub
xiaokang merged PR #26074: URL: https://github.com/apache/doris/pull/26074 -- 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 branch-2.0 updated: [regression-test](fix) fix two case bug (#26074)

2023-10-29 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 The following commit(s) were added to refs/heads/branch-2.0 by this push: new 58df047f9dc [regression-test](fix) fix two

Re: [PR] [Improvement](inverted index) delay inverted index col read to reduce IO [doris]

2023-10-29 Thread via GitHub
airborne12 commented on code in PR #26080: URL: https://github.com/apache/doris/pull/26080#discussion_r1375445517 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1109,8 +1161,9 @@ Status SegmentIterator::_init_inverted_index_iterators() { int32_t unique_id

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784126725 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.32 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784126841 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.14 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes,

Re: [PR] [optimize](invert index) The all-hit index quickly gets the count [doris]

2023-10-29 Thread via GitHub
airborne12 commented on PR #26081: URL: https://github.com/apache/doris/pull/26081#issuecomment-1784126906 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

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
englefly closed pull request #25724: [fix](compile) BE compile fix on macos URL: https://github.com/apache/doris/pull/25724 -- 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

[PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
englefly opened a new pull request, #25724: URL: https://github.com/apache/doris/pull/25724 ## 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

Re: [PR] [optimize](invert index) The all-hit index quickly gets the count [doris]

2023-10-29 Thread via GitHub
airborne12 commented on code in PR #26081: URL: https://github.com/apache/doris/pull/26081#discussion_r1375446857 ## be/src/exec/olap_common.h: ## @@ -1236,6 +1236,7 @@ Status OlapScanKeys::extend_scan_key(ColumnValueRange& range, _end_scan_keys.emplace_back();

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784129952 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

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784130111 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

Re: [PR] [opt](tools) analyze with full in tools scripts [doris]

2023-10-29 Thread via GitHub
englefly commented on PR #25873: URL: https://github.com/apache/doris/pull/25873#issuecomment-1784130679 run PipelineX -- 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

Re: [PR] [opt](tools) analyze with full in tools scripts [doris]

2023-10-29 Thread via GitHub
englefly commented on PR #25873: URL: https://github.com/apache/doris/pull/25873#issuecomment-1784130708 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

Re: [PR] [compatibility](stats) Read table stats in JournalEntity [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26070: URL: https://github.com/apache/doris/pull/26070#issuecomment-1784133027 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

Re: [PR] [compatibility](stats) Read table stats in JournalEntity [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26070: URL: https://github.com/apache/doris/pull/26070#issuecomment-1784133035 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

Re: [PR] [fix](stats) Store max/min by base64 [doris]

2023-10-29 Thread via GitHub
Kikyou1997 commented on PR #26037: URL: https://github.com/apache/doris/pull/26037#issuecomment-1784133060 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.

Re: [PR] [refine](profileV2) use task dependency in profile and print pipelinetask index [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26059: URL: https://github.com/apache/doris/pull/26059#issuecomment-1784135163 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

Re: [PR] [refine](profileV2) use task dependency in profile and print pipelinetask index [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26059: URL: https://github.com/apache/doris/pull/26059#issuecomment-1784135154 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

[PR] [bugfix](DateTimeV2Literal) The start and end dates of daylight saving time vary from year to year, which can lead to different test results at different times [doris]

2023-10-29 Thread via GitHub
liugddx opened a new pull request, #26083: URL: https://github.com/apache/doris/pull/26083 ## 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:

Re: [PR] [bugfix](DateTimeV2Literal) The start and end dates of daylight saving time vary from year to year, which can lead to different test results at different times [doris]

2023-10-29 Thread via GitHub
liugddx commented on PR #26083: URL: https://github.com/apache/doris/pull/26083#issuecomment-1784136228 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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
Mryange commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784139207 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

Re: [PR] [fix](stats) Store max/min by base64 [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26037: URL: https://github.com/apache/doris/pull/26037#issuecomment-1784141197 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.1 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes, a

Re: [PR] [optimize](invert index) The all-hit index quickly gets the count [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26081: URL: https://github.com/apache/doris/pull/26081#issuecomment-1784142973 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.38 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes,

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-29 Thread via GitHub
kaijchen commented on PR #25796: URL: https://github.com/apache/doris/pull/25796#issuecomment-1784143187 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

[PR] [Performance](Nereids): optimize GroupExpressionMatching [doris]

2023-10-29 Thread via GitHub
jackwener opened a new pull request, #26084: URL: https://github.com/apache/doris/pull/26084 ## 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 explaining w

Re: [PR] [Performance](Nereids): optimize GroupExpressionMatching [doris]

2023-10-29 Thread via GitHub
jackwener commented on PR #26084: URL: https://github.com/apache/doris/pull/26084#issuecomment-1784146110 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

Re: [PR] [bugfix](DateTimeV2Literal) The start and end dates of daylight saving time vary from year to year, which can lead to different test results at different times [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26083: URL: https://github.com/apache/doris/pull/26083#issuecomment-1784146614 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

Re: [PR] [bugfix](DateTimeV2Literal) The start and end dates of daylight saving time vary from year to year, which can lead to different test results at different times [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26083: URL: https://github.com/apache/doris/pull/26083#issuecomment-1784146624 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

Re: [PR] [bugfix](DateTimeV2Literal) The start and end dates of daylight saving time vary from year to year, which can lead to different test results at different times [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26083: URL: https://github.com/apache/doris/pull/26083#issuecomment-1784146988 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.08 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1784153659 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.54 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes,

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25796: URL: https://github.com/apache/doris/pull/25796#issuecomment-1784154366 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.63 seconds stream load tsv: 559 seconds loaded 74807831229 Bytes,

Re: [PR] [Performance](Nereids): optimize GroupExpressionMatching [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26084: URL: https://github.com/apache/doris/pull/26084#issuecomment-1784155011 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.73 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes,

Re: [PR] [refactor](broker-read) refactor broker reading process to avoid null broker connection [doris]

2023-10-29 Thread via GitHub
TangSiyang2001 commented on PR #26050: URL: https://github.com/apache/doris/pull/26050#issuecomment-1784156263 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.

Re: [PR] [refactor](broker-read) refactor broker reading process to avoid null broker connection [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26050: URL: https://github.com/apache/doris/pull/26050#issuecomment-1784157671 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

Re: [PR] [refactor](broker-read) refactor broker reading process to avoid null broker connection [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26050: URL: https://github.com/apache/doris/pull/26050#issuecomment-1784158260 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

Re: [PR] [test](Nereids) check memo plan of q64 [doris]

2023-10-29 Thread via GitHub
XieJiann commented on PR #26012: URL: https://github.com/apache/doris/pull/26012#issuecomment-1784162062 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

[PR] [feature](diagnose) diagnose for cluster balance [doris]

2023-10-29 Thread via GitHub
yujun777 opened a new pull request, #26085: URL: https://github.com/apache/doris/pull/26085 ## Proposed changes Usage: `show proc "/diagnose/cluster_balance"` ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apac

  1   2   3   >