Re: [PR] [Enhancement] (nereids)implement showProcCommand in nereids [doris]

2024-11-12 Thread via GitHub
LiBinfeng-01 commented on PR #43146: URL: https://github.com/apache/doris/pull/43146#issuecomment-2472677911 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 unsubsc

(doris) branch auto-pick-43636-branch-3.0 deleted (was d0ef7d1a75f)

2024-11-12 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a change to branch auto-pick-43636-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was d0ef7d1a75f [fix](filesystem)Use simple authentication directly in S3FileSystem (#43636) The revisi

(doris) branch master updated (a8de28c783a -> 3fcd7002d35)

2024-11-12 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 a8de28c783a [Enhancement] (nereids)implement showProcCommand in nereids (#43146) add 3fcd7002d35 [chore](auto-pick

Re: [PR] [chore](auto-pick)Add the original PR number suffix to the automatically picked PR title [doris]

2024-11-12 Thread via GitHub
zy-kkk merged PR #43866: URL: https://github.com/apache/doris/pull/43866 -- 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

Re: [PR] [Enhancement](checker) Enhance inverted checker [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43294: URL: https://github.com/apache/doris/pull/43294#issuecomment-2472732617 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](test) fix mysql jdbc catalog test out [doris]

2024-11-12 Thread via GitHub
zy-kkk commented on PR #43867: URL: https://github.com/apache/doris/pull/43867#issuecomment-2472732448 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

Re: [PR] [fix](test) fix mysql jdbc catalog test out [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43867: URL: https://github.com/apache/doris/pull/43867#issuecomment-2472732216 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [fix](test) fix mysql jdbc catalog test out [doris]

2024-11-12 Thread via GitHub
zy-kkk opened a new pull request, #43867: URL: https://github.com/apache/doris/pull/43867 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [feat](catalog)Support Pre-Execution Authentication for HMS Type Iceberg Catalog Operations [doris]

2024-11-12 Thread via GitHub
morningman commented on PR #43445: URL: https://github.com/apache/doris/pull/43445#issuecomment-2472731269 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] [enhance](orc) Optimize ORC Predicate Pushdown for OR-connected Predicate [doris]

2024-11-12 Thread via GitHub
morningman commented on code in PR #43255: URL: https://github.com/apache/doris/pull/43255#discussion_r1839672535 ## be/src/vec/exec/format/orc/vorc_reader.cpp: ## @@ -558,190 +565,347 @@ std::tuple convert_to_orc_literal(const orc::Type* type, con } } -template -std::

Re: [PR] [opt](store) allow to set storage_page_size for tables [doris]

2024-11-12 Thread via GitHub
qidaye merged PR #43690: URL: https://github.com/apache/doris/pull/43690 -- 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

Re: [PR] [feat](backup) GetSnapshot returns snapshot expiration time #43731 [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43863: URL: https://github.com/apache/doris/pull/43863#issuecomment-2472696256 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] branch-3.0: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43861: URL: https://github.com/apache/doris/pull/43861#issuecomment-2472668046 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [opt](brpc) check and remove unavailable brpc stubs (#43212) [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #43859: URL: https://github.com/apache/doris/pull/43859#discussion_r1839633077 ## be/src/runtime/query_context.h: ## @@ -19,6 +19,7 @@ #include Review Comment: warning: 'gen_cpp/PaloInternalService_types.h' file not found [cla

Re: [PR] [fix](column_complex) wrong type of Field returned by ColumnComplex (#43515) [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43860: URL: https://github.com/apache/doris/pull/43860#issuecomment-2472659891 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [Fix](Variant) return NOT_FOUND if dict key not found in meta service [doris]

2024-11-12 Thread via GitHub
eldenmoon opened a new pull request, #43864: URL: https://github.com/apache/doris/pull/43864 We should make sure the key exist if `read_schema_dict` other wise return NOT_FOUND to handle ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx

Re: [PR] branch-3.0: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43861: URL: https://github.com/apache/doris/pull/43861#issuecomment-2472668094 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

Re: [PR] [chore](auto-pick)Add the original PR number suffix to the automatically picked PR title [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43866: URL: https://github.com/apache/doris/pull/43866#issuecomment-2472726985 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] [chore](auto-pick)Add the original PR number suffix to the automatically picked PR title [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43866: URL: https://github.com/apache/doris/pull/43866#issuecomment-2472726922 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](checker) Enhance inverted checker [doris]

2024-11-12 Thread via GitHub
Yukang-Lian commented on PR #43294: URL: https://github.com/apache/doris/pull/43294#issuecomment-2472725377 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

Re: [PR] [chore](auto-pick)Add the original PR number suffix to the automatically picked PR title [doris]

2024-11-12 Thread via GitHub
CalvinKirs commented on PR #43866: URL: https://github.com/apache/doris/pull/43866#issuecomment-2472723767 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

[PR] [chore](auto-pick)Add the original PR number suffix to the automatically picked PR title [doris]

2024-11-12 Thread via GitHub
CalvinKirs opened a new pull request, #43866: URL: https://github.com/apache/doris/pull/43866 ``` **before** branch-2.1: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from **after** branch-2.1: [fix](string64) fix coredump caused by ColumnArray>::insert_ind

Re: [PR] [chore](auto-pick)Add the original PR number suffix to the automatically picked PR title [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43866: URL: https://github.com/apache/doris/pull/43866#issuecomment-2472723605 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [Refactor](inverted index) refactor inverted index file writer for v1/v2 index write [doris]

2024-11-12 Thread via GitHub
csun5285 commented on code in PR #42328: URL: https://github.com/apache/doris/pull/42328#discussion_r1839673652 ## be/src/olap/rowset/segment_v2/inverted_index_file_writer.cpp: ## @@ -256,120 +256,32 @@ Status InvertedIndexFileWriter::write_v1() { const int64_t index_id

Re: [PR] [Feature](runtime-filter) cancel query when runtime_filter's rpc failed [doris]

2024-11-12 Thread via GitHub
BiteThet commented on PR #43627: URL: https://github.com/apache/doris/pull/43627#issuecomment-2472705244 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

[PR] [opt](brpc) check and remove unavailable brpc stubs (#43212) [doris]

2024-11-12 Thread via GitHub
mrhhsg opened a new pull request, #43859: URL: https://github.com/apache/doris/pull/43859 ### What problem does this PR solve? Pick from master: #43212 Related PR: #43212 Problem Summary: ### Release note None ### Check List (For Author) - Test

(doris) branch branch-3.0 updated: branch-3.0: [Fix](sk) All sk in log should be encrypted (#43544) (#43802)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 85720ac67eb branch-3.0: [Fix](sk) All

Re: [PR] [improvement](statistics)Skip auto analyze empty table. [doris]

2024-11-12 Thread via GitHub
Jibing-Li commented on PR #43865: URL: https://github.com/apache/doris/pull/43865#issuecomment-2472720700 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] [opt](inverted index) add performance profiling for remote io access in inverted index [doris]

2024-11-12 Thread via GitHub
zzzxl1993 commented on PR #43542: URL: https://github.com/apache/doris/pull/43542#issuecomment-2472720578 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] [Improment]add internal workload group [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #42006: URL: https://github.com/apache/doris/pull/42006#issuecomment-2472718514 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] [Refactor](agg-func) Remove some nonsense template interlayers [doris]

2024-11-12 Thread via GitHub
HappenLee commented on code in PR #43777: URL: https://github.com/apache/doris/pull/43777#discussion_r1839640159 ## be/src/vec/aggregate_functions/aggregate_function_stddev.h: ## @@ -191,14 +165,25 @@ struct SampData : Data { static DataTypePtr get_return_type() { return s

(doris) branch master updated: [Enhancement] (nereids)implement showProcCommand in nereids (#43146)

2024-11-12 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 a8de28c783a [Enhancement] (nereids)implemen

Re: [PR] [Enhancement] (nereids)implement showProcCommand in nereids [doris]

2024-11-12 Thread via GitHub
starocean999 merged PR #43146: URL: https://github.com/apache/doris/pull/43146 -- 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

Re: [PR] branch-2.1: [feat](backup) GetSnapshot returns snapshot expiration time [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43830: URL: https://github.com/apache/doris/pull/43830#issuecomment-2472710242 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] [feat](backup) GetSnapshot returns snapshot expiration time #43731 [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43863: URL: https://github.com/apache/doris/pull/43863#issuecomment-2472708553 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] [improvement](statistics)Skip auto analyze empty table. [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43865: URL: https://github.com/apache/doris/pull/43865#issuecomment-2472706412 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [improvement](statistics)Skip auto analyze empty table. [doris]

2024-11-12 Thread via GitHub
Jibing-Li opened a new pull request, #43865: URL: https://github.com/apache/doris/pull/43865 ### What problem does this PR solve? When doing auto analyze, skip the table if the row count of this table is empty. This is more safe than write all 0 stats for this empty table, because th

Re: [PR] branch-3.0: [Fix](sk) All sk in log should be encrypted (#43544) [doris]

2024-11-12 Thread via GitHub
gavinchou merged PR #43802: URL: https://github.com/apache/doris/pull/43802 -- 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

Re: [PR] feat(cloud): Add File Cache Consistency Check (#41280) [doris]

2024-11-12 Thread via GitHub
Lupinus commented on PR #43440: URL: https://github.com/apache/doris/pull/43440#issuecomment-2472705732 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] branch-3.0: [fix](column_complex) wrong type of Field returned by ColumnComplex [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #43718: URL: https://github.com/apache/doris/pull/43718#discussion_r1839664588 ## be/src/vec/columns/column_complex.h: ## @@ -20,6 +20,8 @@ #pragma once +#include Review Comment: warning: 'glog/logging.h' file not found [clan

Re: [PR] [fix](catalog) rebuild idToCatalog map after replay #43372 [doris]

2024-11-12 Thread via GitHub
morningman commented on PR #43837: URL: https://github.com/apache/doris/pull/43837#issuecomment-2472554005 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.1: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43862: URL: https://github.com/apache/doris/pull/43862#issuecomment-2472670499 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [Fix](Variant) return NOT_FOUND if dict key not found in meta service [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43864: URL: https://github.com/apache/doris/pull/43864#issuecomment-2472704367 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

(doris) branch branch-3.0 updated: branch-3.0: [fix](column_complex) wrong type of Field returned by ColumnComplex (#43718)

2024-11-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d846e4c6e98 branch-3.0: [fix](column_co

Re: [PR] [Fix](Variant) return NOT_FOUND if dict key not found in meta service [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43864: URL: https://github.com/apache/doris/pull/43864#issuecomment-2472697207 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [Fix](Variant) return NOT_FOUND if dict key not found in meta service [doris]

2024-11-12 Thread via GitHub
eldenmoon commented on PR #43864: URL: https://github.com/apache/doris/pull/43864#issuecomment-2472696902 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] branch-3.0: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43861: URL: https://github.com/apache/doris/pull/43861#issuecomment-2472692073 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

(doris) branch auto-pick-43731-branch-3.0 deleted (was 9dcf9edc8ee)

2024-11-12 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch auto-pick-43731-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 9dcf9edc8ee [feat](backup) GetSnapshot returns snapshot expiration time (#43731) The revisions th

Re: [PR] branch-3.0: [fix](column_complex) wrong type of Field returned by ColumnComplex [doris]

2024-11-12 Thread via GitHub
yiguolei closed pull request #43718: branch-3.0: [fix](column_complex) wrong type of Field returned by ColumnComplex URL: https://github.com/apache/doris/pull/43718 -- 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] branch-3.0: [feat](backup) GetSnapshot returns snapshot expiration time [doris]

2024-11-12 Thread via GitHub
w41ter merged PR #43829: URL: https://github.com/apache/doris/pull/43829 -- 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 branch-3.0 updated (1b41de79a75 -> 8358799978a)

2024-11-12 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 1b41de79a75 branch-3.0: [fix](cloud version) fix version of information_schema table backward when query in follow

(doris) branch master updated (5695609fe0c -> 7b2547c065f)

2024-11-12 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 5695609fe0c [fix](docker) add metaservice start console to docker entrypoint (#43200) add 7b2547c065f [fix](

[PR] branch-2.1: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
github-actions[bot] opened a new pull request, #43862: URL: https://github.com/apache/doris/pull/43862 Cherry-picked from #43624 -- 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

Re: [PR] [Enhancement] (nereids)implement showProcCommand in nereids [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43146: URL: https://github.com/apache/doris/pull/43146#issuecomment-2472672353 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: [I] [Enhancement] (nereids)implement showProcCommand in nereids [doris]

2024-11-12 Thread via GitHub
starocean999 closed issue #42750: [Enhancement] (nereids)implement showProcCommand in nereids URL: https://github.com/apache/doris/issues/42750 -- 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 sp

Re: [PR] branch-3.0: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
dataroaring closed pull request #43861: branch-3.0: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from URL: https://github.com/apache/doris/pull/43861 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] branch-3.0: [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
github-actions[bot] opened a new pull request, #43861: URL: https://github.com/apache/doris/pull/43861 Cherry-picked from #43624 -- 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

Re: [PR] [Enhancement] (nereids)implement showProcCommand in nereids [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43146: URL: https://github.com/apache/doris/pull/43146#issuecomment-2472672481 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 auto-pick-43624-branch-2.1 created (now 6ecd55fa9e0)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43624-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 6ecd55fa9e0 [cherry-pick](branch-2.1) Pick "[Fix](table size) Fix MoW table merge data fault (

(doris) branch auto-pick-43624-branch-3.0 updated (1b41de79a75 -> 2ff0ad97d7a)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43624-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 1b41de79a75 branch-3.0: [fix](cloud version) fix version of information_schema table backward

Re: [PR] [fix](column_complex) wrong type of Field returned by ColumnComplex (#43515) [doris]

2024-11-12 Thread via GitHub
mrhhsg commented on PR #43860: URL: https://github.com/apache/doris/pull/43860#issuecomment-2472659944 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

Re: [PR] [chore](profile) Enable profile by default [doris]

2024-11-12 Thread via GitHub
yiguolei merged PR #41481: URL: https://github.com/apache/doris/pull/41481 -- 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

Re: [PR] [opt](fe) Optimize fe show table statistics (#35457) [doris]

2024-11-12 Thread via GitHub
SWJTU-ZhangLei commented on PR #43858: URL: https://github.com/apache/doris/pull/43858#issuecomment-2472656697 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] [opt](brpc) check and remove unavailable brpc stubs (#43212) [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43859: URL: https://github.com/apache/doris/pull/43859#issuecomment-2472654725 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [feature](hive)support hive catalog read json table. [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43469: URL: https://github.com/apache/doris/pull/43469#issuecomment-2472643980 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](test) add sync to bloom filter test case #43840 [doris]

2024-11-12 Thread via GitHub
airborne12 commented on PR #43857: URL: https://github.com/apache/doris/pull/43857#issuecomment-2472645276 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

[PR] [Fix](test) add sync to bloom filter test case #43840 [doris]

2024-11-12 Thread via GitHub
airborne12 opened a new pull request, #43857: URL: https://github.com/apache/doris/pull/43857 cherry pick from #43840 -- 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] [feature](hive)support hive catalog read json table. [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43469: URL: https://github.com/apache/doris/pull/43469#issuecomment-2472643940 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] [opt](nereids) enhance PUSH_DOWN_AGG_THROUGH_JOIN_ONE_SIDE [doris]

2024-11-12 Thread via GitHub
englefly commented on PR #43856: URL: https://github.com/apache/doris/pull/43856#issuecomment-2472635799 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

(doris) branch spill_and_reserve updated: improve spill stats

2024-11-12 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/spill_and_reserve by this push: new 93eca0c2ff0 improve spil

Re: [PR] [improve](http) Save the requested url in http execution error [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43855: URL: https://github.com/apache/doris/pull/43855#issuecomment-2472635303 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](test) add sync to bloom filter test case [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43840: URL: https://github.com/apache/doris/pull/43840#issuecomment-2472496891 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] (nereids)implement showMaterializedViewCommand in nereids [doris]

2024-11-12 Thread via GitHub
msridhar78 commented on code in PR #43152: URL: https://github.com/apache/doris/pull/43152#discussion_r1839564022 ## regression-test/suites/query_p0/show/test_show_create_materialized_view.groovy: ## @@ -0,0 +1,50 @@ +// Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] [improve](http) Save the requested url in http execution error [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43855: URL: https://github.com/apache/doris/pull/43855#issuecomment-2472613249 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

(doris) branch auto-pick-43694-branch-3.0 updated (ae0915721b9 -> b971ca35b3f)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43694-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ae0915721b9 [fix](cloud) Check instance_id valid when use cloud_unique_id degrade format #4325

Re: [PR] [opt](nereids) remove some restrictions on rule: PUSH_DOWN_AGG_THROUGH_JOIN_ONE_SIDE [doris]

2024-11-12 Thread via GitHub
englefly closed pull request #43382: [opt](nereids) remove some restrictions on rule: PUSH_DOWN_AGG_THROUGH_JOIN_ONE_SIDE URL: https://github.com/apache/doris/pull/43382 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [fix](cloud-mow) MS should create new Transaction to continue geting delete bitmap when encounter TXN_TOO_OLD [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #43509: URL: https://github.com/apache/doris/pull/43509#discussion_r1839589272 ## cloud/test/meta_service_test.cpp: ## @@ -5211,6 +5211,171 @@ TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest) { SyncPoint::get_instance()->clear_

Re: [PR] [improve](http) Save the requested url in http execution error [doris]

2024-11-12 Thread via GitHub
w41ter commented on PR #43855: URL: https://github.com/apache/doris/pull/43855#issuecomment-2472606303 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

Re: [PR] [improve](http) Save the requested url in http execution error [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43855: URL: https://github.com/apache/doris/pull/43855#issuecomment-2472606199 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [fix](cloud-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-12 Thread via GitHub
zhannngchen commented on PR #41395: URL: https://github.com/apache/doris/pull/41395#issuecomment-2472565633 run performance -- 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] [fix](mtmv) Fix generate hyper graph wrongly when has filter which can not push down [doris]

2024-11-12 Thread via GitHub
morrySnow commented on PR #43539: URL: https://github.com/apache/doris/pull/43539#issuecomment-2472603400 run performance -- 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

Re: [PR] branch-3.0: [fix](cloud-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43854: URL: https://github.com/apache/doris/pull/43854#issuecomment-2472596492 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

[PR] branch-3.0: [fix](cloud-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-12 Thread via GitHub
github-actions[bot] opened a new pull request, #43854: URL: https://github.com/apache/doris/pull/43854 Cherry-picked from #41395 -- 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

(doris) branch auto-pick-41395-branch-3.0 created (now 1b41de79a75)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-41395-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 1b41de79a75 branch-3.0: [fix](cloud version) fix version of information_schema table backward

Re: [PR] branch-3.0: [fix](cloud-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43854: URL: https://github.com/apache/doris/pull/43854#issuecomment-2472596390 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [fix](cloud-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-12 Thread via GitHub
dataroaring merged PR #41395: URL: https://github.com/apache/doris/pull/41395 -- 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.1 updated: [cherry-pick](branch-2.1) Pick "[Fix](table size) Fix MoW table merge data fault (#40880)" (#43610)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 6ecd55fa9e0 [cherry-pick](branch-2.1)

Re: [PR] [cherry-pick](branch-2.1) Pick "[Fix](table size) Fix MoW table merge data fault (#40880)" [doris]

2024-11-12 Thread via GitHub
gavinchou merged PR #43610: URL: https://github.com/apache/doris/pull/43610 -- 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 (ee27bdb6e42 -> 5695609fe0c)

2024-11-12 Thread smiletan
This is an automated email from the ASF dual-hosted git repository. smiletan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ee27bdb6e42 [opt](store) allow to set storage_page_size for tables (#43690) add 5695609fe0c [fix](docker) add m

Re: [PR] [fix](docker) add metaservice start console to docker entrypoint [doris]

2024-11-12 Thread via GitHub
intelligentfu8 merged PR #43200: URL: https://github.com/apache/doris/pull/43200 -- 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...@dor

Re: [PR] [Enhancement] (nereids)implement showMaterializedViewCommand in nereids [doris]

2024-11-12 Thread via GitHub
msridhar78 commented on PR #43152: URL: https://github.com/apache/doris/pull/43152#issuecomment-2472582878 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](regression-test) add checks for existence and successful upload of data files in hive-metastore.sh [doris]

2024-11-12 Thread via GitHub
suxiaogang223 commented on PR #43853: URL: https://github.com/apache/doris/pull/43853#issuecomment-2472582785 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. T

Re: [PR] [Fix](auto-increment) Fix duplicate auto-increment column value problem [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43774: URL: https://github.com/apache/doris/pull/43774#issuecomment-2472561472 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](docker) add metaservice start console to docker entrypoint [doris]

2024-11-12 Thread via GitHub
shuke987 commented on PR #43200: URL: https://github.com/apache/doris/pull/43200#issuecomment-2472576614 skip 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

[PR] [fix](regression-test) add checks for existence and successful upload of data files in hive-metastore.sh [doris]

2024-11-12 Thread via GitHub
suxiaogang223 opened a new pull request, #43853: URL: https://github.com/apache/doris/pull/43853 …hive-metastore.sh ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check

Re: [PR] branch-3.0: [fix](cloud version) fix version of information_schema table backward when query in follower node [doris]

2024-11-12 Thread via GitHub
gavinchou merged PR #43496: URL: https://github.com/apache/doris/pull/43496 -- 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 auto-pick-43212-branch-2.1 created (now 40d755a971a)

2024-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43212-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 40d755a971a [Feat](nereids) add max/min filter push down rewrite rule (#39252) (#43671) No ne

Re: [PR] branch-3.0: [fix](test) Change case test_index_compaction_p1 waiting time. [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43852: URL: https://github.com/apache/doris/pull/43852#issuecomment-2472532997 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

Re: [PR] [feature](meta-service) Support querying and adjusting rpc qps limit on meta service [doris]

2024-11-12 Thread via GitHub
TangSiyang2001 commented on PR #42413: URL: https://github.com/apache/doris/pull/42413#issuecomment-2472550513 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] branch-3.0: [fix](test) Change case test_index_compaction_p1 waiting time. [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43852: URL: https://github.com/apache/doris/pull/43852#issuecomment-2472532830 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

  1   2   3   4   5   6   7   8   9   10   >