Re: [PR] [debug](load) check the column type when string column is invalid [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39337: URL: https://github.com/apache/doris/pull/39337#issuecomment-2288006822 TeamCity be ut coverage result: Function Coverage: 36.53% (9320/25516) Line Coverage: 28.02% (76366/272541) Region Coverage: 26.82% (39223/146229) Branch Coverage: 23.5

[PR] [fix](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

2024-08-14 Thread via GitHub
Mryange opened a new pull request, #39340: URL: https://github.com/apache/doris/pull/39340 ## Proposed changes Since some variables are only initialized when enable_java_support is enabled, not adding this check here would result in accessing a nullptr. ``` *** Query id: 0-0

Re: [PR] [fix](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39340: URL: https://github.com/apache/doris/pull/39340#issuecomment-2288013793 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](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

2024-08-14 Thread via GitHub
Mryange commented on PR #39340: URL: https://github.com/apache/doris/pull/39340#issuecomment-2288013925 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](partition rebalancer) fix migrate tablets between backends back and forth [doris]

2024-08-14 Thread via GitHub
yujun777 commented on PR #39333: URL: https://github.com/apache/doris/pull/39333#issuecomment-2288022172 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](memory) Modify thedefault JEMALLOC_CONF and support flush Jemalloc tcache [doris]

2024-08-14 Thread via GitHub
xinyiZzz commented on PR #38185: URL: https://github.com/apache/doris/pull/38185#issuecomment-2288027931 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 branch-2.0 updated: [fix](ES Catalog)Check isArray before parse json to array (#39104) (#39275)

2024-08-14 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new adfef1d790e [fix](ES Catalog)Check isArray

Re: [PR] [fix](ES Catalog)Check isArray before parse json to array (#39104) [doris]

2024-08-14 Thread via GitHub
xiaokang merged PR #39275: URL: https://github.com/apache/doris/pull/39275 -- 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] [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39341: URL: https://github.com/apache/doris/pull/39341#issuecomment-2288031796 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] [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

2024-08-14 Thread via GitHub
zy-kkk opened a new pull request, #39341: URL: https://github.com/apache/doris/pull/39341 In previous versions, we used a method based on JDBC 4.2 to read data, so it was equivalent to abandoning support for ojdbc6. However, we recently found that a large number of users still use Oracle ve

Re: [PR] [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

2024-08-14 Thread via GitHub
zy-kkk commented on PR #39341: URL: https://github.com/apache/doris/pull/39341#issuecomment-2288032077 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] [bug](schema change)fix schema change cause load failed due to err -215 [doris]

2024-08-14 Thread via GitHub
DarvenDuan commented on PR #23836: URL: https://github.com/apache/doris/pull/23836#issuecomment-2288041389 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [opt](query cancel) cancel query if it has pipeline task leakage [doris]

2024-08-14 Thread via GitHub
zhiqiang- commented on PR #39223: URL: https://github.com/apache/doris/pull/39223#issuecomment-2288041735 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. T

Re: [PR] [Enhancement](doris-future) Support REGR_SXX_SXY_SYY aggregation functions [doris]

2024-08-14 Thread via GitHub
wyxxxcat commented on PR #39187: URL: https://github.com/apache/doris/pull/39187#issuecomment-2288043810 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] [fix](nullif) revert nullif signature change by #38497 [doris]

2024-08-14 Thread via GitHub
morrySnow opened a new pull request, #39342: URL: https://github.com/apache/doris/pull/39342 #38497 let second arg follow first arg's type. but the correct way is let second arg convert to a new type get from processing like 1st = 2nd. and then compare this two arg with the 2nd arg ty

Re: [PR] [fix](nullif) revert nullif signature change by #38497 [doris]

2024-08-14 Thread via GitHub
morrySnow commented on PR #39342: URL: https://github.com/apache/doris/pull/39342#issuecomment-2288046834 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 branch-2.0 updated: [branch-2.0](txn) be dead exceeds 5min abort its txns (#22781, #28662, #35342) (#39317)

2024-08-14 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new eaffb691d38 [branch-2.0](txn) be dea

(doris) branch master updated (8844e03bbda -> d9c8ff041c7)

2024-08-14 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 8844e03bbda [opt](mtmv) partition rollup support week and quarter (#39286) add d9c8ff041c7 [fix](cloud) fix

Re: [PR] [branch-2.0](txn) be dead exceeds 5min abort its txns (#22781, #28662, #35342) [doris]

2024-08-14 Thread via GitHub
dataroaring merged PR #39317: URL: https://github.com/apache/doris/pull/39317 -- 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](cloud) fix routine load job progress cache incorrect in cloud mode [doris]

2024-08-14 Thread via GitHub
dataroaring merged PR #39313: URL: https://github.com/apache/doris/pull/39313 -- 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] [feature](restore) Support clean_tables/clean_partitions properties for restore job [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39028: URL: https://github.com/apache/doris/pull/39028#issuecomment-2288049123 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](cloud) CloudStorageEngine should wait compaction task done when stoping it [doris]

2024-08-14 Thread via GitHub
dataroaring merged PR #39302: URL: https://github.com/apache/doris/pull/39302 -- 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 (d9c8ff041c7 -> 181c202bf64)

2024-08-14 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 d9c8ff041c7 [fix](cloud) fix routine load job progress cache incorrect in cloud mode (#39313) add 181c202bf6

Re: [PR] [opt](query cancel) cancel query if it has pipeline task leakage [doris]

2024-08-14 Thread via GitHub
zhiqiang- commented on PR #39223: URL: https://github.com/apache/doris/pull/39223#issuecomment-2288053073 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. T

Re: [PR] [opt](set operation) adjust two different behaviors with MySQL [doris]

2024-08-14 Thread via GitHub
morrySnow closed pull request #39042: [opt](set operation) adjust two different behaviors with MySQL URL: https://github.com/apache/doris/pull/39042 -- 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 t

Re: [PR] [opt](thirdparty) upgrade arrow to 17.0.0 [doris]

2024-08-14 Thread via GitHub
xinyiZzz commented on PR #38572: URL: https://github.com/apache/doris/pull/38572#issuecomment-2288056673 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] [enhance](Cooldown) Add metric to trace cooldown task and unused remote files caused by failed upload and cold compaction [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39293: URL: https://github.com/apache/doris/pull/39293#issuecomment-2288057141 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] [enhance](Cooldown) Add metric to trace cooldown task and unused remote files caused by failed upload and cold compaction [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39293: URL: https://github.com/apache/doris/pull/39293#issuecomment-2288057190 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] revert [improvement](mv) Support to use cast when create sync materialized view #38008 [doris]

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

Re: [PR] [fix](auth) Fix ResourceTypeEnum Compatibility Upgrade [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39288: URL: https://github.com/apache/doris/pull/39288#issuecomment-2288059476 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] [improve](fold) support complex type for constant folding [doris]

2024-08-14 Thread via GitHub
WencongLiu commented on PR #32867: URL: https://github.com/apache/doris/pull/32867#issuecomment-2288060031 @zhangstar333 Hi, R、recently, I have been developing some new functions and noticed that they are not being folded even when the constant folding feature is enabled. I would like to s

Re: [PR] [Fix](Txn) Fix wrong columns sequence in txn model [doris]

2024-08-14 Thread via GitHub
morrySnow commented on code in PR #39295: URL: https://github.com/apache/doris/pull/39295#discussion_r1716449846 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalSink.java: ## @@ -54,4 +54,8 @@ public List computeOutput() { .map(

Re: [PR] [improve](array) forbid create inverted index with parser for array and add cases for write correctness check [doris]

2024-08-14 Thread via GitHub
amorynan commented on PR #39062: URL: https://github.com/apache/doris/pull/39062#issuecomment-2288064121 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] [improve](move-memtable) reuse connection in load_stream_stub [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39231: URL: https://github.com/apache/doris/pull/39231#issuecomment-2288067360 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] [improve](move-memtable) reuse connection in load_stream_stub [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39231: URL: https://github.com/apache/doris/pull/39231#issuecomment-2288067414 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] [improvement](nereids) support extract from disjunction in join on condition [doris]

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

Re: [PR] [fix](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

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

Re: [PR] [enhancement](err-msg) Add detailed column and schema info when failed to create a column iterator [doris]

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

Re: [PR] [fix](partition rebalancer) fix migrate tablets between backends back and forth [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39333: URL: https://github.com/apache/doris/pull/39333#issuecomment-2288075298 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](external)add check of engine and catalog types [doris]

2024-08-14 Thread via GitHub
wuwenchi commented on PR #39343: URL: https://github.com/apache/doris/pull/39343#issuecomment-2288076747 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](sort) Free sort blocks if this block is exhausted [doris]

2024-08-14 Thread via GitHub
Gabriel39 commented on PR #39306: URL: https://github.com/apache/doris/pull/39306#issuecomment-2288076756 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] [fix](partition rebalancer) fix migrate tablets between backends back and forth [doris]

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

Re: [PR] revert [improvement](mv) Support to use cast when create sync materialized view #38008 [doris]

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

Re: [PR] [Fix](regression) Fix flaky case in test_stream_load_2pc [doris]

2024-08-14 Thread via GitHub
liaoxin01 commented on PR #39257: URL: https://github.com/apache/doris/pull/39257#issuecomment-2288080340 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] [fix](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39340: URL: https://github.com/apache/doris/pull/39340#issuecomment-2288087641 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](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39340: URL: https://github.com/apache/doris/pull/39340#issuecomment-2288087700 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] revert [improvement](mv) Support to use cast when create sync materialized view #38008 [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39338: URL: https://github.com/apache/doris/pull/39338#issuecomment-2288088776 ClickBench: Total hot run time: 30.79 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](function) avoid calculating sqrt of negative in agg function CORR [doris]

2024-08-14 Thread via GitHub
zclllyybb commented on PR #39324: URL: https://github.com/apache/doris/pull/39324#issuecomment-2288091556 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] [improvement](nereids) support extract from disjunction in join on condition [doris]

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

Re: [PR] [enhancement](err-msg) Add detailed column and schema info when failed to create a column iterator [doris]

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

Re: [PR] [fix](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

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

Re: [PR] [Chore](aggregation) remove useless code for aggregation function Covar [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39309: URL: https://github.com/apache/doris/pull/39309#issuecomment-2288100168 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](partition rebalancer) fix migrate tablets between backends back and forth [doris]

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

Re: [PR] [improvement](nereids) support extract from disjunction in join on condition [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #38479: URL: https://github.com/apache/doris/pull/38479#issuecomment-2288102807 ClickBench: Total hot run time: 31.09 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhancement](err-msg) Add detailed column and schema info when failed to create a column iterator [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #38689: URL: https://github.com/apache/doris/pull/38689#issuecomment-2288103789 ClickBench: Total hot run time: 30.4 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [fix](java udf) fix clean_udf_cache_callback without enable_java_support [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39340: URL: https://github.com/apache/doris/pull/39340#issuecomment-2288104497 ClickBench: Total hot run time: 30.91 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](thirdparty) upgrade arrow to 17.0.0 [doris]

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

Re: [PR] [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

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

Re: [PR] [fix](partition rebalancer) fix migrate tablets between backends back and forth [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39333: URL: https://github.com/apache/doris/pull/39333#issuecomment-2288110420 ClickBench: Total hot run time: 30.99 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](restore) Support clean_tables/clean_partitions properties for restore job [doris]

2024-08-14 Thread via GitHub
dataroaring merged PR #39028: URL: https://github.com/apache/doris/pull/39028 -- 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: [feature](restore) Support clean_tables/clean_partitions properties for restore job (#39028)

2024-08-14 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 73787b68b4d [feature](restore) Support clean

Re: [PR] [fix](nullif) revert nullif signature change by #38497 [doris]

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

[PR] [Chore](exec) remove some thread pool and rename fragmentMgrThreadPool [doris]

2024-08-14 Thread via GitHub
BiteThet opened a new pull request, #39344: URL: https://github.com/apache/doris/pull/39344 ## Proposed changes remove some thread pool and rename fragmentMgrThreadPool -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [Chore](exec) remove some thread pool and rename fragmentMgrThreadPool [doris]

2024-08-14 Thread via GitHub
BiteThet commented on PR #39344: URL: https://github.com/apache/doris/pull/39344#issuecomment-2288111394 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] [fix](ip)pick ip rowstore [doris]

2024-08-14 Thread via GitHub
amorynan opened a new pull request, #39345: URL: https://github.com/apache/doris/pull/39345 ## Proposed changes backport: https://github.com/apache/doris/pull/39258 Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [fix](ip)pick ip rowstore [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39345: URL: https://github.com/apache/doris/pull/39345#issuecomment-2288113361 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](ip)pick ip rowstore [doris]

2024-08-14 Thread via GitHub
amorynan commented on PR #39345: URL: https://github.com/apache/doris/pull/39345#issuecomment-2288113455 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](mtmv)fix refresh failed when catalog rebuild [doris]

2024-08-14 Thread via GitHub
zddr closed pull request #39283: [fix](mtmv)fix refresh failed when catalog rebuild URL: https://github.com/apache/doris/pull/39283 -- 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] [fix](group commit) fix group commit core if be inject FragmentMgr.exec_plan_fragment.failed [doris]

2024-08-14 Thread via GitHub
mymeiyi commented on PR #39339: URL: https://github.com/apache/doris/pull/39339#issuecomment-2288119728 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](inverted index)Add exception check when write bkd index (#39248) [doris]

2024-08-14 Thread via GitHub
xiaokang merged PR #39279: URL: https://github.com/apache/doris/pull/39279 -- 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: [fix](inverted index)Add exception check when write bkd index (#39248) (#39279)

2024-08-14 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 9e9bdfb6721 [fix](inverted index)Add excep

Re: [PR] [opt](thirdparty) upgrade arrow to 17.0.0 [doris]

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

Re: [PR] [fix](ip)pick ip rowstore [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39345: URL: https://github.com/apache/doris/pull/39345#issuecomment-2288128487 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](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

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

Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-08-14 Thread via GitHub
DavidSH92 commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2288134603 Perhaps you need to upgrade your version. Doris 2.0 and above already support this feature,when you pause your routine task, the offset already consumed will be recorded, and when

Re: [PR] [fix](nullif) revert nullif signature change by #38497 [doris]

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

Re: [PR] [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39341: URL: https://github.com/apache/doris/pull/39341#issuecomment-2288135488 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] [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39341: URL: https://github.com/apache/doris/pull/39341#issuecomment-2288135561 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] [test](inverted index) do not run test_index_lowercase_fault_injection in cloud mode [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39235: URL: https://github.com/apache/doris/pull/39235#issuecomment-2288136941 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](schema-change) Rebuild distribution info after columns as hash key are modified [doris]

2024-08-14 Thread via GitHub
TangSiyang2001 commented on PR #39319: URL: https://github.com/apache/doris/pull/39319#issuecomment-2288136119 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.

Re: [PR] [test](inverted index) do not run test_index_lowercase_fault_injection in cloud mode [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39235: URL: https://github.com/apache/doris/pull/39235#issuecomment-2288136882 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](thirdparty) upgrade arrow to 17.0.0 [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #38572: URL: https://github.com/apache/doris/pull/38572#issuecomment-2288139463 ClickBench: Total hot run time: 30.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve](cache) File cache async init [doris]

2024-08-14 Thread via GitHub
suxiaogang223 commented on PR #39036: URL: https://github.com/apache/doris/pull/39036#issuecomment-2288143962 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. T

Re: [PR] [improve](move-memtable) reuse connection in load_stream_stub [doris]

2024-08-14 Thread via GitHub
liaoxin01 merged PR #39231: URL: https://github.com/apache/doris/pull/39231 -- 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

[PR] [fix](catalog) set timeout for split fetch [doris]

2024-08-14 Thread via GitHub
morningman opened a new pull request, #39346: URL: https://github.com/apache/doris/pull/39346 ## Proposed changes Issue Number: close #xxx -- 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](function) avoid calculating sqrt of negative in agg function CORR [doris]

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

Re: [PR] [fix](catalog) set timeout for split fetch [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39346: URL: https://github.com/apache/doris/pull/39346#issuecomment-2288145163 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

(doris) branch master updated (73787b68b4d -> a99812c4855)

2024-08-14 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 73787b68b4d [feature](restore) Support clean_tables/clean_partitions properties for restore job (#39028) add a99

Re: [PR] [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39341: URL: https://github.com/apache/doris/pull/39341#issuecomment-2288146049 ClickBench: Total hot run time: 30.04 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](function)timediff with now function causes a error signature (… [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39347: URL: https://github.com/apache/doris/pull/39347#issuecomment-2288146340 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](function)timediff with now function causes a error signature (… [doris]

2024-08-14 Thread via GitHub
Mryange opened a new pull request, #39347: URL: https://github.com/apache/doris/pull/39347 …#39322) https://github.com/apache/doris/pull/39322 ``` mysql [(none)]>select round(timediff(now(),'2024-08-15')/60/60,2); ERROR 1105 (HY000): errCode = 2, detailMessage = argument 1 require

Re: [PR] [fix](function)timediff with now function causes a error signature (… [doris]

2024-08-14 Thread via GitHub
Mryange commented on PR #39347: URL: https://github.com/apache/doris/pull/39347#issuecomment-2288146547 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](nullif) revert nullif signature change by #38497 [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39342: URL: https://github.com/apache/doris/pull/39342#issuecomment-2288148225 ClickBench: Total hot run time: 30.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [test](move-memtable) add more fault injection cases for writer v2 [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39169: URL: https://github.com/apache/doris/pull/39169#issuecomment-2288152928 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](doris-future) Support REGR_SXX_SXY_SYY aggregation functions [doris]

2024-08-14 Thread via GitHub
zclllyybb commented on code in PR #39187: URL: https://github.com/apache/doris/pull/39187#discussion_r1716515897 ## be/src/vec/aggregate_functions/aggregate_function_regr_sxx_.h: ## @@ -0,0 +1,270 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

Re: [PR] [bugfix](external)add check of engine and catalog types [doris]

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

Re: [PR] [fix](function)timediff with now function causes a error signature (… [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39349: URL: https://github.com/apache/doris/pull/39349#issuecomment-2288154356 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] [test](move-memtable) add more fault injection cases for writer v2 [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39169: URL: https://github.com/apache/doris/pull/39169#issuecomment-2288153033 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

[I] [Bug] There are 5 FE nodes in version 3.0 data. The master can query the external data. If you use non-master query, it will prompt that the field does not exist. [doris]

2024-08-14 Thread via GitHub
mpv945 opened a new issue, #39348: URL: https://github.com/apache/doris/issues/39348 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version Doris 3.0.0 ### Wh

[PR] [fix](function)timediff with now function causes a error signature (… [doris]

2024-08-14 Thread via GitHub
Mryange opened a new pull request, #39349: URL: https://github.com/apache/doris/pull/39349 …#39322) https://github.com/apache/doris/pull/39322 ## Proposed changes ``` mysql [(none)]>select round(timediff(now(),'2024-08-15')/60/60,2); ERROR 1105 (HY000): errCode = 2, detailM

  1   2   3   4   5   6   7   8   9   10   >