Re: [PR] [fix](memory) Support jemalloc 64K page size [doris]

2023-12-14 Thread via GitHub
xinyiZzz commented on PR #28426: URL: https://github.com/apache/doris/pull/28426#issuecomment-1855810467 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] [enhancement](memory) Support jemalloc 64K page size [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28426: URL: https://github.com/apache/doris/pull/28426#issuecomment-1855811606 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/7209225856";) output. shellcheck err

Re: [PR] [Fix](vcompound pred) Corrected evaluation for compound predicates with constant columns [doris]

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

Re: [PR] [enhancement](memory) Support jemalloc 64K page size [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28426: URL: https://github.com/apache/doris/pull/28426#discussion_r1426698525 ## be/src/runtime/memory/jemalloc_hook.cpp: ## @@ -20,7 +20,11 @@ #include #include "common/compiler_util.h" // IWYU pragma: keep -#include "jemalloc/j

[PR] [fix](doc) updated node version as per given in the url [doris]

2023-12-14 Thread via GitHub
Nitin-Kashyap opened a new pull request, #28427: URL: https://github.com/apache/doris/pull/28427 ## Proposed changes a) updated the node version in text as per the URL in hyperlink for the same. b) spell error fixed for toolchain -- This is an automated message from the Apach

Re: [PR] [only test](local shuffle) [doris]

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

[PR] [only test](local shuffle) [doris]

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

Re: [PR] [Fix](vcompound pred) Corrected evaluation for compound predicates with constant columns [doris]

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

Re: [PR] [only test](local shuffle) [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28428: URL: https://github.com/apache/doris/pull/28428#discussion_r1426711066 ## be/src/pipeline/pipeline_x/local_exchange/local_exchanger.cpp: ## @@ -239,4 +240,205 @@ Status BroadcastExchanger::get_block(RuntimeState* state, vector

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-1855846437 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 2fce1f885a29cf4dca5ccd85aac893577f5f3867, data reload: false

Re: [PR] [FIX](type)fix matchExactType for complex type [doris]

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

Re: [PR] [nereids] found rows support fe side [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28372: URL: https://github.com/apache/doris/pull/28372#issuecomment-1855862827 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] [nereids] found rows support fe side [doris]

2023-12-14 Thread via GitHub
xzj7019 commented on PR #28372: URL: https://github.com/apache/doris/pull/28372#issuecomment-1855867840 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] [nereids] found rows support fe side [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28372: URL: https://github.com/apache/doris/pull/28372#discussion_r1426729100 ## be/src/runtime/query_statistics.h: ## @@ -124,15 +122,19 @@ class QueryStatistics { private: friend class QueryStatisticsRecvr; -int64_t scan

[PR] [enhancement](memory) Support jemalloc 64K page size - thirdparty [doris]

2023-12-14 Thread via GitHub
xinyiZzz opened a new pull request, #28429: URL: https://github.com/apache/doris/pull/28429 ## Proposed changes Separate thirdparty diff of #28426 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mail

Re: [PR] [enhancement](memory) Support jemalloc 64K page size - thirdparty [doris]

2023-12-14 Thread via GitHub
xinyiZzz commented on PR #28429: URL: https://github.com/apache/doris/pull/28429#issuecomment-1855875547 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] [enhancement](memory) Support jemalloc 64K page size - thirdparty [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28429: URL: https://github.com/apache/doris/pull/28429#issuecomment-1855876609 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/7209700662";) output. shellcheck err

Re: [PR] [nereids] found rows support fe side [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28372: URL: https://github.com/apache/doris/pull/28372#discussion_r1426734921 ## be/src/runtime/buffer_control_block.h: ## @@ -104,6 +104,12 @@ class BufferControlBlock { } } +void update_total_return_rows(int64_t

[PR] [newsletter] Fix blog title [doris-website]

2023-12-14 Thread via GitHub
KassieZ opened a new pull request, #358: URL: https://github.com/apache/doris-website/pull/358 (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] [enhancement](memory) Support jemalloc 64K page size - thirdparty [doris]

2023-12-14 Thread via GitHub
xinyiZzz commented on PR #28429: URL: https://github.com/apache/doris/pull/28429#issuecomment-1855884590 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] [nereids] found rows support fe side [doris]

2023-12-14 Thread via GitHub
xzj7019 commented on PR #28372: URL: https://github.com/apache/doris/pull/28372#issuecomment-1855888395 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] [only test](local shuffle) [doris]

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

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-1855896003 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] [nereids] found rows support fe side [doris]

2023-12-14 Thread via GitHub
xzj7019 commented on PR #28372: URL: https://github.com/apache/doris/pull/28372#issuecomment-1855903152 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] [pipelineX](improvement) Support global runtime filter on pipelineX [doris]

2023-12-14 Thread via GitHub
Gabriel39 commented on PR #28416: URL: https://github.com/apache/doris/pull/28416#issuecomment-1855913586 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](invert index) match_regexp feature added [doris]

2023-12-14 Thread via GitHub
zzzxl1993 commented on PR #28257: URL: https://github.com/apache/doris/pull/28257#issuecomment-1855918782 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] [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_r1426765730 ## flink-doris-connector/src/main/java/org/apache/doris/flink/deserialization/DorisJsonDebeziumDeserializationSchema.java: ## @@ -63,7 +64,9 @@ public void

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_r1426769264 ## flink-doris-connector/src/main/java/org/apache/doris/flink/deserialization/DorisJsonDebeziumDeserializationSchema.java: ## @@ -111,65 +116,74 @@ private

Re: [PR] [enhancement](memory) Support jemalloc 64K page size - thirdparty [doris]

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

Re: [PR] [pipelineX](improvement) Support global runtime filter on pipelineX [doris]

2023-12-14 Thread via GitHub
Gabriel39 commented on PR #28416: URL: https://github.com/apache/doris/pull/28416#issuecomment-1855923129 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](invert index) fix index compaction to write the .tis and .tii file structures [doris]

2023-12-14 Thread via GitHub
zzzxl1993 opened a new pull request, #28430: URL: https://github.com/apache/doris/pull/28430 ## 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](invert index) fix index compaction to write the .tis and .tii file structures [doris]

2023-12-14 Thread via GitHub
zzzxl1993 commented on PR #28430: URL: https://github.com/apache/doris/pull/28430#issuecomment-1855928026 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](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-1855940232 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 89948bd4c55ec441da082ffe15de85ded59cd732, data reload: false

Re: [PR] [fix](invert index) fix index compaction to write the .tis and .tii file structures [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28430: URL: https://github.com/apache/doris/pull/28430#issuecomment-1855940216 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] [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_r1426784633 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/RowSerializer.java: ## @@ -30,31 +30,34 @@ import static org.apache.d

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_r1426790680 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mysql/DateToStringConverter.java: ## @@ -134,14 +140,16 @@ private String convertDa

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_r1426790141 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mysql/DateToStringConverter.java: ## @@ -43,23 +43,28 @@ public class DateToStringC

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_r1426791621 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mysql/MysqlDatabaseSync.java: ## @@ -186,8 +189,8 @@ public DataStreamSource build

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_r1426792876 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/oracle/OracleDatabaseSync.java: ## @@ -128,11 +140,13 @@ public DataStreamSource b

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_r1426793375 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/oracle/OracleDateConverter.java: ## @@ -36,66 +37,76 @@ public class OracleDateC

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_r1426793711 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/oracle/OracleDateConverter.java: ## @@ -105,28 +116,32 @@ private String convertStr

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_r1426794377 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/postgres/PostgresDateConverter.java: ## @@ -39,19 +39,23 @@ public class PostgresDa

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_r1426795191 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/sqlserver/SqlServerDatabaseSync.java: ## @@ -130,9 +141,9 @@ public DataStreamSourc

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_r1426795501 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/sqlserver/SqlServerDateConverter.java: ## @@ -34,19 +35,23 @@ public class SqlServe

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_r1426797806 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/DorisStreamLoad.java: ## @@ -143,7 +157,8 @@ public void abortPreCommit(String la

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

2023-12-14 Thread via GitHub
JNSimba commented on PR #272: URL: https://github.com/apache/doris-flink-connector/pull/272#issuecomment-1855961351 Thanks to @DongLiang-0 , I left some comments, PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-14 Thread via GitHub
hello-stephen opened a new pull request, #28431: URL: https://github.com/apache/doris/pull/28431 ## 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](m

Re: [PR] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1855963559 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/7210332825";) output. shellcheck err

Re: [PR] [fix](invert index) fix index compaction to write the .tis and .tii file structures [doris]

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

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

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

[I] [Enhancement] Could increase the time aggregation function ? [doris]

2023-12-14 Thread via GitHub
gqzis0726 opened a new issue, #28433: URL: https://github.com/apache/doris/issues/28433 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description When I want to cou

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

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

(doris-website) branch master updated: Update newsletter.data.ts (#358)

2023-12-14 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 9c716c0c0d4 Update newsletter.data.ts

Re: [PR] [newsletter] Fix blog title [doris-website]

2023-12-14 Thread via GitHub
luzhijing merged PR #358: URL: https://github.com/apache/doris-website/pull/358 -- 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...@dori

Re: [PR] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1855997596 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/7210559293";) output. shellcheck err

Re: [PR] [chore](build) Add MVN_OPT env variable to enrich building FE with extra options [doris]

2023-12-14 Thread via GitHub
gavinchou commented on PR #28375: URL: https://github.com/apache/doris/pull/28375#issuecomment-1856011068 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] [pipelineX](improvement) Support global runtime filter on pipelineX [doris]

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

[PR] [fix](Nereids): TransposeSemiJoinAgg can't apply in Scalar Agg [doris]

2023-12-14 Thread via GitHub
jackwener opened a new pull request, #28434: URL: https://github.com/apache/doris/pull/28434 ## Proposed changes Scalar Agg shouldn't be pushdown, it will cause wrong result ## Further comments If this is a relatively large or complex change, kick off the discussion at [

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-1856029476 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](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-1856030446 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit ba79dc939279e0686755a1d72bc694b7612a8249, data reload: false

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

2023-12-14 Thread via GitHub
eldenmoon commented on PR #28318: URL: https://github.com/apache/doris/pull/28318#issuecomment-1856032481 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-1856034128 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2023-12-14 Thread via GitHub
eldenmoon commented on PR #28318: URL: https://github.com/apache/doris/pull/28318#issuecomment-1856035551 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] [pipelineX](improvement) Support global runtime filter on pipelineX [doris]

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

Re: [PR] [nereids] found rows support fe side [doris]

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

(doris) branch branch-2.0 updated: [opt](vfilescanner) interrupt running parquet/orc readers when scannode is finished (#28264)

2023-12-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 e9f9ab8a3a8 [opt](vfilescanner) inter

Re: [PR] [opt](vfilescanner) interrupt running parquet/orc readers when scannode is finished [doris]

2023-12-14 Thread via GitHub
morningman merged PR #28264: URL: https://github.com/apache/doris/pull/28264 -- 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] [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-1856050437 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](doc) updated node version as per given in the url [doris]

2023-12-14 Thread via GitHub
rohitrs1983 commented on code in PR #28427: URL: https://github.com/apache/doris/pull/28427#discussion_r1426873268 ## docs/zh-CN/docs/install/source-install/compilation-arm.md: ## @@ -585,11 +585,11 @@ USE_AVX2=OFF sh build.sh - 问题原因 - 未使用 Ldb-Toolschain 进行编译 + 未

Re: [PR] [fix](topN)runtime_predicate is only triggered when the column name i… [doris]

2023-12-14 Thread via GitHub
TomaYoko commented on PR #28419: URL: https://github.com/apache/doris/pull/28419#issuecomment-1856056638 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] [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-1856059829 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](build) Add MVN_OPT env variable to enrich building FE with extra options [doris]

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

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-1856071441 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
koarz commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1856077128 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-1856087084 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](topN)runtime_predicate is only triggered when the column name i… [doris]

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

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

2023-12-14 Thread via GitHub
eldenmoon commented on PR #28390: URL: https://github.com/apache/doris/pull/28390#issuecomment-1856092764 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](Nereids): TransposeSemiJoinAgg can't apply in Scalar Agg [doris]

2023-12-14 Thread via GitHub
jackwener commented on PR #28434: URL: https://github.com/apache/doris/pull/28434#issuecomment-1856100375 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](pipelineX)add parent-child relationship between the sink and downstream operators in profile [doris]

2023-12-14 Thread via GitHub
yiguolei merged PR #28406: URL: https://github.com/apache/doris/pull/28406 -- 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 (4300fdce431 -> 310d1ab9a95)

2023-12-14 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 4300fdce431 [feature](merge-on-write) enable merge-on-write by default again (#28105) add 310d1ab9a95 [feature]

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

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28423: URL: https://github.com/apache/doris/pull/28423#issuecomment-1856105868 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

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] [Bug](function) fix npe on select http_stream directly [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28423: URL: https://github.com/apache/doris/pull/28423#issuecomment-1856105926 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: [enhancement](bitmap)support bitmap type for non-key column in duplicate table (#28392)

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 8ca7bd8f981 [enhancement](bitmap)support bitmap

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](Planner): parse more Punctuation Date/DateTime [doris]

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

2023-12-14 Thread via GitHub
zclllyybb commented on PR #28352: URL: https://github.com/apache/doris/pull/28352#issuecomment-1856111490 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](bitmap)support bitmap type for non-key column in duplicate table [doris]

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

2023-12-14 Thread via GitHub
yiguolei commented on code in PR #28395: URL: https://github.com/apache/doris/pull/28395#discussion_r1426922885 ## be/src/vec/exprs/vcast_expr.cpp: ## @@ -142,8 +142,11 @@ std::string VCastExpr::debug_string() const { out << ","; } out << input_exp

Re: [PR] [fix](partial update) Fix some bugs about partial update [doris]

2023-12-14 Thread via GitHub
yiguolei merged PR #28358: URL: https://github.com/apache/doris/pull/28358 -- 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](partial update) Fix some bugs about partial update (#28358)

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 415c6d854d5 [fix](partial update) Fix some bugs

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](docker)Dockerfile shell refactor [doris]

2023-12-14 Thread via GitHub
yiguolei commented on PR #27569: URL: https://github.com/apache/doris/pull/27569#issuecomment-1856131404 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] [typo](doc)modify error version description in json_extract docs [doris]

2023-12-14 Thread via GitHub
yiguolei merged PR #27344: URL: https://github.com/apache/doris/pull/27344 -- 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-1.2-lts updated: [typo](doc)modify error version description in json_extract docs (#27344)

2023-12-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 92c6ca1030f [typo](doc)modify e

Re: [PR] [optimize](cooldown)Reduce unnecessary sort operations for vector [doris]

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

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-1856130675 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 2936d9c13f2303123045d8c59d1dd96232134b99, data reload: false

Re: [PR] [optimize](cooldown)Reduce unnecessary sort operations for vector [doris]

2023-12-14 Thread via GitHub
yiguolei merged PR #27147: URL: https://github.com/apache/doris/pull/27147 -- 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] [bug](json)Fix the problem of be down caused by json path ending with \ [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28180: URL: https://github.com/apache/doris/pull/28180#issuecomment-1856136448 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

<    1   2   3   4   5   6   7   8   9   >