Re: [PR] [step2][Improve]Use flink’s checkstyle to format Sink Connector [doris-flink-connector]

2023-12-14 Thread via GitHub
DongLiang-0 commented on code in PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272#discussion_r1427497219 ## flink-doris-connector/src/main/java/org/apache/doris/flink/deserialization/DorisJsonDebeziumDeserializationSchema.java: ## @@ -111,65 +116,74 @@ pri

Re: [PR] [regression-test](variant) fix unstable query result m… [doris]

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

(doris) branch master updated: [regression-test](variant) fix unstable query result m… (#28390)

2023-12-14 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon 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 ce60064573e [regression-test](variant) fix uns

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [step2][Improve]Use flink’s checkstyle to format Sink Connector [doris-flink-connector]

2023-12-14 Thread via GitHub
DongLiang-0 commented on code in PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272#discussion_r1427498082 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/postgres/PostgresDateConverter.java: ## @@ -39,19 +39,23 @@ public class Postgr

Re: [PR] [performance](variant) support topn 2phase read for variant column [doris]

2023-12-14 Thread via GitHub
eldenmoon commented on PR #28381: URL: https://github.com/apache/doris/pull/28381#issuecomment-1857191293 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](test) fix case of test_unique_table_new_sequence [doris]

2023-12-14 Thread via GitHub
liaoxin01 commented on PR #28442: URL: https://github.com/apache/doris/pull/28442#issuecomment-1857191683 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] [perf](Nereids) add back canEliminate temporary [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28017: URL: https://github.com/apache/doris/pull/28017#issuecomment-1857192183 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit b4780402b93c9ba5c7e25736bd33f1e43ba0bde4, data reload: false

Re: [PR] [refactor](stream-load) Adjust the content of the review Added direct load via BeNodes [doris-spark-connector]

2023-12-14 Thread via GitHub
JNSimba commented on code in PR #171: URL: https://github.com/apache/doris-spark-connector/pull/171#discussion_r1427501099 ## spark-doris-connector/src/main/java/org/apache/doris/spark/rest/RestService.java: ## @@ -592,17 +650,20 @@ public static List getBackendRows(SparkSetti

Re: [PR] [performance](variant) support topn 2phase read for variant column [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28381: URL: https://github.com/apache/doris/pull/28381#issuecomment-1857194952 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] [refactor](stream-load) Adjust the content of the review Added direct load via BeNodes [doris-spark-connector]

2023-12-14 Thread via GitHub
JNSimba commented on code in PR #171: URL: https://github.com/apache/doris-spark-connector/pull/171#discussion_r1427502167 ## spark-doris-connector/src/main/java/org/apache/doris/spark/rest/RestService.java: ## @@ -560,6 +582,42 @@ static List parseBackend(String response, Log

Re: [PR] [fix](test) fix case of test_unique_table_new_sequence [doris]

2023-12-14 Thread via GitHub
liaoxin01 commented on PR #28442: URL: https://github.com/apache/doris/pull/28442#issuecomment-1857195825 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] [feature][execturo]support query schedule policy [doris]

2023-12-14 Thread via GitHub
wangbo opened a new pull request, #28443: URL: https://github.com/apache/doris/pull/28443 support query schedule policy -- 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](Planner): parse more Punctuation Date/DateTime [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28432: URL: https://github.com/apache/doris/pull/28432#issuecomment-1857196826 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit f2fdbf413f8d439470e21ea4de79533a5ef2fc61, data reload: false

Re: [PR] [fix](test) fix case of test_unique_table_new_sequence [doris]

2023-12-14 Thread via GitHub
liaoxin01 commented on PR #28442: URL: https://github.com/apache/doris/pull/28442#issuecomment-1857197370 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] Fix map type mapping to doris type error [doris-flink-connector]

2023-12-14 Thread via GitHub
DongLiang-0 commented on code in PR #267: URL: https://github.com/apache/doris-flink-connector/pull/267#discussion_r1427502584 ## flink-doris-connector/src/test/java/org/apache/doris/flink/DorisSinkMapSQLExample.java: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Fou

Re: [PR] [optimize](invert index) optimize inverted index metadata into file cache [doris]

2023-12-14 Thread via GitHub
zzzxl1993 commented on PR #28418: URL: https://github.com/apache/doris/pull/28418#issuecomment-1857198161 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](decimal) reduce overhead on disable check decimal overflow [doris]

2023-12-14 Thread via GitHub
BiteThet commented on code in PR #28249: URL: https://github.com/apache/doris/pull/28249#discussion_r1427504253 ## be/src/vec/data_types/number_traits.h: ## @@ -220,7 +221,6 @@ template /// Returns the maximum ascii string length for this type. /// e.g. the max/min int8_t

Re: [PR] [Bug](function) fix npe on select http_stream directly [doris]

2023-12-14 Thread via GitHub
BiteThet merged PR #28423: URL: https://github.com/apache/doris/pull/28423 -- 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: [Bug](function) fix npe on select http_stream directly (#28423)

2023-12-14 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 8661b5ec214 [Bug](function) fix npe on select

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [optimize](invert index) optimize inverted index metadata into file cache [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28418: URL: https://github.com/apache/doris/pull/28418#issuecomment-1857199356 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] [fix](Nereids) stats estimation of lessThan [doris]

2023-12-14 Thread via GitHub
englefly opened a new pull request, #28444: URL: https://github.com/apache/doris/pull/28444 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [perf](Nereids) add back canEliminate temporary [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28017: URL: https://github.com/apache/doris/pull/28017#issuecomment-1857201958 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.46 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](function) make STRLEFT and STRRIGHT and SUBSTR function DEPEND_ON_ARGUMENT [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1857202051 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit cbff39b9597b345be6a84f47d5fdc86881b130e6, data reload: false

[PR] [fix](doc) typo fix in sql-interception docs [doris]

2023-12-14 Thread via GitHub
Nitin-Kashyap opened a new pull request, #28445: URL: https://github.com/apache/doris/pull/28445 ## Proposed changes spell error fixed for sql-interception docs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [fix](operation_node)Replace structure to ensure same colRef can be save [doris]

2023-12-14 Thread via GitHub
TomaYoko commented on PR #28440: URL: https://github.com/apache/doris/pull/28440#issuecomment-1857203343 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](Job)Add the configuration of the maximum number of persistence tasks for the job [doris]

2023-12-14 Thread via GitHub
JNSimba merged PR #28411: URL: https://github.com/apache/doris/pull/28411 -- 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

(doris) branch master updated (8661b5ec214 -> c4242ab69ed)

2023-12-14 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8661b5ec214 [Bug](function) fix npe on select http_stream directly (#28423) add c4242ab69ed [Chore](Job)Add the con

Re: [PR] [Enhancement](Wal)Support dynamic wal space limit [doris]

2023-12-14 Thread via GitHub
Yukang-Lian commented on PR #27726: URL: https://github.com/apache/doris/pull/27726#issuecomment-1857206389 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](pipelineX) add local_shuffle in nested loop join [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28428: URL: https://github.com/apache/doris/pull/28428#issuecomment-1857206989 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 9891433cd411322c7b228b8786a7a327ef3e2451, data reload: false

Re: [PR] [fix](function) make STRLEFT and STRRIGHT and SUBSTR function DEPEND_ON_ARGUMENT [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1857208238 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.44 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

Re: [PR] [step2][Improve]Use flink’s checkstyle to format Sink Connector [doris-flink-connector]

2023-12-14 Thread via GitHub
JNSimba commented on code in PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272#discussion_r1427509096 ## flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisRowDataJdbcLookupFunction.java: ## @@ -17,20 +17,22 @@ package org.apache.doris

Re: [PR] [step2][Improve]Use flink’s checkstyle to format Sink Connector [doris-flink-connector]

2023-12-14 Thread via GitHub
JNSimba commented on code in PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272#discussion_r1427509499 ## flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisRowDataLookupFunction.java: ## @@ -17,6 +17,16 @@ package org.apache.doris.flin

Re: [PR] [step2][Improve]Use flink’s checkstyle to format Sink Connector [doris-flink-connector]

2023-12-14 Thread via GitHub
JNSimba commented on code in PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272#discussion_r1427509411 ## flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisRowDataLookupFunction.java: ## @@ -17,6 +17,16 @@ package org.apache.doris.flin

Re: [PR] [step2][Improve]Use flink’s checkstyle to format Sink Connector [doris-flink-connector]

2023-12-14 Thread via GitHub
JNSimba commented on code in PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272#discussion_r1427509668 ## flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisRowDataLookupFunction.java: ## @@ -25,14 +35,6 @@ import org.apache.doris.flink.r

[PR] fix(meta) exit after logedit failed [doris]

2023-12-14 Thread via GitHub
kouruyi opened a new pull request, #28446: URL: https://github.com/apache/doris/pull/28446 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:

[PR] [chore][user] Add user property `parallel_fragment_exec_instance_num` [doris]

2023-12-14 Thread via GitHub
xinyiZzz opened a new pull request, #28447: URL: https://github.com/apache/doris/pull/28447 ## Proposed changes """ SET PROPERTY FOR 'root' 'parallel_fragment_exec_instance_num' = '10'; """ Support modify 'parallel_fragment_exec_instance_num' of all user queries, with priorit

Re: [PR] [feature](pipelineX) add local_shuffle in nested loop join [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28428: URL: https://github.com/apache/doris/pull/28428#issuecomment-1857212722 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.97 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes,

Re: [PR] [chore][user] Add user property `parallel_fragment_exec_instance_num` [doris]

2023-12-14 Thread via GitHub
xinyiZzz commented on PR #28447: URL: https://github.com/apache/doris/pull/28447#issuecomment-1857212755 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] [perf](Nereids) add back canEliminate temporary [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28017: URL: https://github.com/apache/doris/pull/28017#issuecomment-1857214613 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] [perf](Nereids) add back canEliminate temporary [doris]

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

Re: [PR] [feature](nereids) Support basic aggregate rewrite and function rollup using materialized view [doris]

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

(doris) branch master updated: [feature](nereids) Support basic aggregate rewrite and function rollup using materialized view (#28269)

2023-12-14 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 4c51558f6b7 [feature](nereids) Support basic a

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [refactor](cluster)(step-4) remove cluster related to Database [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #27861: URL: https://github.com/apache/doris/pull/27861#issuecomment-1857216966 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.52 seconds stream load tsv: 584 seconds loaded 74807831229 Bytes,

[PR] fix(test) test case of testDatePropNormal [doris]

2023-12-14 Thread via GitHub
kouruyi opened a new pull request, #28448: URL: https://github.com/apache/doris/pull/28448 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:

Re: [PR] [performance](variant) support topn 2phase read for variant column [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28318: URL: https://github.com/apache/doris/pull/28318#issuecomment-1857218943 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.24 seconds stream load tsv: 587 seconds loaded 74807831229 Bytes,

Re: [PR] [improve](simd_json_reader) fix simd json reader lose data and support stream parser [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #27145: URL: https://github.com/apache/doris/pull/27145#issuecomment-1857220691 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.02 seconds stream load tsv: 584 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](publish version) publish txn fail retry do not wait 1s [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28441: URL: https://github.com/apache/doris/pull/28441#issuecomment-1857221847 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.5 seconds stream load tsv: 602 seconds loaded 74807831229 Bytes, a

[PR] [fix](full compaction) Full compaction should hold meta lock when modifying tablet's meta data [doris]

2023-12-14 Thread via GitHub
bobhan1 opened a new pull request, #28449: URL: https://github.com/apache/doris/pull/28449 ## Proposed changes ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining

Re: [PR] [fix](full compaction) Full compaction should hold meta lock when modifying tablet's meta data [doris]

2023-12-14 Thread via GitHub
bobhan1 commented on PR #28449: URL: https://github.com/apache/doris/pull/28449#issuecomment-1857223437 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] [feature](mtmv)mtmv support partition [doris]

2023-12-14 Thread via GitHub
zddr commented on PR #28144: URL: https://github.com/apache/doris/pull/28144#issuecomment-1857223645 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [fix](Nereids) could not do partition prunning when predicates is NULL (#28294) [doris]

2023-12-14 Thread via GitHub
xiaokang merged PR #28422: URL: https://github.com/apache/doris/pull/28422 -- 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.0 updated: [fix](Nereids) could not do partition prunning when predicates is NULL (#28294) (#28422)

2023-12-14 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 bde9dc9dfbd [fix](Nereids) could not do pa

Re: [PR] [fix](operation_node)Replace structure to ensure same colRef can be save [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28440: URL: https://github.com/apache/doris/pull/28440#issuecomment-1857226459 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.39 seconds stream load tsv: 582 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](full compaction) Full compaction should hold meta lock when modifying tablet's meta data [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28449: URL: https://github.com/apache/doris/pull/28449#issuecomment-1857227969 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](function) make STRLEFT and STRRIGHT and SUBSTR function DEPEND_ON_ARGUMENT [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1857228363 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] [feature](expr) Add length limit to the debug string of expr. [doris]

2023-12-14 Thread via GitHub
Mryange commented on PR #28395: URL: https://github.com/apache/doris/pull/28395#issuecomment-1857228468 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] [step2][Improve]Use flink’s checkstyle to format Sink Connector [doris-flink-connector]

2023-12-14 Thread via GitHub
JNSimba merged PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272 -- 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..

Re: [PR] [chore](user) Add user property `parallel_fragment_exec_instance_num` [doris]

2023-12-14 Thread via GitHub
xinyiZzz commented on PR #28447: URL: https://github.com/apache/doris/pull/28447#issuecomment-1857232045 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] [Bug](load) fix load failed on stream load tvf into agg state [doris]

2023-12-14 Thread via GitHub
BiteThet commented on PR #28420: URL: https://github.com/apache/doris/pull/28420#issuecomment-1857232928 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](expr) Add length limit to the debug string of expr. [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28395: URL: https://github.com/apache/doris/pull/28395#discussion_r1427522692 ## be/src/vec/exprs/vcase_expr.cpp: ## @@ -117,20 +117,21 @@ const std::string& VCaseExpr::expr_name() const { return _expr_name; } -std::string VCa

Re: [PR] [refactor](cluster)(step-4) remove cluster related to Database [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #27861: URL: https://github.com/apache/doris/pull/27861#issuecomment-1857234143 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 2e86648bab635ef0ddd5054949fd533493201a5d, data reload: true

Re: [PR] [fix](Planner): parse more Punctuation Date/DateTime [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28432: URL: https://github.com/apache/doris/pull/28432#issuecomment-1857234898 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.73 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

Re: [PR] [DNM](Nereids) test disable fallback [doris]

2023-12-14 Thread via GitHub
morrySnow commented on PR #25344: URL: https://github.com/apache/doris/pull/25344#issuecomment-1857235464 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] [improve](function) add cache for regexp function compile re2 [doris]

2023-12-14 Thread via GitHub
zhangstar333 commented on PR #25786: URL: https://github.com/apache/doris/pull/25786#issuecomment-1857237536 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

[PR] [docker][regregression]update routine load cases [doris]

2023-12-14 Thread via GitHub
XuJianxu opened a new pull request, #28450: URL: https://github.com/apache/doris/pull/28450 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [docker][regregression]update routine load cases [doris]

2023-12-14 Thread via GitHub
XuJianxu commented on PR #28450: URL: https://github.com/apache/doris/pull/28450#issuecomment-1857238444 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](function) make STRLEFT and STRRIGHT and SUBSTR function DEPEND_ON_ARGUMENT [doris]

2023-12-14 Thread via GitHub
koarz commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1857242958 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [fix](function) make STRLEFT and STRRIGHT and SUBSTR function DEPEND_ON_ARGUMENT [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1857247721 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](full compaction) Full compaction should hold meta lock when modifying tablet's meta data [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28449: URL: https://github.com/apache/doris/pull/28449#issuecomment-1857250530 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.46 seconds stream load tsv: 582 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](doc) spell errors fixes multi-tenant doc page [doris]

2023-12-14 Thread via GitHub
yiguolei merged PR #28436: URL: https://github.com/apache/doris/pull/28436 -- 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: [fix](doc) spell errors fixes multi-tenant.md (#28436)

2023-12-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 6f3fb819652 [fix](doc) spell errors fixes multi

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [improvement](fe) Add reason log when `Env` is not ready (#28286)

2023-12-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 e6b135c76a9 [improvement](fe) Add reason log wh

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [improvement](fe) Add reason log when `Env` is not ready [doris]

2023-12-14 Thread via GitHub
yiguolei merged PR #28286: URL: https://github.com/apache/doris/pull/28286 -- 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] [feature](mtmv)mtmv support partition [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28144: URL: https://github.com/apache/doris/pull/28144#issuecomment-1857256827 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.67 seconds stream load tsv: 582 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](nereids)cast string to integer type use wrong datatype's valueOf method [doris]

2023-12-14 Thread via GitHub
starocean999 commented on PR #28403: URL: https://github.com/apache/doris/pull/28403#issuecomment-1857257784 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

[PR] [Bug](memory) Fix exception-unsafe in aggregation node [doris]

2023-12-14 Thread via GitHub
xy720 opened a new pull request, #28451: URL: https://github.com/apache/doris/pull/28451 ## Proposed changes Issue Number: close #xxx be.INFO: ``` W1214 09:14:17.434849 771103 mem_tracker_limiter.cpp:204] Memory limit exceeded:, process memory used 20.41 GB exceed lim

Re: [PR] [WIP] relay wal p0 test [doris]

2023-12-14 Thread via GitHub
hust-hhb commented on PR #28299: URL: https://github.com/apache/doris/pull/28299#issuecomment-1857259617 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](nereids)LogicalCTEConsumer's output lost column info in SlotReference [doris]

2023-12-14 Thread via GitHub
starocean999 commented on PR #28452: URL: https://github.com/apache/doris/pull/28452#issuecomment-1857261420 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

[PR] [fix](nereids)LogicalCTEConsumer's output lost column info in SlotReference [doris]

2023-12-14 Thread via GitHub
starocean999 opened a new pull request, #28452: URL: https://github.com/apache/doris/pull/28452 ## 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

Re: [PR] [performance](variant) support topn 2phase read for variant column [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28318: URL: https://github.com/apache/doris/pull/28318#issuecomment-1857261753 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit fbfb1467c7a86417dad5d6fa4c2634966432a02d, data reload: true

Re: [PR] [Bug](memory) Fix exception-unsafe in aggregation node [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28451: URL: https://github.com/apache/doris/pull/28451#issuecomment-1857264365 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] [fix](doc) typo fix in schema change docs [doris]

2023-12-14 Thread via GitHub
Nitin-Kashyap opened a new pull request, #28453: URL: https://github.com/apache/doris/pull/28453 ## Proposed changes typo fix in schema change docs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [WIP] relay wal p0 test [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28299: URL: https://github.com/apache/doris/pull/28299#discussion_r1427539769 ## be/src/olap/wal_manager.cpp: ## @@ -392,4 +416,80 @@ Status WalManager::get_wal_column_index(int64_t wal_id, std::vector& col return Status::OK();

Re: [PR] [Bug](memory) Fix exception-unsafe in aggregation node [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28451: URL: https://github.com/apache/doris/pull/28451#issuecomment-1857266889 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] [improve](simd_json_reader) fix simd json reader lose data and support stream parser [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #27145: URL: https://github.com/apache/doris/pull/27145#issuecomment-1857266921 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 2fce1f885a29cf4dca5ccd85aac893577f5f3867, data reload: false

Re: [PR] [chore](user) Add user property `parallel_fragment_exec_instance_num` [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28447: URL: https://github.com/apache/doris/pull/28447#issuecomment-1857267357 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.08 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

Re: [PR] [Bug](load) fix load failed on stream load tvf into agg state [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28420: URL: https://github.com/apache/doris/pull/28420#issuecomment-1857267408 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.42 seconds stream load tsv: 586 seconds loaded 74807831229 Bytes,

Re: [PR] [DNM](Nereids) test disable fallback [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #25344: URL: https://github.com/apache/doris/pull/25344#issuecomment-1857267511 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.93 seconds stream load tsv: 587 seconds loaded 74807831229 Bytes,

Re: [PR] [bug](json)Fix the problem of be down caused by json path ending with \ [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28180: URL: https://github.com/apache/doris/pull/28180#issuecomment-1857268785 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.49 seconds stream load tsv: 584 seconds loaded 74807831229 Bytes,

Re: [PR] [chore] Add bvar for meta operations of BE [doris]

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

Re: [PR] [chore] Add bvar for meta operations of BE [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28374: URL: https://github.com/apache/doris/pull/28374#issuecomment-1857269525 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](publish version) publish txn fail retry do not wait 1s [doris]

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

Re: [PR] [Bug](memory) Fix exception-unsafe in aggregation node [doris]

2023-12-14 Thread via GitHub
xy720 closed pull request #28451: [Bug](memory) Fix exception-unsafe in aggregation node URL: https://github.com/apache/doris/pull/28451 -- 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

Re: [PR] [fix](function) make STRLEFT and STRRIGHT and SUBSTR function DEPEND_ON_ARGUMENT [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1857272642 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.1 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes, a

<    1   2   3   4   5   6   7   8   9   >