Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-05 Thread via GitHub
koarz commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2095064390 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 unsubs

Re: [PR] [Enhancement](function) Support Overlay function [doris]

2024-05-05 Thread via GitHub
koarz commented on PR #33243: URL: https://github.com/apache/doris/pull/33243#issuecomment-2095068739 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 unsubs

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2095068770 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] [Enhancement](function) Support Overlay function [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on code in PR #33243: URL: https://github.com/apache/doris/pull/33243#discussion_r1590476246 ## be/test/vec/function/function_string_test.cpp: ## @@ -1342,6 +1342,103 @@ TEST(function_string_test, function_uuid_test) { } } +TEST(function_str

Re: [PR] [Enhancement](function) Support Overlay function [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on code in PR #33243: URL: https://github.com/apache/doris/pull/33243#discussion_r1590476879 ## be/test/vec/function/function_string_test.cpp: ## @@ -1342,6 +1342,103 @@ TEST(function_string_test, function_uuid_test) { } } +TEST(function_str

(doris-website) branch asf-site updated (6957122cca0 -> 0c750efa402)

2024-05-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 6957122cca0 Automated deployment with doris branch master@ 3e23378020c3acc1f3ea51605da7a733bd956a8e

Re: [PR] [opt](catalog) support using loading cache for db/table list in external catalog [doris]

2024-05-05 Thread via GitHub
morningman commented on PR #33610: URL: https://github.com/apache/doris/pull/33610#issuecomment-2095073302 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] [WIP](cdc) add MongoDB cdc [doris-flink-connector]

2024-05-05 Thread via GitHub
JNSimba commented on code in PR #343: URL: https://github.com/apache/doris-flink-connector/pull/343#discussion_r1590477508 ## flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisConfigOptions.java: ## @@ -298,6 +298,12 @@ public class DorisConfigOptions {

Re: [PR] [fix](regression_test) failed in distinct_streaming_agg [doris]

2024-05-05 Thread via GitHub
mrhhsg commented on PR #34404: URL: https://github.com/apache/doris/pull/34404#issuecomment-2095074140 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] [improvement](spill) fuzzy spill and fix bugs [doris]

2024-05-05 Thread via GitHub
doris-robot commented on PR #33291: URL: https://github.com/apache/doris/pull/33291#issuecomment-2095074452 TeamCity be ut coverage result: Function Coverage: 35.61% (8963/25173) Line Coverage: 27.24% (73953/271487) Region Coverage: 26.45% (38195/144378) Branch Coverage: 23.2

Re: [PR] [WIP](cdc) add MongoDB cdc [doris-flink-connector]

2024-05-05 Thread via GitHub
JNSimba commented on code in PR #343: URL: https://github.com/apache/doris-flink-connector/pull/343#discussion_r1590477840 ## flink-doris-connector/src/test/java/org/apache/doris/flink/tools/cdc/CdcMongoSyncDatabaseCase.java: ## @@ -0,0 +1,93 @@ +package org.apache.doris.flink.

Re: [PR] [opt](ranger) modify and enhance the feature of ranger access controller [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34392: URL: https://github.com/apache/doris/pull/34392#issuecomment-2095076040 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](mtmv) Materialization context and mtmv decoupling [doris]

2024-05-05 Thread via GitHub
seawinde commented on PR #34093: URL: https://github.com/apache/doris/pull/34093#issuecomment-2095077268 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](spill) fuzzy spill and fix bugs [doris]

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

Re: [PR] [fix](regression_test) failed in distinct_streaming_agg [doris]

2024-05-05 Thread via GitHub
yiguolei merged PR #34404: URL: https://github.com/apache/doris/pull/34404 -- 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.1 updated: [fix](regression_test) failed in distinct_streaming_agg (#34404)

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

Re: [PR] [improvement](mtmv) Materialization context and mtmv decoupling [doris]

2024-05-05 Thread via GitHub
seawinde commented on PR #34093: URL: https://github.com/apache/doris/pull/34093#issuecomment-2095082368 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: [I] 采用该插件无法从Kafka中获取数据写入Doris [doris-kafka-connector]

2024-05-05 Thread via GitHub
DongLiang-0 commented on issue #10: URL: https://github.com/apache/doris-kafka-connector/issues/10#issuecomment-2095086455 https://github.com/apache/doris-kafka-connector/pull/11 https://github.com/apache/doris-kafka-connector/pull/12 -- This is an automated message from the Apache

Re: [PR] [improvement](spill) fuzzy spill and fix bugs [doris]

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

Re: [PR] [chore](fe) Add some important information in fe log for debug [doris]

2024-05-05 Thread via GitHub
SWJTU-ZhangLei commented on PR #34352: URL: https://github.com/apache/doris/pull/34352#issuecomment-2095088386 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] refactor the pipline code [doris]

2024-05-05 Thread via GitHub
HappenLee commented on code in PR #34402: URL: https://github.com/apache/doris/pull/34402#discussion_r1590482584 ## be/src/pipeline/task_scheduler.h: ## @@ -66,8 +66,8 @@ class TaskScheduler { private: std::unique_ptr _fix_thread_pool; std::shared_ptr _task_queue; -

Re: [PR] [revert](cloud) revert support stream load cluster load balance [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34398: URL: https://github.com/apache/doris/pull/34398#issuecomment-2095089952 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] [revert](cloud) revert support stream load cluster load balance [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34398: URL: https://github.com/apache/doris/pull/34398#issuecomment-2095089981 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](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

2024-05-05 Thread via GitHub
zhangstar333 commented on PR #34042: URL: https://github.com/apache/doris/pull/34042#issuecomment-2095093379 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] [test](hive)revert hive container to host mode [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34322: URL: https://github.com/apache/doris/pull/34322#issuecomment-2095093558 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] [test](hive)revert hive container to host mode [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34322: URL: https://github.com/apache/doris/pull/34322#issuecomment-2095093658 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: [I] Release Note 2.1.0 [doris]

2024-05-05 Thread via GitHub
Nj-kol commented on issue #31770: URL: https://github.com/apache/doris/issues/31770#issuecomment-2095093582 > Hello,Could you tell me how to use all in one Docker Image? When I use following code. I doesn't work. https://private-user-images.githubusercontent.com/47961320/320264082-ebb05275-d

Re: [PR] [fix](json) fix be crash while load json data (#34283) [doris]

2024-05-05 Thread via GitHub
lide-reed merged PR #34347: URL: https://github.com/apache/doris/pull/34347 -- 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-1.2-lts updated: [fix](json) fix be crash while load json data (#34283) (#34347)

2024-05-05 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new d82ea941d5a [fix](json) fix be cras

Re: [PR] resolve be/src/io/cache/block_file_cache_downloader.cpp errror [doris]

2024-05-05 Thread via GitHub
morrySnow commented on code in PR #34405: URL: https://github.com/apache/doris/pull/34405#discussion_r1590484348 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java: ## @@ -59,11 +59,7 @@ import java.time.temporal.IsoFields; import java.time.temporal.Tempora

Re: [PR] [chore](fe) Add some important information in fe log for debug [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34352: URL: https://github.com/apache/doris/pull/34352#issuecomment-2095095489 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](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34042: URL: https://github.com/apache/doris/pull/34042#issuecomment-2095096623 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] [test](case) add batch size in long time case [doris]

2024-05-05 Thread via GitHub
BiteThet merged PR #34249: URL: https://github.com/apache/doris/pull/34249 -- 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 (401d7dd5f63 -> a5f74e4e5e6)

2024-05-05 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 401d7dd5f63 [fix](spill) incorrect revocable mem size of hash join (#34379) add a5f74e4e5e6 [test](case) add

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

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

Re: [PR] [improve](txn insert) txn insert support write to one table many times [doris]

2024-05-05 Thread via GitHub
mymeiyi commented on code in PR #32980: URL: https://github.com/apache/doris/pull/32980#discussion_r1590486660 ## fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionEntry.java: ## @@ -261,22 +278,62 @@ public long abortTransaction() } } +private

Re: [PR] [Enhancement](function) Support Overlay function [doris]

2024-05-05 Thread via GitHub
morrySnow commented on code in PR #33243: URL: https://github.com/apache/doris/pull/33243#discussion_r1590486744 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Overlay.java: ## @@ -0,0 +1,75 @@ +// Licensed to the Apache Software Foundati

Re: [PR] [Feat](nereids) add transform rule MergePercentileToArray [doris]

2024-05-05 Thread via GitHub
morrySnow commented on PR #34313: URL: https://github.com/apache/doris/pull/34313#issuecomment-2095102138 wait for percentileArray perf opt -- 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] [feat](Nereids): compute func deps in logical plan [doris]

2024-05-05 Thread via GitHub
XieJiann commented on PR #34233: URL: https://github.com/apache/doris/pull/34233#issuecomment-2095103215 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](catalog) support using loading cache for db/table list in external catalog [doris]

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

Re: [PR] [Enhancement](function) Support Overlay function [doris]

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

Re: [PR] [chore](fe) Add some important information in fe log for debug [doris]

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

Re: [PR] [Fix](nereids) fix NormalizeRepeat, only normalize grouping scalar function in agg outputExpressions with bottom projects [doris]

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

Re: [PR] [opt](catalog) support using loading cache for db/table list in external catalog [doris]

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

Re: [PR] [improvement](mtmv) Materialization context and mtmv decoupling [doris]

2024-05-05 Thread via GitHub
seawinde commented on PR #34093: URL: https://github.com/apache/doris/pull/34093#issuecomment-2095110775 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] [chore](fe) Add some important information in fe log for debug [doris]

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

Re: [PR] [test](hive)revert hive container to host mode [doris]

2024-05-05 Thread via GitHub
morningman merged PR #34322: URL: https://github.com/apache/doris/pull/34322 -- 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 (a5f74e4e5e6 -> 33ecc48b1b9)

2024-05-05 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 a5f74e4e5e6 [test](case) add batch size in long time case (#34249) add 33ecc48b1b9 [test](hive)revert hive con

Re: [PR] [fix](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

2024-05-05 Thread via GitHub
doris-robot commented on PR #34042: URL: https://github.com/apache/doris/pull/34042#issuecomment-2095112530 TeamCity be ut coverage result: Function Coverage: 35.61% (8966/25178) Line Coverage: 27.24% (73989/271575) Region Coverage: 26.45% (38207/144427) Branch Coverage: 23.2

Re: [PR] [opt](memory) BE memory info compatible with Cgroup [doris]

2024-05-05 Thread via GitHub
yiguolei commented on code in PR #34262: URL: https://github.com/apache/doris/pull/34262#discussion_r1590492617 ## be/src/util/mem_info.cpp: ## @@ -387,58 +386,74 @@ void MemInfo::refresh_proc_meminfo() { } } } -if (meminfo.is_open()) meminfo.close

Re: [PR] [feat](Nereids): compute func deps in logical plan [doris]

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

Re: [PR] [fix](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

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

[PR] [fix](Fe): remove code `List.of` in java11 grammar [doris]

2024-05-05 Thread via GitHub
XieJiann opened a new pull request, #34407: URL: https://github.com/apache/doris/pull/34407 ## 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] [fix](Fe): remove code `List.of` in java11 grammar [doris]

2024-05-05 Thread via GitHub
doris-robot commented on PR #34407: URL: https://github.com/apache/doris/pull/34407#issuecomment-2095114447 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): remove code `List.of` in java11 grammar [doris]

2024-05-05 Thread via GitHub
XieJiann commented on PR #34407: URL: https://github.com/apache/doris/pull/34407#issuecomment-2095114620 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] [feat](Nereids): Put the Child with Least Row Count in the First Position of Intersect [doris]

2024-05-05 Thread via GitHub
XieJiann commented on PR #34290: URL: https://github.com/apache/doris/pull/34290#issuecomment-2095116080 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): remove code `List.of` in java11 grammar [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34407: URL: https://github.com/apache/doris/pull/34407#issuecomment-2095116390 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: [I] 采用该插件无法从Kafka中获取数据写入Doris [doris-kafka-connector]

2024-05-05 Thread via GitHub
howlshadow closed issue #10: 采用该插件无法从Kafka中获取数据写入Doris URL: https://github.com/apache/doris-kafka-connector/issues/10 -- 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] [Fix](nereids) fix NormalizeRepeat, only normalize grouping scalar function in agg outputExpressions with bottom projects [doris]

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

[PR] [refactor](pipelineX) Simplify blocking state [doris]

2024-05-05 Thread via GitHub
Gabriel39 opened a new pull request, #34408: URL: https://github.com/apache/doris/pull/34408 ## 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](mailt

Re: [PR] [refactor](pipelineX) Simplify blocking state [doris]

2024-05-05 Thread via GitHub
doris-robot commented on PR #34408: URL: https://github.com/apache/doris/pull/34408#issuecomment-2095119771 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](mtmv)use isManagedTable instead of check table type [doris]

2024-05-05 Thread via GitHub
zddr commented on PR #34287: URL: https://github.com/apache/doris/pull/34287#issuecomment-2095119993 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 unsubsc

Re: [PR] [fix](Fe): remove code `List.of` in java11 grammar [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34407: URL: https://github.com/apache/doris/pull/34407#issuecomment-2095120433 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](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

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

Re: [PR] [feat](Nereids): compute func deps in logical plan [doris]

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

Re: [PR] [FIX]fix is_ip_address_in_range func with const param [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34266: URL: https://github.com/apache/doris/pull/34266#issuecomment-2095122990 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]fix is_ip_address_in_range func with const param [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34266: URL: https://github.com/apache/doris/pull/34266#issuecomment-2095123015 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [refactor](pipelineX) Simplify blocking state [doris]

2024-05-05 Thread via GitHub
Gabriel39 commented on PR #34408: URL: https://github.com/apache/doris/pull/34408#issuecomment-2095123208 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] [refactor](pipelineX) Simplify blocking state [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on code in PR #34408: URL: https://github.com/apache/doris/pull/34408#discussion_r1590498558 ## be/src/pipeline/exec/exchange_sink_buffer.cpp: ## @@ -239,20 +223,17 @@ return Status::OK(); } -template -Status ExchangeSinkBuffer::_send_rpc(I

Re: [PR] [Enhancement](function) Support Overlay function [doris]

2024-05-05 Thread via GitHub
koarz commented on PR #33243: URL: https://github.com/apache/doris/pull/33243#issuecomment-2095125240 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 unsubs

Re: [PR] [fix](Fe): remove code `List.of` in java11 grammar [doris]

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

Re: [PR] [Fix](nereids) fix NormalizeRepeat, only normalize grouping scalar function in agg outputExpressions with bottom projects [doris]

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

Re: [PR] [feat](Nereids): Put the Child with Least Row Count in the First Position of Intersect [doris]

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

Re: [PR] [fix](mtmv)use isManagedTable instead of check table type [doris]

2024-05-05 Thread via GitHub
zddr commented on PR #34287: URL: https://github.com/apache/doris/pull/34287#issuecomment-2095128572 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 unsubsc

[PR] [feature](Nereids) support set and use statement syntax only (#33979) [doris]

2024-05-05 Thread via GitHub
morrySnow opened a new pull request, #34409: URL: https://github.com/apache/doris/pull/34409 pick from master #33979 commit id 65fb7d43b7e838c48502d4e8a69e2541dc73aa88 This PR: 1. add a new Command type: UnsupportedCommand to handle the statement only support parse but could not

Re: [PR] [feature](Nereids) support set and use statement syntax only (#33979) [doris]

2024-05-05 Thread via GitHub
doris-robot commented on PR #34409: URL: https://github.com/apache/doris/pull/34409#issuecomment-2095131197 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] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-05-05 Thread via GitHub
doris-robot commented on PR #34410: URL: https://github.com/apache/doris/pull/34410#issuecomment-2095132627 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] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-05-05 Thread via GitHub
zhiqiang- commented on PR #34410: URL: https://github.com/apache/doris/pull/34410#issuecomment-2095132913 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] [fix](Fe): remove code `List.of` in java11 grammar [doris]

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

Re: [PR] [improvement](mtmv) Materialization context and mtmv decoupling [doris]

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

Re: [PR] [feat](Nereids): Put the Child with Least Row Count in the First Position of Intersect [doris]

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

Re: [PR] [feature](Nereids) support set and use statement syntax only (#33979) [doris]

2024-05-05 Thread via GitHub
yiguolei merged PR #34409: URL: https://github.com/apache/doris/pull/34409 -- 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.1 updated: [feature](Nereids) support set and use statement syntax only (#33979) (#34409)

2024-05-05 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 7ae5de316bf [feature](Nereids) support

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-05 Thread via GitHub
koarz commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2095136919 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 unsubs

Re: [PR] [Enhancement](function) Support Overlay function [doris]

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

Re: [PR] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34410: URL: https://github.com/apache/doris/pull/34410#issuecomment-2095137875 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] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2095143437 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](Variant) Improve load performance for variant type [doris]

2024-05-05 Thread via GitHub
eldenmoon commented on code in PR #33890: URL: https://github.com/apache/doris/pull/33890#discussion_r1590508250 ## be/src/vec/columns/column_object.cpp: ## @@ -148,6 +151,84 @@ class FieldVisitorToNumberOfDimensions : public StaticVisitor { } }; +// Visitor that allows

Re: [PR] [revert](cloud) revert support stream load cluster load balance [doris]

2024-05-05 Thread via GitHub
liaoxin01 merged PR #34398: URL: https://github.com/apache/doris/pull/34398 -- 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 (33ecc48b1b9 -> bad087e7b23)

2024-05-05 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 33ecc48b1b9 [test](hive)revert hive container to host mode (#34322) add bad087e7b23 [revert](cloud) revert suppor

Re: [PR] [Performance](Variant) Improve load performance for variant type [doris]

2024-05-05 Thread via GitHub
eldenmoon commented on code in PR #33890: URL: https://github.com/apache/doris/pull/33890#discussion_r1590508484 ## be/src/vec/columns/column_object.cpp: ## @@ -308,18 +399,29 @@ void ColumnObject::Subcolumn::insert(Field field, FieldInfo info) { value_dim = 0;

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-05 Thread via GitHub
zhiqiang- commented on code in PR #34391: URL: https://github.com/apache/doris/pull/34391#discussion_r1590509005 ## be/src/vec/functions/round.h: ## @@ -696,49 +679,236 @@ class FunctionRounding : public IFunction { return Status::OK(); } -ColumnNumbers g

Re: [PR] [Enhancement](function) Support Overlay function [doris]

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

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-05 Thread via GitHub
zhiqiang- commented on code in PR #34391: URL: https://github.com/apache/doris/pull/34391#discussion_r1590509630 ## be/src/vec/functions/function_truncate.h: ## @@ -1,245 +0,0 @@ -// Licensed to the Apache Software Foundation (ASF) under one -// or more contributor license a

Re: [PR] [fix](merge-cloud) fix replay modify colocate failed in cloud mode [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34401: URL: https://github.com/apache/doris/pull/34401#issuecomment-2095150830 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](merge-cloud) fix replay modify colocate failed in cloud mode [doris]

2024-05-05 Thread via GitHub
github-actions[bot] commented on PR #34401: URL: https://github.com/apache/doris/pull/34401#issuecomment-2095150847 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](mtmv)use isManagedTable instead of check table type [doris]

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

Re: [PR] [fix](merge-cloud) fix replay modify colocate failed in cloud mode [doris]

2024-05-05 Thread via GitHub
deardeng commented on PR #34401: URL: https://github.com/apache/doris/pull/34401#issuecomment-2095153170 https://github.com/apache/doris/pull/34008/files 可以把这个里面的回归case 带上 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] [refactor](pipelineX) Simplify blocking state [doris]

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

Re: [PR] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

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

<    1   2   3   4   >