[PR] [chore](third) Upgrade curl 7.79.0 -> 8.2.1 [doris]

2024-07-16 Thread via GitHub
w41ter opened a new pull request, #37893: URL: https://github.com/apache/doris/pull/37893 ref #23414. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] [chore](third) Upgrade curl 7.79.0 -> 8.2.1 [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37893: URL: https://github.com/apache/doris/pull/37893#issuecomment-2230165008 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](Nereids) Refactor character conversion to use Java 8's String.valueOf() [doris]

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

Re: [PR] [fix](function) the bucket number arg of width_bucket should be a positive integer value [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37892: URL: https://github.com/apache/doris/pull/37892#issuecomment-2230165141 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] [chore](third) Upgrade curl 7.79.0 -> 8.2.1 [doris]

2024-07-16 Thread via GitHub
w41ter commented on PR #37893: URL: https://github.com/apache/doris/pull/37893#issuecomment-2230166021 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

(doris) branch branch-2.1 updated: [fix](mtmv) use isManagedTable instead of check table type (#34287) (#37822)

2024-07-16 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 2c80259f668 [fix](mtmv) use isManagedTa

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678862412 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/JsonDebeziumSchemaSerializer.java: ## @@ -218,6 +239,14 @@ public Json

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

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

Re: [PR] [Fix](sql function) memory overflow to the left of string address when do_money_format has small negative value #36226 [doris]

2024-07-16 Thread via GitHub
yiguolei merged PR #37870: URL: https://github.com/apache/doris/pull/37870 -- 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](sql function) memory overflow to the left of string address when do_money_format has small negative value #36226 (#37870)

2024-07-16 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 02716598d48 [Fix](sql function) memory

Re: [PR] [fix](Nereids) Refactor character conversion to use Java 8's String.valueOf() [doris]

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

Re: [PR] [fix](cloud) provide a conf to enable/disable streamload commit on be [doris]

2024-07-16 Thread via GitHub
freemandealer commented on PR #37855: URL: https://github.com/apache/doris/pull/37855#issuecomment-2230176035 run external -- 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

(doris) branch branch-2.1 updated: [fix](nereids)subquery unnesting get wrong result if correlated conjuncts is not slot_a = slot_b (#37683)

2024-07-16 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 80ea98b371a [fix](nereids)subquery unne

Re: [PR] [fix](nereids)subquery unnesting get wrong result if correlated conjuncts is not slot_a = slot_b [doris]

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

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678868754 ## flink-doris-connector/src/test/java/org/apache/doris/flink/tools/cdc/CdcMysqlSyncDatabaseCase.java: ## @@ -90,6 +92,7 @@ public static void main(String[

Re: [PR] [fix](regression test) fix test_schema_change_fail due to set force_olap_table_replication_num #34343 [doris]

2024-07-16 Thread via GitHub
yiguolei commented on PR #37860: URL: https://github.com/apache/doris/pull/37860#issuecomment-2230177176 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](backup) Fix the db name of the restored view [doris]

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

Re: [PR] [fix](MoW) fix MoW & segcompaction conflict on cache of temp segment [doris]

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

(doris) branch master updated: [fix](MoW) fix MoW & segcompaction conflict on cache of temp segment (#37760)

2024-07-16 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ba2b37157a2 [fix](MoW) fix MoW & segcompacti

Re: [PR] [fix](arrow-flight-sql) Fix get Schema failed when `enable_parallel_result_sink` is false [doris]

2024-07-16 Thread via GitHub
xinyiZzz merged PR #37779: URL: https://github.com/apache/doris/pull/37779 -- 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 (ba2b37157a2 -> a82aed8ab12)

2024-07-16 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ba2b37157a2 [fix](MoW) fix MoW & segcompaction conflict on cache of temp segment (#37760) add a82aed8ab12 [fix]

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
DongLiang-0 commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678869750 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/JsonDebeziumSchemaSerializer.java: ## @@ -218,6 +239,14 @@ public

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678870394 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/schema/SQLParserManager.java: ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software F

Re: [PR] [fix](cloud) provide a conf to enable/disable streamload commit on be [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37855: URL: https://github.com/apache/doris/pull/37855#issuecomment-2230179884 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] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
DongLiang-0 commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678871101 ## flink-doris-connector/src/test/java/org/apache/doris/flink/tools/cdc/CdcMysqlSyncDatabaseCase.java: ## @@ -90,6 +92,7 @@ public static void main(Str

Re: [PR] [feature](Recycler) Parallelize s3 delete operations and recycle_tablet [doris]

2024-07-16 Thread via GitHub
platoneko commented on code in PR #37630: URL: https://github.com/apache/doris/pull/37630#discussion_r1678802435 ## cloud/src/recycler/s3_accessor.h: ## @@ -29,11 +29,14 @@ class S3Client; namespace doris::cloud { class ObjectStoreInfoPB; +class SimpleThreadPool; enum cla

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
DongLiang-0 commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678869750 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/JsonDebeziumSchemaSerializer.java: ## @@ -218,6 +239,14 @@ public

Re: [PR] [cherry-pick](branch-2.0) Pick "[Fix](bloom filter) Fix bloom filter memory leak (#34871)" [doris]

2024-07-16 Thread via GitHub
Yukang-Lian closed pull request #37824: [cherry-pick](branch-2.0) Pick "[Fix](bloom filter) Fix bloom filter memory leak (#34871)" URL: https://github.com/apache/doris/pull/37824 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [fix](multi-catalog)fix paimon meta properties convert [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37249: URL: https://github.com/apache/doris/pull/37249#issuecomment-2230184968 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[PR] [fix](regression)Fix test_agg_complex_type fail case. Improve analyze_stats time consumption. [doris]

2024-07-16 Thread via GitHub
Jibing-Li opened a new pull request, #37895: URL: https://github.com/apache/doris/pull/37895 Reduce time consumption of analyze_stats case. Fix cloud version failed case test_agg_complex_type, set force_sample_analyze to false. -- This is an automated message from the Apache Git Service.

Re: [PR] [fix](regression)Fix test_agg_complex_type fail case. Improve analyze_stats time consumption. [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37895: URL: https://github.com/apache/doris/pull/37895#issuecomment-2230185412 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] [opt](column nullable) Optimization for ColumnNullable serialization [doris]

2024-07-16 Thread via GitHub
zhiqiang- opened a new pull request, #37896: URL: https://github.com/apache/doris/pull/37896 about 25% improvement -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [fix](regression)Fix test_agg_complex_type fail case. Improve analyze_stats time consumption. [doris]

2024-07-16 Thread via GitHub
Jibing-Li commented on PR #37895: URL: https://github.com/apache/doris/pull/37895#issuecomment-2230186018 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] [opt](column nullable) Optimization for ColumnNullable serialization [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37896: URL: https://github.com/apache/doris/pull/37896#issuecomment-2230186065 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](stacktrace) Add conf `enable_stacktrace` [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37713: URL: https://github.com/apache/doris/pull/37713#issuecomment-2230186055 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: [I] [Feature] Separate sql parser to a independent module [doris]

2024-07-16 Thread via GitHub
codegit10001 commented on issue #9671: URL: https://github.com/apache/doris/issues/9671#issuecomment-2230186222 啥时候能支持,很期待这个功能 -- 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] [fix](function) the bucket number arg of width_bucket should be a positive integer value [doris]

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

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678878401 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/jsondebezium/JsonDebeziumSchemaChange.java: ## @@ -120,6 +137,57 @@ pr

Re: [PR] [fix](multi-catalog)fix paimon meta properties convert [doris]

2024-07-16 Thread via GitHub
morningman merged PR #37249: URL: https://github.com/apache/doris/pull/37249 -- 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] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678879907 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/jsondebezium/JsonDebeziumSchemaChangeImplV2.java: ## @@ -137,50 +134,3

(doris) branch master updated (a82aed8ab12 -> 358765c8e36)

2024-07-16 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 a82aed8ab12 [fix](arrow-flight-sql) Fix get Schema failed when `enable_parallel_result_sink` is false (#37779)

Re: [PR] [fix](stacktrace) Add conf `enable_stacktrace` [doris]

2024-07-16 Thread via GitHub
jacktengg commented on code in PR #37713: URL: https://github.com/apache/doris/pull/37713#discussion_r1678880940 ## be/src/vec/common/allocator.cpp: ## @@ -64,9 +64,9 @@ void Allocator::sys_memory_check(size_t [[maybe_unused]] auto stack_trace_st =

Re: [PR] [chore](backup) Fix the db name of the restored view [doris]

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

Re: [PR] [fix](multicast) should not ignore Status of block::merge #35886 [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37869: URL: https://github.com/apache/doris/pull/37869#issuecomment-2230195035 TeamCity be ut coverage result: Function Coverage: 36.45% (9240/25351) Line Coverage: 28.00% (75546/269798) Region Coverage: 26.83% (38841/144784) Branch Coverage: 23.5

Re: [PR] [opt](column nullable) Optimization for ColumnNullable serialization [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37896: URL: https://github.com/apache/doris/pull/37896#issuecomment-2230195303 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](stacktrace) Add conf `enable_stacktrace` [doris]

2024-07-16 Thread via GitHub
yiguolei commented on code in PR #37713: URL: https://github.com/apache/doris/pull/37713#discussion_r1678882813 ## be/src/vec/common/allocator.cpp: ## @@ -64,9 +64,9 @@ void Allocator::sys_memory_check(size_t [[maybe_unused]] auto stack_trace_st =

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678883170 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/jsondebezium/SQLParserService.java: ## @@ -0,0 +1,93 @@ +// Licensed t

Re: [PR] [opt](Nereids) support no-key hint parameter [doris]

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

[PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

2024-07-16 Thread via GitHub
qidaye opened a new pull request, #37897: URL: https://github.com/apache/doris/pull/37897 ## Proposed changes backport #37646 -- 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 s

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678887621 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/jsondebezium/SQLParserService.java: ## @@ -0,0 +1,93 @@ +// Licensed t

Re: [PR] [fix](Nereids) tablet prune wrong when decimal value scale is nagtive [doris]

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

Re: [PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37897: URL: https://github.com/apache/doris/pull/37897#issuecomment-2230202391 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](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

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

Re: [PR] [fix](stacktrace) Add conf `enable_stacktrace` [doris]

2024-07-16 Thread via GitHub
xinyiZzz commented on code in PR #37713: URL: https://github.com/apache/doris/pull/37713#discussion_r167776 ## be/src/vec/common/allocator.cpp: ## @@ -64,9 +64,9 @@ void Allocator::sys_memory_check(size_t [[maybe_unused]] auto stack_trace_st =

Re: [PR] [chore](backup) Fix the db name of the restored view [doris]

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

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-16 Thread via GitHub
DongLiang-0 commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678889671 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/jsondebezium/JsonDebeziumSchemaChangeImplV2.java: ## @@ -137,50 +1

Re: [PR] [opt](tools) remove redudant copies of tpch queries in tools [doris]

2024-07-16 Thread via GitHub
englefly commented on PR #37887: URL: https://github.com/apache/doris/pull/37887#issuecomment-2230204992 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] [case](iceberg)move rest cases from p2 to p0 [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37898: URL: https://github.com/apache/doris/pull/37898#issuecomment-2230207017 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

(doris) branch master updated (358765c8e36 -> cd6f5684588)

2024-07-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 358765c8e36 [fix](multi-catalog)fix paimon meta properties convert (#37249) add cd6f5684588 [fix](delete) Incor

Re: [PR] [enhance](Vault) Maintain map in FE master [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37899: URL: https://github.com/apache/doris/pull/37899#issuecomment-2230208599 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] [case](iceberg)move rest cases from p2 to p0 [doris]

2024-07-16 Thread via GitHub
wuwenchi commented on PR #37898: URL: https://github.com/apache/doris/pull/37898#issuecomment-2230208157 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](delete) Incorrect precision detection for the decimal type in condition.​ [doris]

2024-07-16 Thread via GitHub
yiguolei merged PR #37801: URL: https://github.com/apache/doris/pull/37801 -- 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

[PR] [enhance](Vault) Maintain map in FE master [doris]

2024-07-16 Thread via GitHub
ByteYue opened a new pull request, #37899: URL: https://github.com/apache/doris/pull/37899 ## Proposed changes All the vault related sql stmt is processed in FE master, so FE master could serve as one cache for vault related map. For the create table stmt with vault name, it

Re: [PR] [fix](function) the bucket number arg of width_bucket should be a positive integer value [doris]

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

Re: [PR] [chore](third) Upgrade curl 7.79.0 -> 8.2.1 [doris]

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

Re: [PR] [feature](vault) Support alter storage vault stmt in FE [doris]

2024-07-16 Thread via GitHub
platoneko commented on code in PR #37606: URL: https://github.com/apache/doris/pull/37606#discussion_r1678894191 ## cloud/src/meta-service/meta_service_resource.cpp: ## @@ -509,56 +510,182 @@ static void set_default_vault_log_helper(const InstanceInfoPB& instance, LOG(INFO

[PR] [Refactor](ShortCircuit) Conjuncts outof key columns's order should b… [doris]

2024-07-16 Thread via GitHub
eldenmoon opened a new pull request, #37900: URL: https://github.com/apache/doris/pull/37900 …e handled ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [Refactor](ShortCircuit) Conjuncts outof key columns's order should b… [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37900: URL: https://github.com/apache/doris/pull/37900#issuecomment-2230211528 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Refactor](ShortCircuit) Conjuncts outof key columns's order should b… [doris]

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

Re: [PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37897: URL: https://github.com/apache/doris/pull/37897#issuecomment-2230211815 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] [chore](third) Upgrade curl 7.79.0 -> 8.2.1 [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37893: URL: https://github.com/apache/doris/pull/37893#issuecomment-2230214154 TeamCity be ut coverage result: Function Coverage: 37.81% (8117/21466) Line Coverage: 29.49% (66541/225670) Region Coverage: 28.95% (34289/118428) Branch Coverage: 24.8

[PR] [fix](test)fix unstable test case [doris]

2024-07-16 Thread via GitHub
starocean999 opened a new pull request, #37901: URL: https://github.com/apache/doris/pull/37901 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [spill](regression) add regression test cases for spill [doris]

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

Re: [PR] [fix](stacktrace) Add conf `enable_stacktrace` [doris]

2024-07-16 Thread via GitHub
yiguolei merged PR #37713: URL: https://github.com/apache/doris/pull/37713 -- 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 (cd6f5684588 -> a741cd308b2)

2024-07-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from cd6f5684588 [fix](delete) Incorrect precision detection for the decimal type in condition.​ (#37801) add a741cd

Re: [PR] [chore](audit) Optimize the sql length in audit logs [doris]

2024-07-16 Thread via GitHub
gavinchou commented on PR #37894: URL: https://github.com/apache/doris/pull/37894#issuecomment-2230216247 Add example what the `insert into values` will look like after this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] [fix](test)fix unstable test case [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37901: URL: https://github.com/apache/doris/pull/37901#issuecomment-2230217043 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](function) the bucket number arg of width_bucket should be a positive integer value [doris]

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

[PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

2024-07-16 Thread via GitHub
qidaye opened a new pull request, #37902: URL: https://github.com/apache/doris/pull/37902 ## Proposed changes branch-2.0 dose not have the bug. Only back port the test. backport #37646 -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37902: URL: https://github.com/apache/doris/pull/37902#issuecomment-2230218753 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](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

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

Re: [PR] [fix](Nereids) tablet prune wrong when decimal value scale is nagtive [doris]

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

Re: [PR] [fix](stacktrace) Add conf `enable_stacktrace` [doris]

2024-07-16 Thread via GitHub
zhiqiang- commented on code in PR #37713: URL: https://github.com/apache/doris/pull/37713#discussion_r1678903724 ## be/src/vec/common/allocator.cpp: ## @@ -64,9 +64,9 @@ void Allocator::sys_memory_check(size_t [[maybe_unused]] auto stack_trace_st =

Re: [PR] [chore](audit) Optimize the sql length in audit logs [doris]

2024-07-16 Thread via GitHub
gavinchou commented on code in PR #37894: URL: https://github.com/apache/doris/pull/37894#discussion_r1678906155 ## fe/fe-core/src/main/java/org/apache/doris/qe/AuditLogHelper.java: ## @@ -47,15 +57,52 @@ public class AuditLogHelper { public static void logAuditLog(ConnectC

[PR] [fix](cloud) fix be core when using stream load record in cloud mode [doris]

2024-07-16 Thread via GitHub
sollhui opened a new pull request, #37903: URL: https://github.com/apache/doris/pull/37903 when set enable_stream_load_record=true in cloud mode, meet core: ``` F20240711 00:02:05.733184 2316 storage_engine.cpp:123] Check failed: _type == Type::LOCAL (^A vs. ^@) *** Check failure

Re: [PR] [fix](cloud) fix be core when using stream load record in cloud mode [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37903: URL: https://github.com/apache/doris/pull/37903#issuecomment-2230226462 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](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

2024-07-16 Thread via GitHub
qidaye commented on PR #37902: URL: https://github.com/apache/doris/pull/37902#issuecomment-2230226733 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] [refine] [doris]

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

Re: [PR] [fix](Nereids) tablet prune wrong when decimal value scale is nagtive [doris]

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

Re: [PR] [test](build index)Remove index_meta in tablet schema when the index is dropped. (#37646) [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37902: URL: https://github.com/apache/doris/pull/37902#issuecomment-2230230339 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] [chore](third) Upgrade curl 7.79.0 -> 8.2.1 [doris]

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

(doris) branch master updated (a741cd308b2 -> 90321799940)

2024-07-16 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a741cd308b2 [fix](stacktrace) Add conf `enable_stacktrace` (#37713) add 90321799940 [Fix]Add audit log event queue

Re: [PR] [enhancement](test)remove redundant test cases [doris]

2024-07-16 Thread via GitHub
starocean999 commented on PR #37866: URL: https://github.com/apache/doris/pull/37866#issuecomment-2230232753 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]Add audit log event queue size limit [doris]

2024-07-16 Thread via GitHub
wangbo merged PR #37786: URL: https://github.com/apache/doris/pull/37786 -- 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] [feature](vault) Support alter storage vault stmt in FE [doris]

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

Re: [PR] [spill](regression) add regression test cases for spill [doris]

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

Re: [PR] [fix](docker)Docker be register bug and add fe new interface recovery [doris]

2024-07-16 Thread via GitHub
JNSimba merged PR #37335: URL: https://github.com/apache/doris/pull/37335 -- 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.apac

Re: [PR] [fix](cloud) fix be core when using stream load record in cloud mode [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37903: URL: https://github.com/apache/doris/pull/37903#issuecomment-2230236787 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] [opt](Nereids) support no-key hint parameter [doris]

2024-07-16 Thread via GitHub
doris-robot commented on PR #37720: URL: https://github.com/apache/doris/pull/37720#issuecomment-2230238213 TPC-H: Total hot run time: 40073 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](docker)Docker be register bug and add fe new interface recovery (#37335)

2024-07-16 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.git The following commit(s) were added to refs/heads/master by this push: new e334e407975 [fix](docker)Docker be register bug and

  1   2   3   4   5   6   7   8   9   10   >