Re: [PR] [opt](regression-test) More test case to trace problem of datetime v2 round [doris]

2024-07-09 Thread via GitHub
zhiqiang- commented on PR #37520: URL: https://github.com/apache/doris/pull/37520#issuecomment-2216751272 https://github.com/apache/doris/assets/42906151/81edc7f5-cdc4-4cef-a33c-b2e21d4ce7c6";> -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [Fix](planner)fix bug of char(255) toSql [doris]

2024-07-09 Thread via GitHub
feiniaofeiafei commented on PR #37340: URL: https://github.com/apache/doris/pull/37340#issuecomment-2216752367 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 uns

Re: [PR] [opt](hash_join) Merging all build blocks at once will cause performance issue [doris]

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

Re: [PR] [fix](load) The NodeChannel should be canceled when failed to add block #37500 [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37527: URL: https://github.com/apache/doris/pull/37527#issuecomment-2216759542 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(doris) branch master updated: [fix](constant-folding) disable folding by be by default (#37517)

2024-07-09 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 0833dbe62c5 [fix](constant-folding) disable fo

Re: [PR] [fix](constant-folding) disable folding by be by default [doris]

2024-07-09 Thread via GitHub
morrySnow merged PR #37517: URL: https://github.com/apache/doris/pull/37517 -- 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] [fix](spill) Duplicate calls to Dependency::set_ready() in hash join [doris]

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

Re: [PR] [Improvement](rpc) set grpc channel's keepAliveTime and remove proxy on InterruptedExcep… [doris]

2024-07-09 Thread via GitHub
morningman commented on code in PR #37304: URL: https://github.com/apache/doris/pull/37304#discussion_r1669867458 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -1465,6 +1465,12 @@ public class Config extends ConfigBase { @ConfField public sta

Re: [PR] [opt](hash_join) Merging all build blocks at once will cause performance issue [doris]

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

Re: [PR] [chore](nereids) Default set enable_nereids_distribute_planner=true [doris]

2024-07-09 Thread via GitHub
924060929 commented on PR #37219: URL: https://github.com/apache/doris/pull/37219#issuecomment-2216776271 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]support stream load with group commit mode [doris-kafka-connector]

2024-07-09 Thread via GitHub
JNSimba merged PR #35: URL: https://github.com/apache/doris-kafka-connector/pull/35 -- 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-kafka-connector) branch master updated: [feature]support stream load with group commit mode (#35)

2024-07-09 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-kafka-connector.git The following commit(s) were added to refs/heads/master by this push: new 4ace2e6 [feature]support stream lo

[PR] [fix](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
xinyiZzz opened a new pull request, #37528: URL: https://github.com/apache/doris/pull/37528 ## Proposed changes Currently, Arrow use separate Jemalloc, and use non-standard methods `mallocx`, `sdallocx`, `rallocx` in `memory_pool_jemalloc.cc` to optimize memory allocation. But

Re: [PR] [fix](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37528: URL: https://github.com/apache/doris/pull/37528#issuecomment-2216786381 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](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
xinyiZzz commented on PR #37528: URL: https://github.com/apache/doris/pull/37528#issuecomment-2216786426 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](serde)Optimize the filling of fixed values ​​into block columns without repeated deserialization. [doris]

2024-07-09 Thread via GitHub
morningman merged PR #37377: URL: https://github.com/apache/doris/pull/37377 -- 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 (0833dbe62c5 -> b48b5da0f7c)

2024-07-09 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 0833dbe62c5 [fix](constant-folding) disable folding by be by default (#37517) add b48b5da0f7c [opt](serde)Opt

Re: [PR] [test](Agg nullable) [doris]

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

Re: [PR] [fix](memory) Modified low water mark=min(6.4G, MemTotal * 5%) [doris]

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

Re: [PR] [opt](hash_join) Merging all build blocks at once will cause performance issue [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37471: URL: https://github.com/apache/doris/pull/37471#issuecomment-2216790380 ClickBench: Total hot run time: 29.82 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [branch-2.1](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37529: URL: https://github.com/apache/doris/pull/37529#issuecomment-2216791153 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] [branch-2.1](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
xinyiZzz opened a new pull request, #37529: URL: https://github.com/apache/doris/pull/37529 ## Proposed changes pick ##37528 -- 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 spe

Re: [PR] [branch-2.1](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
xinyiZzz commented on PR #37529: URL: https://github.com/apache/doris/pull/37529#issuecomment-2216791202 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](spill) Duplicate calls to Dependency::set_ready() in hash join [doris]

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

Re: [PR] [Feature](multi-catalog) Add memory tracker for orc reader and writer. [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on code in PR #37257: URL: https://github.com/apache/doris/pull/37257#discussion_r1669884992 ## be/src/vec/common/allocator.h: ## @@ -23,6 +23,7 @@ // TODO: Readable #include Review Comment: warning: 'fmt/format.h' file not found [clang-dia

[PR] [opt](serde)Optimize the filling of fixed values ​​into block columns without repeated deserialization. (#37377) [doris]

2024-07-09 Thread via GitHub
hubgeter opened a new pull request, #37530: URL: https://github.com/apache/doris/pull/37530 bp #37377 ## Proposed changes Since the value of the partition column is fixed when querying the partition table, we can deserialize the value only once and then repeatedly insert the valu

Re: [PR] [opt](serde)Optimize the filling of fixed values ​​into block columns without repeated deserialization. (#37377) [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37530: URL: https://github.com/apache/doris/pull/37530#issuecomment-2216798344 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](publish) Fix publish failed because because "task" is null [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37531: URL: https://github.com/apache/doris/pull/37531#issuecomment-2216798644 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](publish) Fix publish failed because because "task" is null [doris]

2024-07-09 Thread via GitHub
mymeiyi opened a new pull request, #37531: URL: https://github.com/apache/doris/pull/37531 ## Proposed changes ``` 2024-07-08 00:43:27,149 ERROR (PUBLISH_VERSION|33) [PublishVersionDaemon.runAfterCatalogReady():73] errors while publish version to all backends java.lang.NullPoin

Re: [PR] [Feature](multi-catalog) Add memory tracker for orc reader and writer. [doris]

2024-07-09 Thread via GitHub
kaka11chen commented on PR #37257: URL: https://github.com/apache/doris/pull/37257#issuecomment-2216798596 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] [opt](serde)Optimize the filling of fixed values ​​into block columns without repeated deserialization. (#37377) [doris]

2024-07-09 Thread via GitHub
hubgeter commented on PR #37530: URL: https://github.com/apache/doris/pull/37530#issuecomment-2216799160 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] [branch-2.1](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37529: URL: https://github.com/apache/doris/pull/37529#issuecomment-2216802970 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] disk_info_mac DiskInfo::get_device_names sort [doris]

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

Re: [PR] [fix](spill) Duplicate calls to Dependency::set_ready() in hash join [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37461: URL: https://github.com/apache/doris/pull/37461#issuecomment-2216805563 ClickBench: Total hot run time: 31.21 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improvement](rpc) set grpc channel's keepAliveTime and remove proxy on InterruptedExcep… [doris]

2024-07-09 Thread via GitHub
BiteThet commented on PR #37304: URL: https://github.com/apache/doris/pull/37304#issuecomment-2216806469 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](load) The NodeChannel should be canceled when failed to add block #37500 [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37527: URL: https://github.com/apache/doris/pull/37527#issuecomment-2216807175 TeamCity be ut coverage result: Function Coverage: 36.33% (9152/25193) Line Coverage: 27.87% (74737/268176) Region Coverage: 26.76% (38549/144054) Branch Coverage: 23.4

Re: [PR] [fix](memory) Modified low water mark=min(6.4G, MemTotal * 5%) [doris]

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

Re: [PR] [test](Agg nullable) [doris]

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

Re: [PR] (cloud-merge) Fix index data cannot be writed into ttl dir [doris]

2024-07-09 Thread via GitHub
Lchangliang commented on PR #37485: URL: https://github.com/apache/doris/pull/37485#issuecomment-2216811803 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] [opt](serde)Optimize the filling of fixed values ​​into block columns without repeated deserialization. (#37377) [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37530: URL: https://github.com/apache/doris/pull/37530#issuecomment-2216816035 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] [datalake](hudi) add hudi docker compose to run hudi examples [doris]

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

(doris) branch master updated: [datalake](hudi) add hudi docker compose to run hudi examples (#37451)

2024-07-09 Thread ashingau
This is an automated email from the ASF dual-hosted git repository. ashingau 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 e338cceb2fa [datalake](hudi) add hudi docker co

Re: [PR] (cloud-merge) Fix index data cannot be writed into ttl dir [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37485: URL: https://github.com/apache/doris/pull/37485#issuecomment-2216823919 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](memory) Modified low water mark=min(6.4G, MemTotal * 5%) [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37525: URL: https://github.com/apache/doris/pull/37525#issuecomment-2216823852 ClickBench: Total hot run time: 30.32 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [test](Agg nullable) [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37330: URL: https://github.com/apache/doris/pull/37330#issuecomment-2216823906 ClickBench: Total hot run time: 31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools Cli

Re: [PR] [opt](test) shorten the external p0 running time (#37320) [doris]

2024-07-09 Thread via GitHub
morningman merged PR #37473: URL: https://github.com/apache/doris/pull/37473 -- 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] disk_info_mac DiskInfo::get_device_names sort [doris]

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

[PR] [fix](ctas) keep varchar length not work when enable be constant folding [doris]

2024-07-09 Thread via GitHub
morrySnow opened a new pull request, #37532: URL: https://github.com/apache/doris/pull/37532 (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 unsubscribe, e-

Re: [PR] [fix](ctas) keep varchar length not work when enable be constant folding [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37532: URL: https://github.com/apache/doris/pull/37532#issuecomment-2216832828 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](ctas) keep varchar length not work when enable be constant folding [doris]

2024-07-09 Thread via GitHub
morrySnow commented on PR #37532: URL: https://github.com/apache/doris/pull/37532#issuecomment-2216833093 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] [chore](nereids) Default set enable_nereids_distribute_planner=true [doris]

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

[PR] [doc] fix mysql ssl pack server-key common [doris-website]

2024-07-09 Thread via GitHub
cjj2010 opened a new pull request, #845: URL: https://github.com/apache/doris-website/pull/845 close #844 -- 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

Re: [PR] Add insert overwriter partiton(*) version support [doris-website]

2024-07-09 Thread via GitHub
luzhijing merged PR #809: URL: https://github.com/apache/doris-website/pull/809 -- 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...@dori

Error while running notifications feature from refs/heads/master:.asf.yaml in doris-website!

2024-07-09 Thread Apache Infrastructure
An error occurred while running notifications feature in .asf.yaml!: Invalid notification target 'comm...@foo.apache.org'. Must be a valid @doris.apache.org list! - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

(doris-website) branch master updated: Add insert overwriter partiton(*) version support (#809)

2024-07-09 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 47ba1bd48de Add insert overwriter part

Re: [PR] [fix] disk_info_mac DiskInfo::get_device_names sort [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37441: URL: https://github.com/apache/doris/pull/37441#issuecomment-2216839784 ClickBench: Total hot run time: 30.55 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](memory) Disable Arrow Jemalloc [doris]

2024-07-09 Thread via GitHub
xinyiZzz commented on PR #37528: URL: https://github.com/apache/doris/pull/37528#issuecomment-2216842962 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](memory) Disable Arrow Jemalloc step 2 [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37533: URL: https://github.com/apache/doris/pull/37533#issuecomment-2216847387 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](memory) Disable Arrow Jemalloc step 2 [doris]

2024-07-09 Thread via GitHub
xinyiZzz opened a new pull request, #37533: URL: https://github.com/apache/doris/pull/37533 ## Proposed changes after #37528 update third-party library -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [chore](nereids) Default set enable_nereids_distribute_planner=true [doris]

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

[PR] [doc] Fix accuracy issues for Log Storage and Analysis docs [doris-website]

2024-07-09 Thread via GitHub
shasevendow opened a new pull request, #846: URL: https://github.com/apache/doris-website/pull/846 (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 unsubscri

[PR] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

2024-07-09 Thread via GitHub
zhangstar333 opened a new pull request, #37534: URL: https://github.com/apache/doris/pull/37534 ## Proposed changes ``` F20240709 15:45:46.355324 2952783 assert_cast.h:58] Bad cast from type:doris::vectorized::ColumnNullable to doris::vectorized::ColumnArray 6# google::LogM

Re: [PR] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37534: URL: https://github.com/apache/doris/pull/37534#issuecomment-2216859866 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] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

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

Re: [PR] [chore](nereids) Default set enable_nereids_distribute_planner=true [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37219: URL: https://github.com/apache/doris/pull/37219#issuecomment-2216864248 ClickBench: Total hot run time: 30.93 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](ctas) keep varchar length not work when enable be constant folding [doris]

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

Re: [PR] [Feature](job)Support batch Insert job [doris]

2024-07-09 Thread via GitHub
CalvinKirs commented on code in PR #36606: URL: https://github.com/apache/doris/pull/36606#discussion_r1669943706 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindDynamicSplit.java: ## @@ -0,0 +1,196 @@ +// Licensed to the Apache Software Foundation (ASF)

Re: [PR] [fix](regression) fix multi replica case not executed [doris]

2024-07-09 Thread via GitHub
liaoxin01 merged PR #37425: URL: https://github.com/apache/doris/pull/37425 -- 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] (cloud-merge) Fix index data cannot be writed into ttl dir [doris]

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

(doris) branch master updated: [fix](regression) fix multi replica case not executed (#37425)

2024-07-09 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 c3a1861ebd6 [fix](regression) fix multi replica

Re: [PR] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37534: URL: https://github.com/apache/doris/pull/37534#issuecomment-2216871129 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] [performance](load) do not copy input_block in memtable (#36939) [doris]

2024-07-09 Thread via GitHub
liaoxin01 merged PR #37407: URL: https://github.com/apache/doris/pull/37407 -- 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 branch-2.1 updated (81360cf897d -> 005304953e7)

2024-07-09 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 81360cf897d [opt](test) shorten the external p0 running time (#37320) (#37473) add 005304953e7 [performance]

Re: [PR] [fix](memory) Disable Arrow Jemalloc [doris]

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

Re: [PR] [Feature](job)Support batch Insert job [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #36606: URL: https://github.com/apache/doris/pull/36606#issuecomment-2216877386 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](job)Support batch Insert job [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #36606: URL: https://github.com/apache/doris/pull/36606#issuecomment-2216877338 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] [performance](move-memtable) only call _select_streams when necessary (#35576) [doris]

2024-07-09 Thread via GitHub
liaoxin01 commented on PR #37406: URL: https://github.com/apache/doris/pull/37406#issuecomment-2216880334 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 unsubscr

Re: [PR] (cloud-merge) Supports online capacity expansion and contraction [doris]

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

Re: [PR] [fix](ctas) keep varchar length not work when enable be constant folding [doris]

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

Re: [PR] [pick](Variant) refactor flush logic to support partial update [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37526: URL: https://github.com/apache/doris/pull/37526#issuecomment-2216890535 TeamCity be ut coverage result: Function Coverage: 36.34% (9159/25201) Line Coverage: 27.87% (74790/268306) Region Coverage: 26.77% (38576/144124) Branch Coverage: 23.4

[PR] [fix](recycler) Fix incorrect mtime convertion in azure obj client [doris]

2024-07-09 Thread via GitHub
platoneko opened a new pull request, #37535: URL: https://github.com/apache/doris/pull/37535 ## Proposed changes Fix incorrect mtime convertion in azure obj client -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] (cloud-merge) Fix index data cannot be writed into ttl dir [doris]

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

Re: [PR] [fix](recycler) Fix incorrect mtime convertion in azure obj client [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37535: URL: https://github.com/apache/doris/pull/37535#issuecomment-2216893181 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] [Feature](multi-catalog) Add memory tracker for orc reader and writer. [doris]

2024-07-09 Thread via GitHub
kaka11chen commented on PR #37257: URL: https://github.com/apache/doris/pull/37257#issuecomment-2216897290 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](memory) Disable Arrow Jemalloc [doris]

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

Re: [PR] [fix](ctas) keep varchar length not work when enable be constant folding [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37532: URL: https://github.com/apache/doris/pull/37532#issuecomment-2216900059 ClickBench: Total hot run time: 31.34 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [fix](move-memtable) check segment num when closing each tablet (#36753) [doris]

2024-07-09 Thread via GitHub
kaijchen opened a new pull request, #37536: URL: https://github.com/apache/doris/pull/37536 cherry-pick #36753 -- 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 unsubscrib

Re: [PR] [fix](recycler) Fix incorrect mtime convertion in azure obj client [doris]

2024-07-09 Thread via GitHub
gavinchou commented on code in PR #37535: URL: https://github.com/apache/doris/pull/37535#discussion_r1669967030 ## cloud/src/recycler/azure_obj_client.cpp: ## @@ -91,12 +92,15 @@ class AzureListIterator final : public ObjectListIterator { DCHECK(!(has_more_ && resp

Re: [PR] [fix](move-memtable) check segment num when closing each tablet (#36753) [doris]

2024-07-09 Thread via GitHub
kaijchen commented on PR #37536: URL: https://github.com/apache/doris/pull/37536#issuecomment-2216900666 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](move-memtable) check segment num when closing each tablet (#36753) [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37536: URL: https://github.com/apache/doris/pull/37536#issuecomment-2216900471 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](recycler) Fix incorrect mtime convertion in azure obj client [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37535: URL: https://github.com/apache/doris/pull/37535#issuecomment-2216901461 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) Added support for Oracle Raw type [doris]

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

Re: [PR] [fix](recycler) Fix incorrect mtime convertion in azure obj client [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37535: URL: https://github.com/apache/doris/pull/37535#issuecomment-2216901510 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](group commit)Optimize be select for group commit [doris]

2024-07-09 Thread via GitHub
Yukang-Lian commented on PR #35558: URL: https://github.com/apache/doris/pull/35558#issuecomment-2216902122 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 master updated: [improvement](jdbc catalog) Added support for Oracle Raw type (#37078)

2024-07-09 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 270f592608e [improvement](jdbc catalog) Added supp

Re: [PR] [feature](Vault) Support alter s3 storage vault stmt [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37537: URL: https://github.com/apache/doris/pull/37537#issuecomment-2216903468 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] [feature](Vault) Support alter s3 storage vault stmt [doris]

2024-07-09 Thread via GitHub
ByteYue opened a new pull request, #37537: URL: https://github.com/apache/doris/pull/37537 ## Proposed changes Now user can alter theirs s3 storage vault's properties. Currently only ak and sk are supported. -- This is an automated message from the Apache Git Service. To re

Re: [PR] [fix](recycler) Fix incorrect mtime convertion in azure obj client [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37535: URL: https://github.com/apache/doris/pull/37535#issuecomment-2216903708 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] (cloud-merge) Fix index data cannot be writed into ttl dir [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37485: URL: https://github.com/apache/doris/pull/37485#issuecomment-2216903838 ClickBench: Total hot run time: 30.96 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](group commit)Optimize be select for group commit [doris]

2024-07-09 Thread via GitHub
Yukang-Lian commented on PR #35558: URL: https://github.com/apache/doris/pull/35558#issuecomment-2216904161 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

  1   2   3   4   5   6   7   8   9   >