Re: [PR] branch-3.0: [fix](Nereids) alias function should use unbound slot as place holder [doris]

2024-11-12 Thread via GitHub
morrySnow merged PR #43764: URL: https://github.com/apache/doris/pull/43764 -- 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] [branch-2.1](insert-overwrite) Support create partition for auto partition table when insert overwrite (#38628) [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #42644: URL: https://github.com/apache/doris/pull/42644#issuecomment-2470340024 TeamCity be ut coverage result: Function Coverage: 36.33% (9477/26086) Line Coverage: 27.89% (78065/279899) Region Coverage: 26.53% (40026/150867) Branch Coverage: 23.3

Re: [PR] [feature](backup)(cooldown) backup/restore for cooldown data [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #43778: URL: https://github.com/apache/doris/pull/43778#discussion_r1837978620 ## be/src/olap/tablet_schema.h: ## @@ -269,6 +269,14 @@ class TabletSchema { segment_v2::CompressionTypePB compression_type() const { return _compress

Re: [PR] [Refactor](agg-func) Remove some nonsense template interlayers [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #43777: URL: https://github.com/apache/doris/pull/43777#discussion_r1837971684 ## be/src/vec/aggregate_functions/aggregate_function_covar.h: ## @@ -19,50 +19,33 @@ #include Review Comment: warning: 'glog/logging.h' file not fou

Re: [PR] [branch-2.1](function) support array_split and array_reverse_split functions (#35619) [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #43761: URL: https://github.com/apache/doris/pull/43761#discussion_r1837673429 ## be/src/vec/columns/column_array.h: ## @@ -21,35 +21,26 @@ #pragma once #include Review Comment: warning: 'glog/logging.h' file not found [clang-

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

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

(doris) branch master updated: [Enhancement](tools) Suppress warnings in TPCDS tools for old compiler (#43668)

2024-11-12 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 7f4016cfe66 [Enhancement](tools) Suppress war

Re: [PR] [opt](binlog) Support modify comment binlog #39783 [doris]

2024-11-12 Thread via GitHub
w41ter commented on PR #43762: URL: https://github.com/apache/doris/pull/43762#issuecomment-2469882905 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] test email sk [doris]

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

(doris) branch branch-2.1 updated: [fix](ngram bloomfilter) fix narrow conversion for ngram bf_size #43480 (#43654)

2024-11-12 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 3e098e14f10 [fix](ngram bloomfilter) fi

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

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43624: URL: https://github.com/apache/doris/pull/43624#issuecomment-2469819498 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](variant) fix index in variant (#43375) [doris]

2024-11-12 Thread via GitHub
csun5285 commented on PR #43773: URL: https://github.com/apache/doris/pull/43773#issuecomment-2470201067 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] [Fix](auto-increment) Fix duplicate auto-increment column value problem [doris]

2024-11-12 Thread via GitHub
bobhan1 commented on PR #43774: URL: https://github.com/apache/doris/pull/43774#issuecomment-2470208007 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] [Fix](auto-increment) Fix duplicate auto-increment column value problem [doris]

2024-11-12 Thread via GitHub
bobhan1 opened a new pull request, #43774: URL: https://github.com/apache/doris/pull/43774 ### 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] [fix](string64) fix coredump caused by ColumnArray>::insert_indices_from [doris]

2024-11-12 Thread via GitHub
yiguolei commented on code in PR #43624: URL: https://github.com/apache/doris/pull/43624#discussion_r1837890926 ## be/src/vec/columns/column_string.cpp: ## @@ -134,34 +133,41 @@ void ColumnStr::insert_range_from(const IColumn& src, size_t start, size_t le if (length == 0)

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

2024-11-12 Thread via GitHub
doris-robot commented on PR #43774: URL: https://github.com/apache/doris/pull/43774#issuecomment-2470205669 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] [pick](arm) use patch to opt bitshuffle and fix pick pr 38378 ,38634 [doris]

2024-11-12 Thread via GitHub
yiguolei merged PR #43656: URL: https://github.com/apache/doris/pull/43656 -- 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] [Refactor](agg-func) Remove some nonsense template interlayers [doris]

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

[PR] [Refactor](agg-func) Remove some nonsense template interlayers [doris]

2024-11-12 Thread via GitHub
zclllyybb opened a new pull request, #43777: URL: https://github.com/apache/doris/pull/43777 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: In this pr, we significantly improved code readability. ### Release n

Re: [PR] [Fix](Nereids) fix floor/round/ceil/truncate functions type compute precision problem [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43422: URL: https://github.com/apache/doris/pull/43422#issuecomment-2470320217 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](Nereids) fix QueryProcessor cannot be cast to class LoadProcessor [doris]

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

(doris) branch master updated: [fix](Nereids) fix QueryProcessor cannot be cast to class LoadProcessor (#43763)

2024-11-12 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 2eae8bb2de5 [fix](Nereids) fix QueryProcessor

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-2470926788 run beut -- 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](Rowset Id) Use a randomly generated rowset ID to handle memory write failures [doris]

2024-11-12 Thread via GitHub
Yukang-Lian commented on PR #42949: URL: https://github.com/apache/doris/pull/42949#issuecomment-2470925190 run beut -- 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] [improvement](log)Support exception report in our benchmark utils (#40834) [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #42445: URL: https://github.com/apache/doris/pull/42445#issuecomment-2470936039 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11801106371";) output. shellcheck er

Re: [PR] [Feature](stream-load)(config) implement streamload via http stream [doris]

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

(doris) branch master updated: [fix](filesystem)Use simple authentication directly in S3FileSystem (#43636)

2024-11-12 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 ffe66504394 [fix](filesystem)Use simple authe

Re: [PR] branch-3.0: [fix](filesystem)Use simple authentication directly in S3FileSystem [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43807: URL: https://github.com/apache/doris/pull/43807#issuecomment-2470962647 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](filesystem)Use simple authentication directly in S3FileSystem [doris]

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

[PR] lh test email [doris]

2024-11-12 Thread via GitHub
sollhui opened a new pull request, #43806: URL: https://github.com/apache/doris/pull/43806 ### 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] lh test email [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43806: URL: https://github.com/apache/doris/pull/43806#issuecomment-2470961171 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11801277056";) output. shellcheck er

(doris) branch auto-pick-43636-branch-3.0 created (now daf4f0a7bf5)

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-43636-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at daf4f0a7bf5 [fix](cloud-mow) Add enable config for procesing old version delete bitmap when do

Re: [PR] lh test email [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43806: URL: https://github.com/apache/doris/pull/43806#issuecomment-2470957395 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] lh test email [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43806: URL: https://github.com/apache/doris/pull/43806#issuecomment-2470959043 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11801264241";) output. shellcheck er

Re: [PR] [fix](filesystem)Use simple authentication directly in S3FileSystem [doris]

2024-11-12 Thread via GitHub
morningman merged PR #43636: URL: https://github.com/apache/doris/pull/43636 -- 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] [feature](function) add approx_top_sum aggregation function [doris]

2024-11-12 Thread via GitHub
superdiaodiao commented on code in PR #43643: URL: https://github.com/apache/doris/pull/43643#discussion_r1837990358 ## regression-test/suites/inverted_index_p0/test_index_approx_top_k.groovy: ## @@ -88,15 +88,11 @@ suite("test_index_approx_top_k", "p0"){ sql """ set

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

2024-11-12 Thread via GitHub
morningman commented on PR #43772: URL: https://github.com/apache/doris/pull/43772#issuecomment-2470359676 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] [feature](function) add approx_top_sum aggregation function [doris]

2024-11-12 Thread via GitHub
superdiaodiao commented on code in PR #43643: URL: https://github.com/apache/doris/pull/43643#discussion_r1837990358 ## regression-test/suites/inverted_index_p0/test_index_approx_top_k.groovy: ## @@ -88,15 +88,11 @@ suite("test_index_approx_top_k", "p0"){ sql """ set

(doris) branch branch-3.0 updated: branch-3.0: [fix](hive) support query hive view created by spark (#43552)

2024-11-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 fbf81f4672e branch-3.0: [fix](hive) s

Re: [PR] [fix](arrow-flight-sql) Arrow flight server supports data forwarding when BE uses public vip [doris]

2024-11-12 Thread via GitHub
xinyiZzz commented on PR #43281: URL: https://github.com/apache/doris/pull/43281#issuecomment-2470358051 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] [misc](config) adjust disk resourse limit mode entrance threshold [doris]

2024-11-12 Thread via GitHub
freemandealer opened a new pull request, #43779: URL: https://github.com/apache/doris/pull/43779 ### What problem does this PR solve? File cache storage will take extra space because of file page alignment. Lower the configuration to make the disk space alert silent. Issue Number:

Re: [PR] branch-3.0: [fix](hive) support query hive view created by spark [doris]

2024-11-12 Thread via GitHub
morningman merged PR #43552: URL: https://github.com/apache/doris/pull/43552 -- 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](arrow-flight-sql) Arrow flight server supports data forwarding when BE uses public vip [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #43281: URL: https://github.com/apache/doris/pull/43281#discussion_r1837993210 ## be/src/runtime/buffer_control_block.cpp: ## @@ -191,56 +267,132 @@ void BufferControlBlock::get_batch(GetResultBatchCtx* ctx) { ctx->on_data(

Re: [PR] [misc](config) adjust disk resourse limit mode entrance threshold [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43779: URL: https://github.com/apache/doris/pull/43779#issuecomment-2470364750 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](auto-increment) Fix duplicate auto-increment column value problem [doris]

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

Re: [PR] [Feature](stream-load)(config) implement streamload via http stream [doris]

2024-11-12 Thread via GitHub
Yufei-YAO commented on PR #43536: URL: https://github.com/apache/doris/pull/43536#issuecomment-2470372374 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] [misc](config) adjust disk resourse limit mode entrance threshold [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43779: URL: https://github.com/apache/doris/pull/43779#issuecomment-2470373594 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] [Chore](runtime-filter) change bloom_filter dcheck to exception [doris]

2024-11-12 Thread via GitHub
BiteThet opened a new pull request, #43780: URL: https://github.com/apache/doris/pull/43780 ### What problem does this PR solve? change bloom_filter dcheck to exception ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [

Re: [PR] [Chore](runtime-filter) change bloom_filter dcheck to exception [doris]

2024-11-12 Thread via GitHub
BiteThet commented on PR #43780: URL: https://github.com/apache/doris/pull/43780#issuecomment-2470379861 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] [fix](filesystem)Use simple authentication directly in S3FileSystem [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43636: URL: https://github.com/apache/doris/pull/43636#issuecomment-2470376362 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](iceberg)Supports using `rest` type catalog to read tables in unity catalog [doris]

2024-11-12 Thread via GitHub
wuwenchi commented on PR #43525: URL: https://github.com/apache/doris/pull/43525#issuecomment-2470376771 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] [opt](binlog) Support modify comment binlog #39783 [doris]

2024-11-12 Thread via GitHub
dataroaring merged PR #43762: URL: https://github.com/apache/doris/pull/43762 -- 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-3.0 updated: [opt](binlog) Support modify comment binlog #39783 (#43762)

2024-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 3ba7cc52e22 [opt](binlog) Support mo

Re: [PR] [improve](binlog) Reserve ids for binlog type allocation [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43769: URL: https://github.com/apache/doris/pull/43769#issuecomment-2470542757 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] [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-2470542454 run beut -- 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] [Enhancement](compaction) set status to ok for alternating rowsets compaction [doris]

2024-11-12 Thread via GitHub
Yukang-Lian commented on PR #43466: URL: https://github.com/apache/doris/pull/43466#issuecomment-2470541800 run beut -- 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](sk) All sk in log should be encrypted [doris]

2024-11-12 Thread via GitHub
Yukang-Lian commented on PR #43544: URL: https://github.com/apache/doris/pull/43544#issuecomment-2470541008 run cloudut -- 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] [improve](binlog) Reserve ids for binlog type allocation [doris]

2024-11-12 Thread via GitHub
dataroaring merged PR #43769: URL: https://github.com/apache/doris/pull/43769 -- 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] [Fix](Rowset Id) Use a randomly generated rowset ID to handle memory write failures [doris]

2024-11-12 Thread via GitHub
Yukang-Lian commented on PR #42949: URL: https://github.com/apache/doris/pull/42949#issuecomment-2470543303 run beut -- 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] [improve](binlog) Reserve ids for binlog type allocation [doris]

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

(doris) branch branch-2.1 updated: [fix](cancel) Fix query time out not set (#43521)

2024-11-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 86dab57c163 [fix](cancel) Fix query tim

[PR] branch-3.0: [improve](binlog) Reserve ids for binlog type allocation [doris]

2024-11-12 Thread via GitHub
github-actions[bot] opened a new pull request, #43787: URL: https://github.com/apache/doris/pull/43787 Cherry-picked from #43769 -- 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 master updated (de856351f9b -> 3d7785de2aa)

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 de856351f9b [fix](syncpoint) Fix incorrect syncpoint 'has_point()' intorduced by (#43461) (#43784) add 3d778

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

2024-11-12 Thread via GitHub
zzzxl1993 commented on PR #43690: URL: https://github.com/apache/doris/pull/43690#issuecomment-2470544530 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: [improve](binlog) Reserve ids for binlog type allocation [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43787: URL: https://github.com/apache/doris/pull/43787#issuecomment-2470547525 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 auto-pick-43769-branch-2.1 created (now 3d667e95d25)

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-43769-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 3d667e95d25 [branch-2.1](function) support array_split and array_reverse_split functions (#356

Re: [PR] [feature](function) add approx_top_sum aggregation function [doris]

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

(doris) branch auto-pick-43769-branch-3.0 updated (3ba7cc52e22 -> c4e8ad647f2)

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-43769-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 3ba7cc52e22 [opt](binlog) Support modify comment binlog #39783 (#43762) add c4e8ad647f2 [i

Re: [PR] branch-3.0: [improve](binlog) Reserve ids for binlog type allocation [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43787: URL: https://github.com/apache/doris/pull/43787#issuecomment-2470547464 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] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43791: URL: https://github.com/apache/doris/pull/43791#issuecomment-2470639039 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11798981588";) output. shellcheck er

Re: [PR] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43792: URL: https://github.com/apache/doris/pull/43792#issuecomment-2470641692 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11799003254";) output. shellcheck er

Re: [PR] [test](email)test eamil [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43793: URL: https://github.com/apache/doris/pull/43793#issuecomment-2470641697 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] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
CalvinKirs closed pull request #43791: [chore](api-doc)Add HadoopKerberosAuthenticator api docs URL: https://github.com/apache/doris/pull/43791 -- 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] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
CalvinKirs closed pull request #43791: [chore](api-doc)Add HadoopKerberosAuthenticator api docs URL: https://github.com/apache/doris/pull/43791 -- 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] [fix](cloud) cloud mode support txn load for mow tables [doris]

2024-11-12 Thread via GitHub
mymeiyi commented on PR #41932: URL: https://github.com/apache/doris/pull/41932#issuecomment-2470636006 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] [improve](txn insert) make sub transactions visible [doris]

2024-11-12 Thread via GitHub
mymeiyi commented on PR #41362: URL: https://github.com/apache/doris/pull/41362#issuecomment-2470636616 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] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43794: URL: https://github.com/apache/doris/pull/43794#issuecomment-2470643990 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] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43794: URL: https://github.com/apache/doris/pull/43794#issuecomment-2470645923 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11799029292";) output. shellcheck er

(doris) branch test_email updated: gaozifeng test email (#43733)

2024-11-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/test_email by this push: new e5560c1988f gaozifeng test email (#437

Re: [PR] [Feature](stream-load)(config) implement streamload via http stream [doris]

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

[PR] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

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

[PR] [test](email)test eamil [doris]

2024-11-12 Thread via GitHub
wuwenchi opened a new pull request, #43793: URL: https://github.com/apache/doris/pull/43793 ### 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] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
CalvinKirs closed pull request #43792: [chore](api-doc)Add HadoopKerberosAuthenticator api docs URL: https://github.com/apache/doris/pull/43792 -- 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] [Enhancement](agg-func) Make covar functions get greater precisions [doris]

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

[PR] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

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

Re: [PR] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43792: URL: https://github.com/apache/doris/pull/43792#issuecomment-2470640272 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) cloud mode support txn load for mow tables [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #41932: URL: https://github.com/apache/doris/pull/41932#discussion_r1838178371 ## be/src/olap/base_tablet.cpp: ## @@ -1341,7 +1354,10 @@ Status BaseTablet::check_delete_bitmap_correctness(DeleteBitmapPtr delete_bitmap } Status Bas

Re: [PR] [Enhancement](agg-func) Make covar functions get greater precisions [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43786: URL: https://github.com/apache/doris/pull/43786#issuecomment-2470648920 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] [improve](txn insert) make sub transactions visible [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #41362: URL: https://github.com/apache/doris/pull/41362#discussion_r1838178552 ## cloud/src/meta-service/meta_service.cpp: ## @@ -1418,6 +1418,108 @@ static bool try_fetch_and_parse_schema(Transaction* txn, RowsetMetaCloudPB& rows

Re: [PR] [test](email)test eamil [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43793: URL: https://github.com/apache/doris/pull/43793#issuecomment-2470652859 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](filesystem)Use simple authentication directly in S3FileSystem [doris]

2024-11-12 Thread via GitHub
CalvinKirs commented on code in PR #43636: URL: https://github.com/apache/doris/pull/43636#discussion_r1838191519 ## fe/fe-common/pom.xml: ## @@ -145,6 +145,12 @@ under the License. com.esotericsoftware kryo-shaded + +commo

Re: [PR] suxiaogang test_email [doris]

2024-11-12 Thread via GitHub
suxiaogang223 closed pull request #43716: suxiaogang test_email URL: https://github.com/apache/doris/pull/43716 -- 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] suxiaogang test_email [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43795: URL: https://github.com/apache/doris/pull/43795#issuecomment-2470680499 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] suxiaogang test_email [doris]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #43795: URL: https://github.com/apache/doris/pull/43795#issuecomment-2470682112 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11799292528";) output. shellcheck er

(doris) branch test_email updated: [chore](api-doc)Add HadoopKerberosAuthenticator api docs (#43794)

2024-11-12 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/test_email by this push: new 880bf36f4a8 [chore](api-doc)Add HadoopKerbe

Re: [PR] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

2024-11-12 Thread via GitHub
CalvinKirs merged PR #43794: URL: https://github.com/apache/doris/pull/43794 -- 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](email)test email [doris]

2024-11-12 Thread via GitHub
doris-robot commented on PR #43796: URL: https://github.com/apache/doris/pull/43796#issuecomment-2470685518 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] [test](email)test eamil [doris]

2024-11-12 Thread via GitHub
wuwenchi closed pull request #43793: [test](email)test eamil URL: https://github.com/apache/doris/pull/43793 -- 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-m

[PR] [chore](api-doc)Add HadoopKerberosAuthenticator api docs [doris]

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

[PR] [test](email)test email [doris]

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

<    3   4   5   6   7   8   9   10   >