Re: [PR] [fix](doc) spell error fixes for FE & BE Config documents [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27619: URL: https://github.com/apache/doris/pull/27619#issuecomment-1827538121 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](doc) spell error fixes for FE & BE Config documents [doris]

2023-11-27 Thread via GitHub
zy-kkk commented on PR #27619: URL: https://github.com/apache/doris/pull/27619#issuecomment-1827538526 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](doc) spell error fixes for FE & BE Config documents [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27619: URL: https://github.com/apache/doris/pull/27619#issuecomment-1827539731 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](statistics)Fix bug and improve auto analyze. [doris]

2023-11-27 Thread via GitHub
Jibing-Li commented on code in PR #27626: URL: https://github.com/apache/doris/pull/27626#discussion_r1405934855 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -1366,6 +1369,12 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {

Re: [PR] [fix](nereids)when range bounder is inifinte, range length should be POSITIVE_INFINITE [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27624: URL: https://github.com/apache/doris/pull/27624#issuecomment-1827542423 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 653d47c8ea7b803361606f3ac19f1fb09b25f3fc, data reload: false

Re: [PR] [fix](multi-catalog)add properties converter fe ut [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27254: URL: https://github.com/apache/doris/pull/27254#issuecomment-1827546744 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.58 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

[PR] [opt](plan) only lock olap table when query plan [doris]

2023-11-27 Thread via GitHub
morningman opened a new pull request, #27639: URL: https://github.com/apache/doris/pull/27639 ## Proposed changes For olap table, we need to acquire read lock when plan. Because we need to make sure the partition's version remain unchanged when plan. For other kind of table,

Re: [PR] [Fix](statistics)Fix bug and improve auto analyze. [doris]

2023-11-27 Thread via GitHub
Jibing-Li commented on PR #27626: URL: https://github.com/apache/doris/pull/27626#issuecomment-1827545092 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [Improvement](materialized-view) forbidden mv rewriter when select stmt's from clause not have mv [doris]

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

Re: [PR] [Improvement](materialized-view) forbidden mv rewriter when select stmt's from clause not have mv [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27638: URL: https://github.com/apache/doris/pull/27638#issuecomment-1827550852 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](parquet)fix can not read parquet lz4 compress. [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27383: URL: https://github.com/apache/doris/pull/27383#issuecomment-1827555298 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit df296cbf159af969602397ec5465c237894baec8, data reload: false

Re: [PR] [Opt](compression) Opt gzip decompress by libdeflate on X86 and X86_64 platforms: 1. Add libdeflate lib. [doris]

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

Re: [PR] [Opt](compression) Opt gzip decompress by libdeflate on X86 and X86_64 platforms: 1. Add libdeflate lib. [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27542: URL: https://github.com/apache/doris/pull/27542#issuecomment-1827562984 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

[PR] [enhancement](stats) Add process for aggstate type [doris]

2023-11-27 Thread via GitHub
Kikyou1997 opened a new pull request, #27640: URL: https://github.com/apache/doris/pull/27640 ## 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](mail

Re: [PR] [enhancement](stats) Add process for aggstate type [doris]

2023-11-27 Thread via GitHub
Kikyou1997 commented on PR #27640: URL: https://github.com/apache/doris/pull/27640#issuecomment-1827566776 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

[PR] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
Mryange opened a new pull request, #27641: URL: https://github.com/apache/doris/pull/27641 ## Proposed changes 1. In the past, audit-log used the result node for sending, while insert did not. Therefore, we notify fe during the send report for this. 2. Fixed a bug where information

Re: [PR] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
Mryange commented on PR #27641: URL: https://github.com/apache/doris/pull/27641#issuecomment-1827567270 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](multi-catalog)add properties converter fe ut [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27254: URL: https://github.com/apache/doris/pull/27254#issuecomment-1827568237 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 0c69655475730209c4d605efbba13deb9e9430db, data reload: false

[PR] [enhancement](stats) Add process for aggstate type #27640 [doris]

2023-11-27 Thread via GitHub
Kikyou1997 opened a new pull request, #27642: URL: https://github.com/apache/doris/pull/27642 ## 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](mail

Re: [PR] [enhancement](stats) Add process for aggstate type #27640 [doris]

2023-11-27 Thread via GitHub
Kikyou1997 commented on PR #27642: URL: https://github.com/apache/doris/pull/27642#issuecomment-1827569265 https://github.com/apache/doris/pull/27640 -- 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] [enhancement](stats) Add process for aggstate type #27640 [doris]

2023-11-27 Thread via GitHub
Kikyou1997 commented on PR #27642: URL: https://github.com/apache/doris/pull/27642#issuecomment-1827569403 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

[PR] [chore](log) Add log to trace grace exit [doris]

2023-11-27 Thread via GitHub
zhiqiang- opened a new pull request, #27643: URL: https://github.com/apache/doris/pull/27643 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] [chore](log) Add log to trace grace exit [doris]

2023-11-27 Thread via GitHub
zhiqiang- commented on PR #27643: URL: https://github.com/apache/doris/pull/27643#issuecomment-1827570203 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [enhancement](stats) Add process for aggstate type [doris]

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

Re: [PR] [enhancement](stats) Add process for aggstate type [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27640: URL: https://github.com/apache/doris/pull/27640#issuecomment-1827575680 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] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on code in PR #27641: URL: https://github.com/apache/doris/pull/27641#discussion_r1405963481 ## be/src/runtime/query_statistics.h: ## @@ -107,11 +107,13 @@ class QueryStatistics { } void to_pb(PQueryStatistics* statistics); - +void t

Re: [PR] [fix](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

2023-11-27 Thread via GitHub
w41ter commented on PR #26943: URL: https://github.com/apache/doris/pull/26943#issuecomment-1827578407 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] [improve](stream_load) add prompt when all fields is null [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27630: URL: https://github.com/apache/doris/pull/27630#issuecomment-1827580544 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit ef3a3bcbf289bf41a1121ad23a047ba832768012, data reload: false

Re: [PR] [chore](log) Add log to trace grace exit [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27643: URL: https://github.com/apache/doris/pull/27643#issuecomment-1827580368 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](plan) only lock olap table when query plan [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27639: URL: https://github.com/apache/doris/pull/27639#issuecomment-1827584778 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

[PR] [test](nereids)add fe ut for SimplifyArithmeticComparisonRule [doris]

2023-11-27 Thread via GitHub
starocean999 opened a new pull request, #27644: URL: https://github.com/apache/doris/pull/27644 ## 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](ma

Re: [PR] [test](nereids)add fe ut for SimplifyArithmeticComparisonRule [doris]

2023-11-27 Thread via GitHub
starocean999 commented on PR #27644: URL: https://github.com/apache/doris/pull/27644#issuecomment-1827588080 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] [improvement](show snapshot) show iceberg snapshot print summary info [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27448: URL: https://github.com/apache/doris/pull/27448#issuecomment-1827590562 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](show snapshot) show iceberg snapshot print summary info [doris]

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

Re: [PR] [opt](nereids) add distribute specification to plan shape check and add distribute hint tests [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27537: URL: https://github.com/apache/doris/pull/27537#issuecomment-1827593024 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 1457d71dad128cd12b47d3d123e7936726674222, data reload: false

Re: [PR] [improve](stream_load) add prompt when all fields is null [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27630: URL: https://github.com/apache/doris/pull/27630#issuecomment-1827593576 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.18 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](nereids) add distribute specification to plan shape check and add distribute hint tests [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27537: URL: https://github.com/apache/doris/pull/27537#issuecomment-1827600468 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.04 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](judge-partition) Fix incorrect logic in determining partitioned table [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27515: URL: https://github.com/apache/doris/pull/27515#issuecomment-1827601248 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](judge-partition) Fix incorrect logic in determining partitioned table [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27515: URL: https://github.com/apache/doris/pull/27515#issuecomment-1827601323 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

(doris) branch master updated (50c442fc6c2 -> 36a528b6bca)

2023-11-27 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 50c442fc6c2 [DOC](sparkload)add spark load faq (#27455) add 36a528b6bca [fix](judge-partition) Fix incorrect l

Re: [PR] [fix](judge-partition) Fix incorrect logic in determining partitioned table [doris]

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

Re: [PR] [Fix](executor)Make blockscheduler first stop then delete [doris]

2023-11-27 Thread via GitHub
wangbo commented on PR #27645: URL: https://github.com/apache/doris/pull/27645#issuecomment-1827604808 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] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
yiguolei commented on code in PR #27641: URL: https://github.com/apache/doris/pull/27641#discussion_r1405987030 ## be/src/vec/exec/vexchange_node.cpp: ## @@ -147,11 +147,17 @@ void VExchangeNode::release_resource(RuntimeState* state) { Status VExchangeNode::collect_query_sta

Re: [PR] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
yiguolei commented on code in PR #27641: URL: https://github.com/apache/doris/pull/27641#discussion_r1405987620 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -132,6 +132,7 @@ PipelineFragmentContext::PipelineFragmentContext( _task_group_entity = _query_ctx->ge

Re: [PR] [Fix](executor)Make blockscheduler first stop then delete [doris]

2023-11-27 Thread via GitHub
wangbo commented on PR #27645: URL: https://github.com/apache/doris/pull/27645#issuecomment-1827607784 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] New join2 [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27557: URL: https://github.com/apache/doris/pull/27557#issuecomment-1827613931 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit d40a449c9438628b7c9c5ebe835bb1ea5c0b18a7, data reload: false

Re: [PR] [opt](plan) only lock olap table when query plan [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27639: URL: https://github.com/apache/doris/pull/27639#issuecomment-1827615109 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](executor)Make blockscheduler first stop then delete [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27645: URL: https://github.com/apache/doris/pull/27645#issuecomment-1827615059 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](executor)Make blockscheduler first stop then delete [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27645: URL: https://github.com/apache/doris/pull/27645#issuecomment-1827617198 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

[PR] [bug](branch-1.2) Fix be core in If function with array [doris]

2023-11-27 Thread via GitHub
xy720 opened a new pull request, #27646: URL: https://github.com/apache/doris/pull/27646 ## Proposed changes ``` F1124 11:10:17.761659 653769 get_least_supertype.cpp:340] There is no supertype for types Array(Nullable(Int8)), Array(Nullable(UInt8)) *** Check failure stack trace:

Re: [PR] [profile](bugfix) should not cache profile content because the profile may not be a full profile [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27635: URL: https://github.com/apache/doris/pull/27635#issuecomment-1827620836 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.08 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
Mryange commented on PR #27641: URL: https://github.com/apache/doris/pull/27641#issuecomment-1827620079 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](insert) txn insert and group commit should write \N string corr… [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27637: URL: https://github.com/apache/doris/pull/27637#issuecomment-1827625716 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 44dda31d44c5d382d8557c49ac99780dba35f4ba, data reload: false

Re: [PR] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on code in PR #27641: URL: https://github.com/apache/doris/pull/27641#discussion_r1406009395 ## be/src/runtime/query_statistics.h: ## @@ -17,6 +17,7 @@ #pragma once +#include Review Comment: warning: 'gen_cpp/FrontendService_types.h' file

Re: [PR] New join2 [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27557: URL: https://github.com/apache/doris/pull/27557#issuecomment-1827632029 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.97 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](insert) txn insert and group commit should write \N string corr… [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27637: URL: https://github.com/apache/doris/pull/27637#issuecomment-1827632569 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.96 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [pipelineX](bug) Fix timeout [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27596: URL: https://github.com/apache/doris/pull/27596#issuecomment-1827632934 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes, abo

Re: [PR] [pipelineX](bug) Fix timeout [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27596: URL: https://github.com/apache/doris/pull/27596#issuecomment-1827637228 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 5a5a0bfd63fe4a9b8538bbc4a5cf6cfdae31ca95, data reload: false

Re: [PR] [enhancement](stats) Stats auto collector execute in serial [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27634: URL: https://github.com/apache/doris/pull/27634#issuecomment-1827638899 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.09 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #26943: URL: https://github.com/apache/doris/pull/26943#issuecomment-1827643758 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.86 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [enhancement](stats) Stats auto collector execute in serial [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27634: URL: https://github.com/apache/doris/pull/27634#issuecomment-1827648590 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit b29546b5a34f1a30c18e0f50f2ee5763e6a0489b, data reload: false

Re: [PR] [Opt](Compression) Opt zstd block decompression by `ZSTD_decompressDCtx()` to replace streaming decompression. [doris]

2023-11-27 Thread via GitHub
kaka11chen commented on PR #27534: URL: https://github.com/apache/doris/pull/27534#issuecomment-1827656569 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [fix](Nereids) non-deterministic expression should not be constant (#27606) [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27631: URL: https://github.com/apache/doris/pull/27631#issuecomment-1827657625 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.68 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

[PR] [branch-1.2](bug) Fix heap-use-after-free in the bitmap functions [doris]

2023-11-27 Thread via GitHub
xy720 opened a new pull request, #27647: URL: https://github.com/apache/doris/pull/27647 ## Proposed changes cherry-pick: #27411 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@d

Re: [PR] [enhancement](log) add config for storage to reduce stacktrace log on fe [doris]

2023-11-27 Thread via GitHub
nextdreamblue commented on PR #27061: URL: https://github.com/apache/doris/pull/27061#issuecomment-1827676572 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] [Improvement](materialized-view) forbidden mv rewriter when select stmt's from clause not have mv [doris]

2023-11-27 Thread via GitHub
BiteThet commented on PR #27638: URL: https://github.com/apache/doris/pull/27638#issuecomment-1827681929 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](repository) support alter s3 repo info about ak/sk/token [doris]

2023-11-27 Thread via GitHub
nextdreamblue commented on PR #27027: URL: https://github.com/apache/doris/pull/27027#issuecomment-1827682022 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

[PR] [enhancement](compaction) Add support for limiting low priority compaction scheduling [doris]

2023-11-27 Thread via GitHub
Xiaoccer opened a new pull request, #27648: URL: https://github.com/apache/doris/pull/27648 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] [Improvement](materialized-view) forbidden mv rewriter when select stmt's from clause not have mv [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27638: URL: https://github.com/apache/doris/pull/27638#issuecomment-1827690626 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 8d6a219e340e3227ff5b0c13345b445ebaf59058, data reload: false

Re: [PR] [performance](Nereids): avoid use `getStringValue()` in getTimeFormatter() [doris]

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

Re: [PR] [performance](Nereids): avoid use `getStringValue()` in getTimeFormatter() [doris]

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

Re: [PR] [enhancement](compaction) Add support for limiting low priority compaction scheduling [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on code in PR #27648: URL: https://github.com/apache/doris/pull/27648#discussion_r1406058431 ## be/src/olap/storage_engine.cpp: ## @@ -1422,4 +1424,46 @@ return Status::OK(); } +bool StorageEngine::_increase_low_priority_task_nums(DataDir* d

Re: [PR] [Fix](executor)Make blockscheduler first stop then delete [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27645: URL: https://github.com/apache/doris/pull/27645#issuecomment-1827702935 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 7a67f1decaac95a6688f40c93d2356f455bbcb29, data reload: false

Re: [PR] [feature](Nereids) add functional dependencies [doris]

2023-11-27 Thread via GitHub
xzj7019 commented on code in PR #27051: URL: https://github.com/apache/doris/pull/27051#discussion_r1406065279 ## fe/fe-core/src/test/java/org/apache/doris/nereids/properties/FunctionalDependenciesTest.java: ## @@ -0,0 +1,383 @@ +// Licensed to the Apache Software Foundation (AS

Re: [PR] [Enhance](fe) Support setting initial root password when FE firstly launch (#27438) [doris]

2023-11-27 Thread via GitHub
WinkerDu commented on PR #27603: URL: https://github.com/apache/doris/pull/27603#issuecomment-1827708092 @morningman @luozenglin #27438 migrate to branch-2.0 PTAL, thx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [Enhance](fe) Support setting initial root password when FE firstly launch (#27438) [doris]

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

Re: [PR] [Enhance](fe) Support setting initial root password when FE firstly launch (#27438) [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27603: URL: https://github.com/apache/doris/pull/27603#issuecomment-1827713138 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] [optimize](zonemap) skip zonemap if predicate does not support_zonemap for branch-2.0-var [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27608: URL: https://github.com/apache/doris/pull/27608#issuecomment-1827713170 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] [optimize](zonemap) skip zonemap if predicate does not support_zonemap for branch-2.0-var [doris]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #27608: URL: https://github.com/apache/doris/pull/27608#issuecomment-1827713233 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

[PR] [fix](Nereids) compound predicate need cast children to boolean [doris]

2023-11-27 Thread via GitHub
morrySnow opened a new pull request, #27649: URL: https://github.com/apache/doris/pull/27649 ## 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] [fix](Nereids) compound predicate need cast children to boolean [doris]

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

Re: [PR] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27641: URL: https://github.com/apache/doris/pull/27641#issuecomment-1827714833 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 4c87e54853b0f33189e9845d639aa67992cd66de, data reload: false

Re: [PR] [enhancement](stats) Add process for aggstate type #27640 [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27642: URL: https://github.com/apache/doris/pull/27642#issuecomment-1827716810 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.28 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](Nereids) add functional dependencies [doris]

2023-11-27 Thread via GitHub
xzj7019 commented on code in PR #27051: URL: https://github.com/apache/doris/pull/27051#discussion_r1406073699 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -357,6 +364,91 @@ public LogicalJoin withOtherJoinConjuncts(List other

Re: [PR] [Fix](executor)Make blockscheduler first stop then delete [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27645: URL: https://github.com/apache/doris/pull/27645#issuecomment-1827719749 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.44 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](audit-log) add audit-log in insert into [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27641: URL: https://github.com/apache/doris/pull/27641#issuecomment-1827721466 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.76 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](Nereids) add functional dependencies [doris]

2023-11-27 Thread via GitHub
xzj7019 commented on code in PR #27051: URL: https://github.com/apache/doris/pull/27051#discussion_r1406079017 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalPartitionTopN.java: ## @@ -200,4 +204,24 @@ public Plan withGroupExprLogicalPropChildre

Re: [PR] [pipelineX](bug) Fix timeout [doris]

2023-11-27 Thread via GitHub
Gabriel39 commented on PR #27596: URL: https://github.com/apache/doris/pull/27596#issuecomment-1827727506 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] [enhancement](log) add config for storage to reduce stacktrace log on fe [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27061: URL: https://github.com/apache/doris/pull/27061#issuecomment-1827729445 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit cd76fa18d810569578642a239f66ae1dce01aa2d, data reload: false

Re: [PR] [improvement](show snapshot) show iceberg snapshot print summary info [doris]

2023-11-27 Thread via GitHub
wuwenchi commented on PR #27448: URL: https://github.com/apache/doris/pull/27448#issuecomment-1827729782 LGTM -- 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] [feature](Nereids) add functional dependencies [doris]

2023-11-27 Thread via GitHub
xzj7019 commented on code in PR #27051: URL: https://github.com/apache/doris/pull/27051#discussion_r1406083746 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalWindow.java: ## @@ -224,4 +227,46 @@ public Optional pushPartitionLimitThroughWindow(lon

Re: [PR] [feature](Nereids) add functional dependencies [doris]

2023-11-27 Thread via GitHub
xzj7019 commented on code in PR #27051: URL: https://github.com/apache/doris/pull/27051#discussion_r1406084761 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalWindow.java: ## @@ -224,4 +227,46 @@ public Optional pushPartitionLimitThroughWindow(lon

Re: [PR] [enhancement](log) add config for storage to reduce stacktrace log on fe [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27061: URL: https://github.com/apache/doris/pull/27061#issuecomment-1827737133 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.85 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

Re: [PR] [refactor](standard)BE:Initialize pointer variables in the class to nullptr by default [doris]

2023-11-27 Thread via GitHub
hongkun-Shao commented on PR #27587: URL: https://github.com/apache/doris/pull/27587#issuecomment-1827739445 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](Nereids) add functional dependencies [doris]

2023-11-27 Thread via GitHub
xzj7019 commented on code in PR #27051: URL: https://github.com/apache/doris/pull/27051#discussion_r1406087947 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalUnion.java: ## @@ -170,4 +174,14 @@ public LogicalUnion withHasPushedFilter() { pub

Re: [PR] [Fix](statistics)Fix bug and improve auto analyze. [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27626: URL: https://github.com/apache/doris/pull/27626#issuecomment-1827740337 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.58 seconds stream load tsv: 569 seconds loaded 74807831229 Bytes,

Re: [PR] [Fix](statistics)Fix bug and improve auto analyze. [doris]

2023-11-27 Thread via GitHub
doris-robot commented on PR #27626: URL: https://github.com/apache/doris/pull/27626#issuecomment-1827741969 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit dd9b6b3663e647c26516b52d4992a0ef17cd72d6, data reload: false

Re: [I] [Bug] create table statement doesn't inherit the tag.location.default value in database properties [doris]

2023-11-27 Thread via GitHub
trikker closed issue #27610: [Bug] create table statement doesn't inherit the tag.location.default value in database properties URL: https://github.com/apache/doris/issues/27610 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [Bug] create table statement doesn't inherit the tag.location.default value in database properties [doris]

2023-11-27 Thread via GitHub
trikker commented on issue #27610: URL: https://github.com/apache/doris/issues/27610#issuecomment-1827744692 Ok, thanks. -- 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](cmd) add UNSET_VARIABLE statement to set back variables [doris]

2023-11-27 Thread via GitHub
lide-reed merged PR #27552: URL: https://github.com/apache/doris/pull/27552 -- 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

<    1   2   3   4   5   6   7   >