Re: [PR] [fix] (compaction) fix time series compaction policy (#39170) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39228: URL: https://github.com/apache/doris/pull/39228#issuecomment-2283233648 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] (compaction) fix time series compaction policy (#39170) [doris]

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

[PR] [fix] (compaction) fix time series compaction policy (#39170) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39228: URL: https://github.com/apache/doris/pull/39228 ## Proposed changes pick from master #39170 -- 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

(doris) branch presto_offset_limit created (now 62e82d64eb0)

2024-08-11 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch presto_offset_limit in repository https://gitbox.apache.org/repos/asf/doris.git at 62e82d64eb0 [enhancment](limit) make offset be reserverd keyword to support 'offset integer limit int

(doris) 01/01: [enhancment](limit) make offset be reserverd keyword to support 'offset integer limit integer' grammar to be compatible with presto

2024-08-11 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch presto_offset_limit in repository https://gitbox.apache.org/repos/asf/doris.git commit 62e82d64eb035c1bfea2aadfbc34cb320df192ef Author: caiconghui1 AuthorDate: Mon Aug 12 14:54:09 2024 +0800

[PR] [fix] (compaction) fix time series compaction policy (#39170) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39227: URL: https://github.com/apache/doris/pull/39227 ## Proposed changes pick from master #39170 -- 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] [fix] (compaction) fix time series compaction policy (#39170) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39227: URL: https://github.com/apache/doris/pull/39227#issuecomment-2283232216 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] (compaction) fix time series compaction policy (#39170) [doris]

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

Re: [PR] [fix] (topn) fix uncleared block in topn_next() (#39119) [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39226: URL: https://github.com/apache/doris/pull/39226#issuecomment-2283231796 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](config) remove unless config in doris [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39218: URL: https://github.com/apache/doris/pull/39218#issuecomment-2283230715 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] [Refactor](config) remove unless config in doris [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39218: URL: https://github.com/apache/doris/pull/39218#issuecomment-2283230648 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] [Refact](inverted index) refact no need read data opt logic #36969 [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39225: URL: https://github.com/apache/doris/pull/39225#issuecomment-2283228429 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]enhance the log print for database synchronization [doris-flink-connector]

2024-08-11 Thread via GitHub
JNSimba commented on code in PR #467: URL: https://github.com/apache/doris-flink-connector/pull/467#discussion_r1713247706 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/JdbcSourceSchema.java: ## @@ -48,7 +53,7 @@ public LinkedHashMap getColumnInfo(

Re: [PR] [fix] (topn) fix uncleared block in topn_next() (#39119) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39226: URL: https://github.com/apache/doris/pull/39226#issuecomment-2283221704 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] (topn) fix uncleared block in topn_next() (#39119) [doris]

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

[PR] [fix] (topn) fix uncleared block in topn_next() (#39119) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39226: URL: https://github.com/apache/doris/pull/39226 ## Proposed changes pick from master #39119 -- 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] [Refact](inverted index) refact no need read data opt logic #36969 [doris]

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

Re: [PR] [Refact](inverted index) refact no need read data opt logic #36969 [doris]

2024-08-11 Thread via GitHub
airborne12 commented on PR #39225: URL: https://github.com/apache/doris/pull/39225#issuecomment-2283219828 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] [Refact](inverted index) refact no need read data opt logic #36969 [doris]

2024-08-11 Thread via GitHub
airborne12 opened a new pull request, #39225: URL: https://github.com/apache/doris/pull/39225 cherry pick from #36969 -- 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] [Refactor](config) remove unless config in doris [doris]

2024-08-11 Thread via GitHub
doris-robot commented on PR #39218: URL: https://github.com/apache/doris/pull/39218#issuecomment-2283217253 ClickBench: Total hot run time: 31.32 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix] (topn) fix uncleared block in topn_next() (#39119) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39224: URL: https://github.com/apache/doris/pull/39224#issuecomment-2283216170 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] (topn) fix uncleared block in topn_next() (#39119) [doris]

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

[PR] [fix] (topn) fix uncleared block in topn_next() (#39119) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39224: URL: https://github.com/apache/doris/pull/39224 ## Proposed changes pick from master #39119 -- 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] [fix] (inverted index) Fix match function without inverted index (#38989) [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39221: URL: https://github.com/apache/doris/pull/39221#issuecomment-2283213829 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](assert_cast) Make assert cast do type check in release build by default [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39030: URL: https://github.com/apache/doris/pull/39030#issuecomment-228326 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] (nereids) fix Match Expreesion in filter estimation (#39050) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39216: URL: https://github.com/apache/doris/pull/39216#issuecomment-2283211163 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] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1713235462 ## cloud/src/meta-service/meta_service.cpp: ## @@ -1405,104 +1438,144 @@ void MetaServiceImpl::get_rowset(::google::protobuf::RpcController* controller,

Re: [PR] [bug](schema change)fix schema change cause load failed due to err -215 [doris]

2024-08-11 Thread via GitHub
TangSiyang2001 commented on PR #23836: URL: https://github.com/apache/doris/pull/23836#issuecomment-2283209440 This PR has compile failure. ``` [ERROR] /root/doris/fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java:[3035,37] no suitable constructor found for Dr

Re: [PR] [feat](nereids) adjust stats derive by delta row [doris]

2024-08-11 Thread via GitHub
englefly commented on PR #39222: URL: https://github.com/apache/doris/pull/39222#issuecomment-2283209138 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] [Refactor](config) remove unless config in doris [doris]

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

Re: [PR] TEMP [doris]

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

[PR] TEMP [doris]

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

[I] [Enhancement] How can I set the startup_mode to synchronize from the specified timestamp? [doris-flink-connector]

2024-08-11 Thread via GitHub
Hub-Wling opened a new issue, #468: URL: https://github.com/apache/doris-flink-connector/issues/468 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

Re: [PR] [feat](nereids) adjust stats derive by delta row [doris]

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

[PR] [feat](nereids) adjust stats derive by delta row [doris]

2024-08-11 Thread via GitHub
englefly opened a new pull request, #39222: URL: https://github.com/apache/doris/pull/39222 ## Proposed changes After analyzing, user may insert new rows. analyzed rows: the rows have been analyzed delta row: rows inserted after analyze job if analyzed rows are filtered out, t

Re: [PR] [fix] (inverted index) Fix match function without inverted index (#38989) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39220: URL: https://github.com/apache/doris/pull/39220#issuecomment-2283205256 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] (inverted index) Fix match function without inverted index (#38989) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39221: URL: https://github.com/apache/doris/pull/39221#issuecomment-2283205141 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

[PR] [fix] (inverted index) Fix match function without inverted index (#38989) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39221: URL: https://github.com/apache/doris/pull/39221 ## Proposed changes pick from #38989 -- 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

Re: [PR] [fix] (inverted index) Fix match function without inverted index (#38989) [doris]

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

[PR] [Feature](hdfs-native-client) Added custom logger to print errors to stderr instead. [doris-thirdparty]

2024-08-11 Thread via GitHub
kaka11chen opened a new pull request, #236: URL: https://github.com/apache/doris-thirdparty/pull/236 [Feature] (hdfs-native-client) Added custom logger to print errors to stderr instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [fix] (inverted index) Fix match function without inverted index (#38989) [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39220: URL: https://github.com/apache/doris/pull/39220#issuecomment-2283202263 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](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-11 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2283201473 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.

[PR] [fix](s3_tvf)fix endpoint and region parameters to required in s3 tvf doc. [doris-website]

2024-08-11 Thread via GitHub
hubgeter opened a new pull request, #988: URL: https://github.com/apache/doris-website/pull/988 (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] [Refactor](config) remove unless config in doris [doris]

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

Re: [PR] [fix] (inverted index) Fix match function without inverted index (#38989) [doris]

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

[PR] [fix] (inverted index) Fix match function without inverted index (#38989) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39220: URL: https://github.com/apache/doris/pull/39220 ## Proposed changes pick from #38989 -- 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

Re: [PR] [feature](restore) Support clean_tables/clean_partitions properties for restore job [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39028: URL: https://github.com/apache/doris/pull/39028#issuecomment-2283190813 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](cloud) fix alter consume offset can not work in cloud mode [doris]

2024-08-11 Thread via GitHub
sollhui commented on PR #39159: URL: https://github.com/apache/doris/pull/39159#issuecomment-2283188296 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] [Improment]support drop be tag [doris]

2024-08-11 Thread via GitHub
yiguolei commented on code in PR #39056: URL: https://github.com/apache/doris/pull/39056#discussion_r1713213203 ## fe/fe-core/src/test/java/org/apache/doris/clone/TabletRepairAndBalanceTest.java: ## @@ -180,6 +180,64 @@ private static void alterTable(String sql) throws Exceptio

Re: [PR] [fix](cloud) fix alter consume offset can not work in cloud mode [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39159: URL: https://github.com/apache/doris/pull/39159#issuecomment-2283184597 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](restore) Support clean_tables/clean_partitions properties for restore job [doris]

2024-08-11 Thread via GitHub
w41ter commented on PR #39028: URL: https://github.com/apache/doris/pull/39028#issuecomment-2283183029 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] [opt](assert_cast) Make assert cast do type check in release build by default [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39030: URL: https://github.com/apache/doris/pull/39030#issuecomment-2283154736 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] [chore](conf)remove unused doris_max_scan_key_num and max_send_batch_parallelism_per_job conf [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39219: URL: https://github.com/apache/doris/pull/39219#issuecomment-2283145021 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](conf)remove unused doris_max_scan_key_num and max_send_batch_parallelism_per_job conf [doris]

2024-08-11 Thread via GitHub
Mryange commented on PR #39219: URL: https://github.com/apache/doris/pull/39219#issuecomment-2283140480 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] [chore](conf)remove unused doris_max_scan_key_num and max_send_batch_parallelism_per_job conf [doris]

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

[PR] [chore](conf)remove unused doris_max_scan_key_num and max_send_batch_parallelism_per_job conf [doris]

2024-08-11 Thread via GitHub
Mryange opened a new pull request, #39219: URL: https://github.com/apache/doris/pull/39219 ## Proposed changes Use SessionVariable to control it, rather than be conf. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [Refactor](config) remove unless config in doris [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39218: URL: https://github.com/apache/doris/pull/39218#issuecomment-2283132191 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](log) avoid lots of json parse error logs [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39190: URL: https://github.com/apache/doris/pull/39190#issuecomment-2283127709 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] [opt](log) avoid lots of json parse error logs [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39190: URL: https://github.com/apache/doris/pull/39190#issuecomment-2283127665 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] [Refactor](config) remove unless config in doris [doris]

2024-08-11 Thread via GitHub
HappenLee commented on PR #39218: URL: https://github.com/apache/doris/pull/39218#issuecomment-2283126895 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] [Refactor](config) remove unless config in doris [doris]

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

[PR] [Refactor](config) remove unless config in doris [doris]

2024-08-11 Thread via GitHub
HappenLee opened a new pull request, #39218: URL: https://github.com/apache/doris/pull/39218 ## Proposed changes [Refactor](config) remove unless config in doris `doris_scanner_queue_size` -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] [Fix](JsonReader) Return correct status when parse failed [doris]

2024-08-11 Thread via GitHub
doris-robot commented on PR #39206: URL: https://github.com/apache/doris/pull/39206#issuecomment-2283119892 ClickBench: Total hot run time: 30.38 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](JsonReader) Return correct status when parse failed [doris]

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

Re: [PR] [fix](regression-test) fix output of jsonb [doris]

2024-08-11 Thread via GitHub
eldenmoon commented on PR #39217: URL: https://github.com/apache/doris/pull/39217#issuecomment-2283113648 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](regression-test) fix output of jsonb [doris]

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

[PR] [fix](regression-test) fix output of jsonb [doris]

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

Re: [PR] [improve](nestedtype) support schema change for nested type [doris]

2024-08-11 Thread via GitHub
doris-robot commented on PR #39210: URL: https://github.com/apache/doris/pull/39210#issuecomment-2283111978 ClickBench: Total hot run time: 30.81 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cooldown)No need to rdlock inside get_cooldown_tablets, there's enough rdlock inside tablet internal function calls. [doris]

2024-08-11 Thread via GitHub
doris-robot commented on PR #39211: URL: https://github.com/apache/doris/pull/39211#issuecomment-2283111947 ClickBench: Total hot run time: 30.84 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] Revert "[fix] (scan) push down expr in agg and mor" [doris]

2024-08-11 Thread via GitHub
doris-robot commented on PR #39212: URL: https://github.com/apache/doris/pull/39212#issuecomment-2283111785 ClickBench: Total hot run time: 31.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve](nestedtype) support schema change for nested type [doris]

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

Re: [PR] [fix](cooldown)No need to rdlock inside get_cooldown_tablets, there's enough rdlock inside tablet internal function calls. [doris]

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

Re: [PR] Revert "[fix] (scan) push down expr in agg and mor" [doris]

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

Re: [PR] [Fix](JsonReader) Return correct status when parse failed [doris]

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

Re: [PR] [improve](nestedtype) support schema change for nested type [doris]

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

Re: [PR] Revert "[fix] (scan) push down expr in agg and mor" [doris]

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

Re: [PR] [fix](cooldown)No need to rdlock inside get_cooldown_tablets, there's enough rdlock inside tablet internal function calls. [doris]

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

Re: [PR] [opt](assert_cast) Make assert cast do type check in release build by default [doris]

2024-08-11 Thread via GitHub
doris-robot commented on PR #39030: URL: https://github.com/apache/doris/pull/39030#issuecomment-2283096703 ClickBench: Total hot run time: 30.89 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix] (nereids) fix Match Expreesion in filter estimation (#39050) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39215: URL: https://github.com/apache/doris/pull/39215#issuecomment-2283094982 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) fix Match Expreesion in filter estimation (#39050) [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39216: URL: https://github.com/apache/doris/pull/39216#issuecomment-2283094905 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) fix Match Expreesion in filter estimation (#39050) [doris]

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

[PR] [fix] (nereids) fix Match Expreesion in filter estimation (#39050) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39216: URL: https://github.com/apache/doris/pull/39216 ## Proposed changes pick from master #39050 -- 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](assert_cast) Make assert cast do type check in release build by default [doris]

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

Re: [PR] [fix] (nereids) fix Match Expreesion in filter estimation (#39050) [doris]

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

[PR] [fix] (nereids) fix Match Expreesion in filter estimation (#39050) [doris]

2024-08-11 Thread via GitHub
csun5285 opened a new pull request, #39215: URL: https://github.com/apache/doris/pull/39215 ## Proposed changes pick from master #39050 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [opt](assert_cast) Make assert cast do type check in release build by default [doris]

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

Re: [PR] [branch-2.1] Picks "[fix](delete) Fix delete stmt on MOW table doesn't use partial update in Nereids planner #38751" [doris]

2024-08-11 Thread via GitHub
bobhan1 commented on PR #39214: URL: https://github.com/apache/doris/pull/39214#issuecomment-2283082518 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] [branch-2.1] Picks "[fix](delete) Fix delete stmt on MOW table doesn't use partial update in Nereids planner #38751" [doris]

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

[PR] [branch-2.1] Picks "[fix](delete) Fix delete stmt on MOW table doesn't use partial update in Nereids planner #38751" [doris]

2024-08-11 Thread via GitHub
bobhan1 opened a new pull request, #39214: URL: https://github.com/apache/doris/pull/39214 ## Proposed changes picks https://github.com/apache/doris/pull/38751 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(doris) branch master updated (d91a7adb142 -> 191371df057)

2024-08-11 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d91a7adb142 [enhance](auth)modify priv of refresh catalog/db/table (#39008) add 191371df057 [fix] (compaction)

Re: [PR] [fix] (compaction) fix time series compaction policy [doris]

2024-08-11 Thread via GitHub
airborne12 merged PR #39170: URL: https://github.com/apache/doris/pull/39170 -- 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] [branch-2.1](regression) Fix case `test_schema_change_unique_mow` [doris]

2024-08-11 Thread via GitHub
bobhan1 commented on PR #39213: URL: https://github.com/apache/doris/pull/39213#issuecomment-2283079825 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] [branch-2.1](regression) Fix case `test_schema_change_unique_mow` [doris]

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

[PR] [branch-2.1](regression) Fix case `test_schema_change_unique_mow` [doris]

2024-08-11 Thread via GitHub
bobhan1 opened a new pull request, #39213: URL: https://github.com/apache/doris/pull/39213 ## Proposed changes picks https://github.com/apache/doris/pull/39173 and https://github.com/apache/doris/pull/39196 -- This is an automated message from the Apache Git Service. To res

Re: [PR] [fix] (compaction) fix time series compaction policy [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39170: URL: https://github.com/apache/doris/pull/39170#issuecomment-2283079696 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] [chore](cloud) Add show_meta_ranges API [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39208: URL: https://github.com/apache/doris/pull/39208#issuecomment-2283078848 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] Revert "[fix] (scan) push down expr in agg and mor" [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39212: URL: https://github.com/apache/doris/pull/39212#issuecomment-2283075872 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](JsonReader) Return correct status when parse failed [doris]

2024-08-11 Thread via GitHub
github-actions[bot] commented on PR #39206: URL: https://github.com/apache/doris/pull/39206#issuecomment-2283075681 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](cloud) Add show_meta_ranges API [doris]

2024-08-11 Thread via GitHub
w41ter commented on PR #39208: URL: https://github.com/apache/doris/pull/39208#issuecomment-2283074684 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] Revert "[fix] (scan) push down expr in agg and mor" [doris]

2024-08-11 Thread via GitHub
csun5285 commented on PR #39212: URL: https://github.com/apache/doris/pull/39212#issuecomment-2283071309 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

  1   2   3   4   >