Re: [PR] [fix](restore) Reset ids for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33831: URL: https://github.com/apache/doris/pull/33831#issuecomment-2063160829 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+process+y

[PR] [fix](restore) Reset ids for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
w41ter opened a new pull request, #33831: URL: https://github.com/apache/doris/pull/33831 ## Proposed changes Issue Number: close #xxx The index id in MaterializedIndexMeta is not reset during restoration. This PR fixes it and reset the wrong index id in the OlapTable.readFiel

Re: [PR] [Pick](nerids) pick #33010 #32982 #33531 to branch 2.1 [doris]

2024-04-18 Thread via GitHub
englefly commented on PR #33829: URL: https://github.com/apache/doris/pull/33829#issuecomment-2063161333 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](restore) Reset ids for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
w41ter commented on PR #33831: URL: https://github.com/apache/doris/pull/33831#issuecomment-2063161451 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](workflow) Increase the build space for building third-party libraries (#22322) [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33832: URL: https://github.com/apache/doris/pull/33832#issuecomment-2063161621 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+process+y

[PR] [chore](workflow) Increase the build space for building third-party libraries (#22322) [doris]

2024-04-18 Thread via GitHub
adonis0147 opened a new pull request, #33832: URL: https://github.com/apache/doris/pull/33832 ## Proposed changes ~~Issue Number: close #xxx~~ Backport #22322 . ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@d

Re: [PR] [Feature](top-n) support topn filter on vscan node [doris]

2024-04-18 Thread via GitHub
BiteThet commented on PR #33496: URL: https://github.com/apache/doris/pull/33496#issuecomment-2063166204 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] [bugfix](hive)delete write path after hive insert [doris]

2024-04-18 Thread via GitHub
wuwenchi commented on PR #33798: URL: https://github.com/apache/doris/pull/33798#issuecomment-2063171162 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 unsubscri

Re: [PR] [chore](workflow) Increase the build space for building third-party libraries (#22322) [doris]

2024-04-18 Thread via GitHub
adonis0147 commented on PR #33832: URL: https://github.com/apache/doris/pull/33832#issuecomment-2063170534 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](Words) Fix some incorrect words [doris]

2024-04-18 Thread via GitHub
GoGoWen commented on PR #33821: URL: https://github.com/apache/doris/pull/33821#issuecomment-2063170714 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]delete error docs [doris-website]

2024-04-18 Thread via GitHub
ixzc opened a new pull request, #570: URL: https://github.com/apache/doris-website/pull/570 This feature is currently not supported and should not be included in the 2.0 documentation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [func](jsonb)support json_depth function [doris]

2024-04-18 Thread via GitHub
LemonLiTree commented on PR #24801: URL: https://github.com/apache/doris/pull/24801#issuecomment-2063181146 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] [Enhancement](function) Support Overlay function [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33243: URL: https://github.com/apache/doris/pull/33243#issuecomment-2063175658 TeamCity be ut coverage result: Function Coverage: 35.44% (8918/25164) Line Coverage: 27.14% (73290/270057) Region Coverage: 26.26% (37855/144138) Branch Coverage: 23.0

Re: [PR] [enhancement] (plsql) support show procedure status filters [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on code in PR #33264: URL: https://github.com/apache/doris/pull/33264#discussion_r1570128389 ## fe/fe-core/src/main/java/org/apache/doris/plsql/functions/DorisFunctionRegistry.java: ## @@ -89,15 +92,62 @@ private String qualified(String name) { return

Re: [PR] [fix](restore) Reset ids for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
w41ter commented on PR #33831: URL: https://github.com/apache/doris/pull/33831#issuecomment-2063181427 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] [enhancement] (plsql) support show procedure status filters [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on code in PR #33264: URL: https://github.com/apache/doris/pull/33264#discussion_r1570138914 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowProcedureStatusCommand.java: ## @@ -59,10 +72,74 @@ public ShowResultSetMetaData getMetaD

[PR] [bugfix](paimon) Create paimon catalog with hadoop user [doris]

2024-04-18 Thread via GitHub
wuwenchi opened a new pull request, #33833: URL: https://github.com/apache/doris/pull/33833 ## Proposed changes When creating a catalog, paimon will create a warehouse on HDFS, so we need to use the corresponding user with permissions to create it. ## Further comments

Re: [PR] [fix](compile) fix two compile errors on MacOS [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33834: URL: https://github.com/apache/doris/pull/33834#issuecomment-2063189014 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+process+y

Re: [PR] [bugfix](paimon) Create paimon catalog with hadoop user [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33833: URL: https://github.com/apache/doris/pull/33833#issuecomment-2063188761 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+process+y

[PR] [fix](compile) fix two compile errors on MacOS [doris]

2024-04-18 Thread via GitHub
morrySnow opened a new pull request, #33834: URL: https://github.com/apache/doris/pull/33834 1. MacOS use libhdfs3, so we need call different function. this compile error intro by PR #33680 2. size_t is not UInt64 on MacOS. this compile error intro by PR #33265

Re: [PR] [enhancement] (plsql) support show procedure status filters [doris]

2024-04-18 Thread via GitHub
Vallishp commented on code in PR #33264: URL: https://github.com/apache/doris/pull/33264#discussion_r1570140817 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowProcedureStatusCommand.java: ## @@ -59,10 +72,74 @@ public ShowResultSetMetaData getMetaD

Re: [PR] [fix](compile) fix two compile errors on MacOS [doris]

2024-04-18 Thread via GitHub
morrySnow commented on PR #33834: URL: https://github.com/apache/doris/pull/33834#issuecomment-2063191097 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] [fix](restore) Reset index id for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
w41ter opened a new pull request, #33835: URL: https://github.com/apache/doris/pull/33835 Cherry-pick #33831 -- 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] [feature](java-udtf) support java-udtf [doris]

2024-04-18 Thread via GitHub
zhangstar333 commented on PR #33595: URL: https://github.com/apache/doris/pull/33595#issuecomment-2063192522 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](restore) Reset index id for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33835: URL: https://github.com/apache/doris/pull/33835#issuecomment-2063192469 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+process+y

Re: [PR] [fix](restore) Reset index id for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
w41ter commented on PR #33835: URL: https://github.com/apache/doris/pull/33835#issuecomment-2063192679 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](restore) Reset ids for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33831: URL: https://github.com/apache/doris/pull/33831#issuecomment-2063193133 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](compile) fix two compile errors on MacOS [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33834: URL: https://github.com/apache/doris/pull/33834#issuecomment-2063193369 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](compile) fix two compile errors on MacOS [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33834: URL: https://github.com/apache/doris/pull/33834#issuecomment-2063193416 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](paimon) Create paimon catalog with hadoop user [doris]

2024-04-18 Thread via GitHub
wuwenchi commented on PR #33833: URL: https://github.com/apache/doris/pull/33833#issuecomment-2063193966 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](restore) Reset ids for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33831: URL: https://github.com/apache/doris/pull/33831#issuecomment-2063193172 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](compile) fix two compile errors on MacOS [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33834: URL: https://github.com/apache/doris/pull/33834#issuecomment-2063197696 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](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33796: URL: https://github.com/apache/doris/pull/33796#issuecomment-2063199520 TeamCity be ut coverage result: Function Coverage: 35.40% (8910/25168) Line Coverage: 27.10% (73196/270067) Region Coverage: 26.23% (37817/144163) Branch Coverage: 23.0

Re: [PR] [Refactor](executor)Add workload schedule policy table [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33729: URL: https://github.com/apache/doris/pull/33729#issuecomment-2063206193 TeamCity be ut coverage result: Function Coverage: 35.43% (8913/25160) Line Coverage: 27.12% (73230/270038) Region Coverage: 26.24% (37828/144143) Branch Coverage: 23.0

Re: [PR] [enhancement](cloud)avoid transaction too large when dropping partition [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33700: URL: https://github.com/apache/doris/pull/33700#issuecomment-2063216230 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](fe) Fix finalizeCommand `sendAndFlush` NullPointerException #33420 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33828: URL: https://github.com/apache/doris/pull/33828#issuecomment-2063216465 TPC-H: Total hot run time: 49838 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[PR] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-18 Thread via GitHub
Jibing-Li opened a new pull request, #33836: URL: https://github.com/apache/doris/pull/33836 Before, analyze_timeout will also affect analyze stmt, which may cause failed to cancel analyze task. This PR change analyze_timeout to only affect timeout value for executing analyze sql.

Re: [PR] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2063217524 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+process+y

Re: [PR] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-18 Thread via GitHub
Jibing-Li commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2063218807 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] [feature](merge-cloud) Add `BrokerLoad` and `DriverUrl` white list [doris]

2024-04-18 Thread via GitHub
SWJTU-ZhangLei commented on PR #33003: URL: https://github.com/apache/doris/pull/33003#issuecomment-2063220042 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.

(doris) branch branch-2.0 updated: [chore](workflow) Increase the build space for building third-party libraries (#22322) (#33832)

2024-04-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 239d1b8193a [chore](workflow) Increas

Re: [I] [Bug] doris自动分析问题 [doris]

2024-04-18 Thread via GitHub
Muzi999 commented on issue #27084: URL: https://github.com/apache/doris/issues/27084#issuecomment-2063223609 doris2.1.1 FE警告日志中一直在执行 这样的SQL SELECT SUBSTRING(CAST(MIN(`key`) AS STRING), 1, 1024) as min, SUBSTRING(CAST(MAX(`key`) AS STRING), 1, 1024) as max FROM `DB`.`Table` index n

Re: [PR] [chore](workflow) Increase the build space for building third-party libraries (#22322) [doris]

2024-04-18 Thread via GitHub
morningman merged PR #33832: URL: https://github.com/apache/doris/pull/33832 -- 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: [I] [Bug] doris自动分析问题 [doris]

2024-04-18 Thread via GitHub
Muzi999 commented on issue #27084: URL: https://github.com/apache/doris/issues/27084#issuecomment-2063225451 > #27321 > #27321 doris2.1.1 FE警告日志中一直在执行 这样的SQL SELECT SUBSTRING(CAST(MIN(key) AS STRING), 1, 1024) as min, SUBSTRING(CAST(MAX(key) AS STRING), 1, 1024) as

Re: [PR] [pipelineX](conf) Change pipeline tasks to pipelineX mode [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33791: URL: https://github.com/apache/doris/pull/33791#issuecomment-2063232541 TeamCity be ut coverage result: Function Coverage: 35.43% (8912/25153) Line Coverage: 27.15% (73191/269555) Region Coverage: 26.28% (37803/143866) Branch Coverage: 23.0

Re: [PR] [fix](restore) Reset index id for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33835: URL: https://github.com/apache/doris/pull/33835#issuecomment-2063232875 TPC-H: Total hot run time: 49821 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
ByteYue commented on PR #33796: URL: https://github.com/apache/doris/pull/33796#issuecomment-2063234012 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](Nereids): fix unstable plan shape in `limit_push_down` case [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33740: URL: https://github.com/apache/doris/pull/33740#issuecomment-2063234210 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](decommission) fix cann't decommission mtmv [doris]

2024-04-18 Thread via GitHub
yujun777 commented on PR #33823: URL: https://github.com/apache/doris/pull/33823#issuecomment-2063236966 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](fe) Fix finalizeCommand `sendAndFlush` NullPointerException #33420 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33828: URL: https://github.com/apache/doris/pull/33828#issuecomment-2063237629 TPC-DS: Total hot run time: 205203 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](Nereids): fix unstable plan shape in `limit_push_down` case [doris]

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

(doris) branch master updated: [fix](Nereids)fix unstable plan shape in limit_push_down case

2024-04-18 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 31b3feb5eae [fix](Nereids)fix unstable plan

Re: [PR] [func](jsonb)support json_depth function [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #24801: URL: https://github.com/apache/doris/pull/24801#issuecomment-2063245364 TeamCity be ut coverage result: Function Coverage: 35.43% (8914/25162) Line Coverage: 27.12% (73231/270042) Region Coverage: 26.25% (37831/144142) Branch Coverage: 23.0

Re: [PR] [Improve](expr)first support array_contains for expr push down inverted index [doris]

2024-04-18 Thread via GitHub
amorynan commented on PR #32620: URL: https://github.com/apache/doris/pull/32620#issuecomment-2063245913 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] [feature](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on code in PR #33796: URL: https://github.com/apache/doris/pull/33796#discussion_r1570190657 ## be/src/io/fs/hdfs_file_writer.cpp: ## @@ -51,32 +75,154 @@ HdfsFileWriter::~HdfsFileWriter() { } else { delete _hdfs_handler; } +h

Re: [PR] [fix](fe) Fix finalizeCommand `sendAndFlush` NullPointerException #33420 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33828: URL: https://github.com/apache/doris/pull/33828#issuecomment-2063246730 ClickBench: Total hot run time: 30.41 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](fe) Fix finalizeCommand `sendAndFlush` NullPointerException #33420 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33828: URL: https://github.com/apache/doris/pull/33828#issuecomment-2063252245 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit b53162e65de9ca0cb784761aa33fa73701551d00 with default session variables Stream

Re: [PR] [security] don't print initial_root_password [doris]

2024-04-18 Thread via GitHub
shoothzj commented on PR #33341: URL: https://github.com/apache/doris/pull/33341#issuecomment-2063252192 @wangbo @yiguolei Can this PR be merged? :) -- 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 t

Re: [PR] [fix](restore) Reset index id for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33835: URL: https://github.com/apache/doris/pull/33835#issuecomment-2063253802 TPC-DS: Total hot run time: 202970 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improve](expr)first support array_contains for expr push down inverted index [doris]

2024-04-18 Thread via GitHub
amorynan commented on PR #32620: URL: https://github.com/apache/doris/pull/32620#issuecomment-2063255354 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] [refactor](filesystem)refactor `filesystem` interface [doris]

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

(doris) branch master updated (31b3feb5eae -> f9e9c36bcb4)

2024-04-18 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 31b3feb5eae [fix](Nereids)fix unstable plan shape in limit_push_down case add f9e9c36bcb4 [refactor](filesyst

Re: [PR] [improve](load) limit flush thread num proportional to CPU count [doris]

2024-04-18 Thread via GitHub
liaoxin01 commented on code in PR #33325: URL: https://github.com/apache/doris/pull/33325#discussion_r1570194029 ## be/src/olap/memtable_flush_executor.cpp: ## @@ -203,15 +203,18 @@ void FlushToken::_flush_memtable(std::unique_ptr memtable_ptr, int32_t void MemTableFlushExec

Re: [PR] [fix](restore) Reset index id for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33835: URL: https://github.com/apache/doris/pull/33835#issuecomment-2063264163 ClickBench: Total hot run time: 30.39 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](restore) Reset index id for MaterializedIndexMeta [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33835: URL: https://github.com/apache/doris/pull/33835#issuecomment-2063269733 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d8b7027af334c385872d67af6f305c08d455e3df with default session variables Stream

Re: [PR] [Enhencement](Nereids) string compare with empty string convert to length greater than zero [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33837: URL: https://github.com/apache/doris/pull/33837#issuecomment-2063291391 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+process+y

Re: [PR] [Enhencement](Nereids) string compare with empty string convert to length greater than zero [doris]

2024-04-18 Thread via GitHub
LiBinfeng-01 commented on PR #33837: URL: https://github.com/apache/doris/pull/33837#issuecomment-2063291720 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] [minor](Nereids): remove useless getFilterConjuncts() filter() in Translator [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33801: URL: https://github.com/apache/doris/pull/33801#issuecomment-2063295105 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](profile) get real-time query profile [doris]

2024-04-18 Thread via GitHub
zhiqiang- commented on PR #33383: URL: https://github.com/apache/doris/pull/33383#issuecomment-2063298633 run feut -- 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] [feature](merge-cloud) Add `BrokerLoad` and `DriverUrl` white list [doris]

2024-04-18 Thread via GitHub
SWJTU-ZhangLei commented on PR #33003: URL: https://github.com/apache/doris/pull/33003#issuecomment-2063299502 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] [test](memory) Test query memory leak [doris]

2024-04-18 Thread via GitHub
xinyiZzz closed pull request #33175: [test](memory) Test query memory leak URL: https://github.com/apache/doris/pull/33175 -- 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] [feature](merge-cloud) Add `BrokerLoad` and `DriverUrl` white list [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33003: URL: https://github.com/apache/doris/pull/33003#issuecomment-2063316829 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] [feature](merge-cloud) Add `BrokerLoad` and `DriverUrl` white list [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33003: URL: https://github.com/apache/doris/pull/33003#issuecomment-2063316916 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](memory) Fix ExecEnv destroy memory tracking [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33781: URL: https://github.com/apache/doris/pull/33781#issuecomment-2063318176 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] [Doc](jdbc) Modify `jdbc_driver_secure_path` desc when set is empty [doris-website]

2024-04-18 Thread via GitHub
SWJTU-ZhangLei opened a new pull request, #571: URL: https://github.com/apache/doris-website/pull/571 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [minor](Nereids): remove useless getFilterConjuncts() filter() in Translator [doris]

2024-04-18 Thread via GitHub
jackwener merged PR #33801: URL: https://github.com/apache/doris/pull/33801 -- 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 (f9e9c36bcb4 -> a16d11ea610)

2024-04-18 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f9e9c36bcb4 [refactor](filesystem)refactor `filesystem` interface (#33361) add a16d11ea610 [minor](Nereids): rem

Re: [PR] [fix](memory) Fix ExecEnv destroy memory tracking [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33781: URL: https://github.com/apache/doris/pull/33781#issuecomment-2063327870 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](top-n) support topn filter on vscan node [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33496: URL: https://github.com/apache/doris/pull/33496#issuecomment-2063329292 TeamCity be ut coverage result: Function Coverage: 35.40% (8912/25172) Line Coverage: 27.12% (73229/270033) Region Coverage: 26.25% (37829/144119) Branch Coverage: 23.0

Re: [PR] [WIP]Profile persist [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33690: URL: https://github.com/apache/doris/pull/33690#issuecomment-2063331558 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](nereids) fix qualifier problem that affects delete stmt in another catalog #32853 [doris]

2024-04-18 Thread via GitHub
xiaokang commented on PR #33768: URL: https://github.com/apache/doris/pull/33768#issuecomment-2063335155 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] [pick](Nereids) cherry-pick prs to branch-2.0 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33838: URL: https://github.com/apache/doris/pull/33838#issuecomment-2063336093 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+process+y

Re: [PR] [fix](fe) Fix finalizeCommand `sendAndFlush` NullPointerException #33420 [doris]

2024-04-18 Thread via GitHub
xiaokang merged PR #33828: URL: https://github.com/apache/doris/pull/33828 -- 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 (239d1b8193a -> e23e12e0423)

2024-04-18 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 239d1b8193a [chore](workflow) Increase the build space for building third-party libraries (#22322) (#33832) ad

Re: [PR] [feature](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33796: URL: https://github.com/apache/doris/pull/33796#issuecomment-2063340535 TeamCity be ut coverage result: Function Coverage: 35.40% (8911/25170) Line Coverage: 27.11% (73207/270068) Region Coverage: 26.24% (37825/144165) Branch Coverage: 23.0

Re: [PR] [opt](plugin) improve logstash doris output plugin [doris]

2024-04-18 Thread via GitHub
xiaokang commented on PR #33135: URL: https://github.com/apache/doris/pull/33135#issuecomment-2063353306 run cloud_p1 -- 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] [bugfix](hive)delete write path after hive insert [doris]

2024-04-18 Thread via GitHub
wuwenchi commented on PR #33798: URL: https://github.com/apache/doris/pull/33798#issuecomment-2063354376 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](executor)Refactor Workload group memory GC [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33797: URL: https://github.com/apache/doris/pull/33797#issuecomment-2063355980 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](java-udtf) support java-udtf [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33595: URL: https://github.com/apache/doris/pull/33595#issuecomment-2063355770 TeamCity be ut coverage result: Function Coverage: 35.41% (8913/25170) Line Coverage: 27.11% (73241/270147) Region Coverage: 26.25% (37844/144190) Branch Coverage: 23.0

Re: [PR] [Improvement](executor)Refactor Workload group memory GC [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33797: URL: https://github.com/apache/doris/pull/33797#issuecomment-2063355906 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] [doc](fix)delete the description of array_agg on 2.0 [doris-website]

2024-04-18 Thread via GitHub
echo-hhj opened a new pull request, #572: URL: https://github.com/apache/doris-website/pull/572 The array_agg function is only available in 2.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 above to go to the

Re: [PR] [Improvement](executor)Refactor Workload group memory GC [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on code in PR #33797: URL: https://github.com/apache/doris/pull/33797#discussion_r1570294754 ## be/src/runtime/workload_group/workload_group.cpp: ## @@ -142,18 +142,42 @@ void WorkloadGroup::remove_mem_tracker_limiter(std::shared_ptr

Re: [PR] [Improvement](executor)Refactor Workload group memory GC [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on code in PR #33797: URL: https://github.com/apache/doris/pull/33797#discussion_r1570296779 ## be/src/util/mem_info.h: ## @@ -195,7 +195,7 @@ class MemInfo { static int64_t tg_not_enable_overcommit_group_gc(); static int64_t tg_enable_overcommit_g

[PR] [feature-wip](Cloud) Show isDefault vault in show storage vault stmt [doris]

2024-04-18 Thread via GitHub
ByteYue opened a new pull request, #33839: URL: https://github.com/apache/doris/pull/33839 ## 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] [feature-wip](Cloud) Show isDefault vault in show storage vault stmt [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33839: URL: https://github.com/apache/doris/pull/33839#issuecomment-2063365234 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+process+y

Re: [PR] [Refactor](executor)Add workload schedule policy table [doris]

2024-04-18 Thread via GitHub
wangbo commented on PR #33729: URL: https://github.com/apache/doris/pull/33729#issuecomment-2063370802 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](nereids) fix qualifier problem that affects delete stmt in another catalog #32853 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33768: URL: https://github.com/apache/doris/pull/33768#issuecomment-2063374003 TPC-H: Total hot run time: 49715 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature-wip](Cloud) Show isDefault vault in show storage vault stmt [doris]

2024-04-18 Thread via GitHub
ByteYue commented on PR #33839: URL: https://github.com/apache/doris/pull/33839#issuecomment-2063374970 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-wip](Cloud) Show isDefault vault in show storage vault stmt [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33839: URL: https://github.com/apache/doris/pull/33839#issuecomment-2063377091 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] [fix](nereids)BE cannot find min-max runtime filter on nested loop join node branch-2.0 [doris]

2024-04-18 Thread via GitHub
englefly opened a new pull request, #33840: URL: https://github.com/apache/doris/pull/33840 ## Proposed changes pick #32886 Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apa

  1   2   3   4   5   6   7   >