Re: [PR] [feature-wip](meta) create or replace to overwrite table (#21834) [doris]

2024-04-06 Thread via GitHub
github-actions[bot] closed pull request #22636: [feature-wip](meta) create or replace to overwrite table (#21834) URL: https://github.com/apache/doris/pull/22636 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feature](system) support decommission disk for doris [doris]

2024-04-06 Thread via GitHub
github-actions[bot] closed pull request #24575: [feature](system) support decommission disk for doris URL: https://github.com/apache/doris/pull/24575 -- 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

Re: [PR] [fix](iceberg) fix iceberg predicate conversion bug [doris]

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

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

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

Re: [PR] [scan](improvement) Adjust parallel scanners num [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33223: URL: https://github.com/apache/doris/pull/33223#issuecomment-2041267914 TeamCity be ut coverage result: Function Coverage: 35.64% (8887/24934) Line Coverage: 27.38% (72974/266492) Region Coverage: 26.56% (37724/142041) Branch Coverage:

Re: [PR] [fix](nereids) fix a visitor bug in CommonSubExpressionOpt [doris]

2024-04-06 Thread via GitHub
englefly commented on PR #33154: URL: https://github.com/apache/doris/pull/33154#issuecomment-2041268321 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

Re: [PR] [fix](nereids) fix a visitor bug in CommonSubExpressionOpt [doris]

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

Re: [PR] [feat](nereids) support create view in nereids [doris]

2024-04-06 Thread via GitHub
feiniaofeiafei commented on PR #32743: URL: https://github.com/apache/doris/pull/32743#issuecomment-2041277127 run feet -- 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] [improvement](spill) fuzzy spill and improve config [doris]

2024-04-06 Thread via GitHub
jacktengg commented on PR #33291: URL: https://github.com/apache/doris/pull/33291#issuecomment-2041277301 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-sdk) annotated tag 1.0.1 deleted (was ad8f72f)

2024-04-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.0.1 in repository https://gitbox.apache.org/repos/asf/doris-sdk.git *** WARNING: tag 1.0.1 was deleted! *** tag was ad8f72f This change permanently discards the following revisions:

Re: [PR] [feature](replica) support force set replicate allocation for olap tables [doris]

2024-04-06 Thread via GitHub
cambyzju commented on PR #32916: URL: https://github.com/apache/doris/pull/32916#issuecomment-2041278717 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-sdk) annotated tag 1.0.1 deleted (was 17e3a87)

2024-04-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.0.1 in repository https://gitbox.apache.org/repos/asf/doris-sdk.git *** WARNING: tag 1.0.1 was deleted! *** tag was 17e3a87 This change permanently discards the following revisions:

Re: [PR] [improvement](spill) fuzzy spill and improve config [doris]

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

Re: [PR] [fix](compaction) fix single replica compaction input rowsets [doris]

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

Re: [PR] [opt](inverted index) topn opt reads only limit number of records [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on code in PR #33163: URL: https://github.com/apache/doris/pull/33163#discussion_r1554805255 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -2677,5 +2681,21 @@ bool SegmentIterator::_has_delete_predicate(ColumnId cid) { return

Re: [I] [Bug] VARIANT doesn't exist in 2.1.1 version [doris]

2024-04-06 Thread via GitHub
eldenmoon commented on issue #33252: URL: https://github.com/apache/doris/issues/33252#issuecomment-2041290010 your sql is syntacticly wrong,you should use full sql like : ``` sql CREATE DATABASE test_variant; USE test_variant; CREATE TABLE IF NOT EXISTS github_events ( id

Re: [PR] [Feature][Enhancement](hive-writer) Add hive-writer runtime profiles, change output file names and add `hive_sink_max_open_partitions` . [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on code in PR #33245: URL: https://github.com/apache/doris/pull/33245#discussion_r1554805601 ## be/src/vec/sink/writer/vhive_table_writer.cpp: ## @@ -68,114 +81,155 @@ Status VHiveTableWriter::open(RuntimeState* state, RuntimeProfile* profile) {

Re: [PR] [improvement](serde) Handle NaN values in number for MySQL result write [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33227: URL: https://github.com/apache/doris/pull/33227#issuecomment-2041290887 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

Re: [PR] [refactor](Nereids): compute unique and uniform property respectively [doris]

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

Re: [PR] [improvement](doris-compose) Add more config for custom file [doris]

2024-04-06 Thread via GitHub
yujun777 commented on PR #32949: URL: https://github.com/apache/doris/pull/32949#issuecomment-2041290838 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] [doc](auth)new auth doc [doris-website]

2024-04-06 Thread via GitHub
luzhijing merged PR #511: URL: https://github.com/apache/doris-website/pull/511 -- 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:

(doris-website) branch master updated: [doc](auth)new auth doc (#511)

2024-04-06 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 004b15d02ad1 [doc](auth)new auth doc

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

Re: [PR] [improve](fold) support complex type for constant folding [doris]

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

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33217: URL: https://github.com/apache/doris/pull/33217#issuecomment-2041294256 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

Re: [PR] [testcase](hive)add exception test for hive txn [doris]

2024-04-06 Thread via GitHub
wuwenchi commented on PR #33278: URL: https://github.com/apache/doris/pull/33278#issuecomment-2041293754 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] [Feature][Enhancement](hive-writer) Add hive-writer runtime profiles, change output file names and Use `table_sink_partition_write_max_partition_nums_per_writer`. [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33245: URL: https://github.com/apache/doris/pull/33245#issuecomment-204134 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

Re: [PR] [testcase](hive)add exception test for hive txn [doris]

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

Re: [PR] [docker](hive) add hive3 docker compose and modify scripts [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33115: URL: https://github.com/apache/doris/pull/33115#issuecomment-2041304796 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

Re: [PR] [cloud](Variant) Optimize FDB kv size for Variant rowsets and update … [doris]

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

Re: [PR] [docker](hive) add hive3 docker compose and modify scripts [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33115: URL: https://github.com/apache/doris/pull/33115#issuecomment-2041304788 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

Re: [PR] [fix](spill) fix hash join error 'invalid slot id' [doris]

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

Re: [PR] [enhancement](Nereids) Support plan cache when enable_sql_cache=true [doris]

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

Re: [PR] [fix](spill) fix hash join error 'invalid slot id' [doris]

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

Re: [PR] [fix](Nereids) array_range not support amount without unit [doris]

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

Re: [PR] [fix](iceberg) fix iceberg predicate conversion bug #33283 [doris]

2024-04-06 Thread via GitHub
xiaokang merged PR #33290: URL: https://github.com/apache/doris/pull/33290 -- 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:

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33217: URL: https://github.com/apache/doris/pull/33217#issuecomment-2041257780 TeamCity be ut coverage result: Function Coverage: 35.64% (8885/24932) Line Coverage: 27.38% (72956/266488) Region Coverage: 26.55% (37717/142037) Branch Coverage:

Re: [PR] [fix](iceberg) fix iceberg predicate conversion bug [doris]

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

Re: [PR] [fix](nereids) fix a visitor bug in CommonSubExpressionOpt [doris]

2024-04-06 Thread via GitHub
englefly commented on PR #33154: URL: https://github.com/apache/doris/pull/33154#issuecomment-2041268681 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](core) Fix wal mgr heap use after free when stop doris [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33131: URL: https://github.com/apache/doris/pull/33131#issuecomment-2041275718 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

[PR] [Doc](auto-partition) Add version restriction for null value partition [doris-website]

2024-04-06 Thread via GitHub
zclllyybb opened a new pull request, #514: URL: https://github.com/apache/doris-website/pull/514 (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

Re: [PR] [improve](fold) support complex type for constant folding [doris]

2024-04-06 Thread via GitHub
zhangstar333 commented on PR #32867: URL: https://github.com/apache/doris/pull/32867#issuecomment-2041285242 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] [improvement](spill) fuzzy spill and improve config [doris]

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

(doris-sdk) annotated tag doris-sdk-1.0.1 updated (7482acd -> eec112c)

2024-04-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag doris-sdk-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris-sdk.git *** WARNING: tag doris-sdk-1.0.1 was modified! *** from 7482acd (commit) to eec112c (tag)

Re: [PR] [fix](test) fix the float output of regression test [doris]

2024-04-06 Thread via GitHub
AshinGau merged PR #33292: URL: https://github.com/apache/doris/pull/33292 -- 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:

(doris) branch branch-2.0 updated: [fix](test) fix the float output of regression test (#33292)

2024-04-06 Thread ashingau
This is an automated email from the ASF dual-hosted git repository. ashingau 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 df3404fe856 [fix](test) fix the float

Re: [PR] [feat](nereids) support create view in nereids [doris]

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

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

2024-04-06 Thread via GitHub
amorynan commented on code in PR #32620: URL: https://github.com/apache/doris/pull/32620#discussion_r1554804841 ## be/src/vec/functions/function.h: ## @@ -395,6 +404,14 @@ class IFunction : public std::enable_shared_from_this, return Status::OK(); } +Status

Re: [PR] [fix](pipeline)group by and output is empty [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33192: URL: https://github.com/apache/doris/pull/33192#issuecomment-2041289744 TeamCity be ut coverage result: Function Coverage: 35.64% (8886/24933) Line Coverage: 27.39% (72981/266489) Region Coverage: 26.56% (37726/142038) Branch Coverage:

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

Re: [PR] cloud-merge) Fix the case timeout because the sql fetches too many datas [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33300: URL: https://github.com/apache/doris/pull/33300#issuecomment-2041295737 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

Re: [PR] [cloud](Variant) Optimize FDB kv size for Variant rowsets and update … [doris]

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

Re: [PR] [testcase](hive)add exception test for hive txn [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33278: URL: https://github.com/apache/doris/pull/33278#issuecomment-2041301302 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](variables) change column type of @@autocommit to BIGINT [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33282: URL: https://github.com/apache/doris/pull/33282#issuecomment-2041301677 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

Re: [PR] [fix](variables) change column type of @@autocommit to BIGINT [doris]

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

Re: [PR] [fix](variables) change column type of @@autocommit to BIGINT [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33282: URL: https://github.com/apache/doris/pull/33282#issuecomment-2041301684 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

Re: [PR] [cloud](Variant) Optimize FDB kv size for Variant rowsets and update … [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on code in PR #33298: URL: https://github.com/apache/doris/pull/33298#discussion_r1554811074 ## cloud/src/meta-service/meta_service_schema.cpp: ## @@ -119,4 +128,170 @@ bool parse_schema_value(const ValueBuf& buf, doris::TabletSchemaCloudPB*

Re: [PR] [cloud](Variant) Optimize FDB kv size for Variant rowsets and update … [doris]

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

Re: [PR] [enhancement](Nereids) Support plan cache when enable_sql_cache=true [doris]

2024-04-06 Thread via GitHub
924060929 commented on PR #33262: URL: https://github.com/apache/doris/pull/33262#issuecomment-2041310485 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](Nereids) array_range not support amount without unit [doris]

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

Re: [PR] [Improvement](runtime-filter) support sync join node build side's size to init bloom runtime filter [doris]

2024-04-06 Thread via GitHub
BiteThet commented on PR #32180: URL: https://github.com/apache/doris/pull/32180#issuecomment-2041314722 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] [improve](serde) support complex type in write/read pb serde [doris]

2024-04-06 Thread via GitHub
zhangstar333 commented on PR #33124: URL: https://github.com/apache/doris/pull/33124#issuecomment-2041314425 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] [enhancement](Nereids) Support plan cache when enable_sql_cache=true [doris]

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

Re: [PR] [chore](Nereids) create policy always allow fallback [doris]

2024-04-06 Thread via GitHub
morrySnow commented on PR #33226: URL: https://github.com/apache/doris/pull/33226#issuecomment-2041325980 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 branch-2.0 updated: [fix](iceberg) fix iceberg predicate conversion bug #33283 (#33290)

2024-04-06 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 c25f3524ae0 [fix](iceberg) fix iceberg

Re: [PR] [Fix](grace-exit) Fix threadpool hang on grace exit [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33132: URL: https://github.com/apache/doris/pull/33132#issuecomment-2041281930 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

Re: [PR] [Fix](core) Fix wal mgr heap use after free when stop doris [doris]

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

Re: [PR] [feature](function) support quote string function [doris]

2024-04-06 Thread via GitHub
HappenLee commented on code in PR #33055: URL: https://github.com/apache/doris/pull/33055#discussion_r1554801889 ## be/src/vec/functions/function_string.cpp: ## @@ -57,6 +57,28 @@ struct StringASCII { } }; +struct NameQuote { +static constexpr auto name = "quote";

Re: [PR] [improvement](spill) fuzzy spill and improve config [doris]

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

Re: [PR] [feature](function) support quote string function [doris]

2024-04-06 Thread via GitHub
HappenLee commented on code in PR #33055: URL: https://github.com/apache/doris/pull/33055#discussion_r1554801961 ## be/src/vec/functions/function_string.cpp: ## @@ -57,6 +57,28 @@ struct StringASCII { } }; +struct NameQuote { +static constexpr auto name = "quote";

Re: [PR] [Bug](array) fix array column core dump in get_shrinked_column as not check type [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33295: URL: https://github.com/apache/doris/pull/33295#issuecomment-2041287798 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

[I] [Optimize] Optimize FDB kv size for Variant rowsets and update schema on compaction [doris]

2024-04-06 Thread via GitHub
eldenmoon opened a new issue, #33297: URL: https://github.com/apache/doris/issues/33297 ### 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 2.1.1 ###

Re: [I] [Bug] external audit loader plugin doesn't work after upgrading to 2.1.0 [doris]

2024-04-06 Thread via GitHub
ziyanTOP closed issue #32493: [Bug] external audit loader plugin doesn't work after upgrading to 2.1.0 URL: https://github.com/apache/doris/issues/32493 -- 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

Re: [I] [Bug] the built-in audit log plugin cannot pass stream load token check [doris]

2024-04-06 Thread via GitHub
ziyanTOP closed issue #32153: [Bug] the built-in audit log plugin cannot pass stream load token check URL: https://github.com/apache/doris/issues/32153 -- 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

Re: [PR] [Fix](grace-exit) Fix threadpool hang on grace exit [doris]

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

Re: [PR] [refactor](Nereids): compute unique and uniform property respectively [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

Re: [PR] [Fix](grace-exit) Fix threadpool hang on grace exit [doris]

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

Re: [PR] [enhancement](Nereids) Support plan cache when enable_sql_cache=true [doris]

2024-04-06 Thread via GitHub
924060929 commented on PR #33262: URL: https://github.com/apache/doris/pull/33262#issuecomment-2041296810 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] [cherry-pick](function) the offset params in lead/lag function could use 0 (#33174) [doris]

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

Re: [PR] [cloud](Variant) Optimize FDB kv size for Variant rowsets and update … [doris]

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

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

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

Re: [PR] [cherry-pick](function) the offset params in lead/lag function could use 0 (#33174) [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2041303603 TeamCity be ut coverage result: Function Coverage: 35.65% (8891/24937) Line Coverage: 27.39% (73004/266522) Region Coverage: 26.57% (37738/142053) Branch Coverage:

Re: [PR] [fix](variables) change column type of @@autocommit to BIGINT [doris]

2024-04-06 Thread via GitHub
yiguolei commented on PR #33282: URL: https://github.com/apache/doris/pull/33282#issuecomment-2041303629 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](spill) fix hash join error 'invalid slot id' [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33273: URL: https://github.com/apache/doris/pull/33273#issuecomment-2041303778 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

Re: [PR] [bug](cloud) fix null pointer exception in get partition visible version rpc [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33070: URL: https://github.com/apache/doris/pull/33070#issuecomment-2041305450 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

Re: [PR] [bug](cloud) fix null pointer exception in get partition visible version rpc [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33070: URL: https://github.com/apache/doris/pull/33070#issuecomment-2041305457 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

Re: [PR] [bug](cloud) fix null pointer exception in get partition visible version rpc [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33070: URL: https://github.com/apache/doris/pull/33070#issuecomment-2041305456 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

Re: [PR] [Feature](function) Add function strcmp [doris]

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

Re: [PR] [enhancement](Nereids) Support plan cache when enable_sql_cache=true [doris]

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

Re: [PR] [fix](spill) fix hash join error 'invalid slot id' [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33273: URL: https://github.com/apache/doris/pull/33273#issuecomment-2041305719 TeamCity be ut coverage result: Function Coverage: 35.64% (8886/24932) Line Coverage: 27.39% (72994/266495) Region Coverage: 26.57% (37735/142037) Branch Coverage:

Re: [PR] [bug](cloud) fix null pointer exception in get partition visible version rpc [doris]

2024-04-06 Thread via GitHub
xy720 commented on PR #33070: URL: https://github.com/apache/doris/pull/33070#issuecomment-2041308343 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

Re: [PR] [fix](hdfs-writer) Catch error information after `hdfsCloseFile()` [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33195: URL: https://github.com/apache/doris/pull/33195#issuecomment-2041313689 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

Re: [PR] [Fix](Outfile) Fixed the problem that the concurrent Outfile wrote multiple Success files [doris]

2024-04-06 Thread via GitHub
morningman commented on PR #33016: URL: https://github.com/apache/doris/pull/33016#issuecomment-2041313806 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](iceberg) fix iceberg predicate conversion bug [doris]

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

Re: [PR] [fix](iceberg) fix iceberg predicate conversion bug [doris]

2024-04-06 Thread via GitHub
morningman commented on PR #33283: URL: https://github.com/apache/doris/pull/33283#issuecomment-2041252291 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](parquet) fix time zone error in parquet reader [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33217: URL: https://github.com/apache/doris/pull/33217#issuecomment-2041255280 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

Re: [PR] [fix](test) fix the float output of regression test [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33292: URL: https://github.com/apache/doris/pull/33292#issuecomment-2041269306 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

Re: [PR] [fix](test) fix the float output of regression test [doris]

2024-04-06 Thread via GitHub
AshinGau commented on PR #33292: URL: https://github.com/apache/doris/pull/33292#issuecomment-2041269320 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   >