Re: [PR] [feature-wip](IO) Replace file writer's finalize function with async close [doris]

2024-05-12 Thread via GitHub
ByteYue commented on PR #34679: URL: https://github.com/apache/doris/pull/34679#issuecomment-2106146248 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] [improvement](spill) improve spill log printing [doris]

2024-05-12 Thread via GitHub
HappenLee merged PR #34729: URL: https://github.com/apache/doris/pull/34729 -- 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 (c6b469aad65 -> 8a532e8ab14)

2024-05-12 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c6b469aad65 [fix](config) for compatibility issue of log dir config (#34734) add 8a532e8ab14 [improvement](spi

Re: [PR] [FIX](array_index)fix array tokenized index parser and array_contains bugs [doris]

2024-05-12 Thread via GitHub
amorynan commented on PR #34683: URL: https://github.com/apache/doris/pull/34683#issuecomment-2106152267 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](array_index)fix array tokenized index parser and array_contains bugs [doris]

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

Re: [PR] [FIX](array_index)fix array tokenized index parser and array_contains bugs [doris]

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

Re: [PR] [refactor](jdbc catalog) split sap_hana jdbc executor [doris]

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

Re: [PR] [FIX](array_index)fix array tokenized index parser and array_contains bugs [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34683: URL: https://github.com/apache/doris/pull/34683#issuecomment-2106179843 TeamCity be ut coverage result: Function Coverage: 35.65% (8983/25201) Line Coverage: 27.31% (74258/271867) Region Coverage: 26.55% (38381/144577) Branch Coverage: 23.3

Re: [PR] [feature-wip](IO) Replace file writer's finalize function with async close [doris]

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

Re: [PR] [fix](Nereids) check pushDownContext validation after withNewProbeExpression() [doris]

2024-05-12 Thread via GitHub
englefly merged PR #34704: URL: https://github.com/apache/doris/pull/34704 -- 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: check pushDownContext validation after withNewProbeExpression() (#34704)

2024-05-12 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 7f06cf0a012 check pushDownContext validation af

[PR] [fix](nereids)check pushDownContext validation after withNewProbeExpression() (#34704) [doris]

2024-05-12 Thread via GitHub
englefly opened a new pull request, #34737: URL: https://github.com/apache/doris/pull/34737 when the runtime filter target to a constant, the PushDownContext.finalTarget is null. in this case, do not pushdown runtime filter. example: select * from (select 1 as x from T1) T2 join T3 on

Re: [PR] [fix](nereids)check pushDownContext validation after withNewProbeExpression() (#34704) [doris]

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

Re: [PR] [fix](nereids)check pushDownContext validation after withNewProbeExpression() (#34704) [doris]

2024-05-12 Thread via GitHub
englefly commented on PR #34737: URL: https://github.com/apache/doris/pull/34737#issuecomment-2106193770 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)check pushDownContext validation after withNewProbeExpression() (#34704) [doris]

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

(doris) branch branch-2.1 updated: check pushDownContext validation after withNewProbeExpression() (#34704) (#34737)

2024-05-12 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 755757e57c3 check pushDownContext valid

[PR] [doc](stream load) Correct Some Mistakes [doris-website]

2024-05-12 Thread via GitHub
wanghuan2054 opened a new pull request, #640: URL: https://github.com/apache/doris-website/pull/640 (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 unsubscr

Re: [PR] [doc](stream load) Correct Some Mistakes [doris-website]

2024-05-12 Thread via GitHub
wanghuan2054 closed pull request #640: [doc](stream load) Correct Some Mistakes URL: https://github.com/apache/doris-website/pull/640 -- 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 com

[PR] [doc](stream load) Correct Some Mistakes [doris-website]

2024-05-12 Thread via GitHub
wanghuan2054 opened a new pull request, #641: URL: https://github.com/apache/doris-website/pull/641 (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 unsubscr

(doris) branch branch-2.1 updated: [improvement](spill) improve spill log printing

2024-05-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new cdc950f2c3f [improvement](spill) improv

Re: [PR] [feature](Nereids): add projection for join reorder [doris]

2024-05-12 Thread via GitHub
jackwener commented on PR #34400: URL: https://github.com/apache/doris/pull/34400#issuecomment-2106222039 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] [opt](nereids)new way to set pre-agg status [doris]

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

Re: [PR] [opt](nereids)new way to set pre-agg status [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34738: URL: https://github.com/apache/doris/pull/34738#issuecomment-2106227812 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] [opt](nereids)new way to set pre-agg status [doris]

2024-05-12 Thread via GitHub
starocean999 commented on PR #34738: URL: https://github.com/apache/doris/pull/34738#issuecomment-2106227833 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] [optimize](information_schema) optimize the data type of table information_schema.rowsets [doris]

2024-05-12 Thread via GitHub
DarvenDuan opened a new pull request, #34739: URL: https://github.com/apache/doris/pull/34739 ## Proposed changes Issue Number: close #xxx The original data type of column `CREATION_TIME` and `NEWEST_WRITE_TIMESTAMP` in table `information_schema.rowsets` is bigint, which is no

Re: [PR] [optimize](information_schema) optimize the data type of table information_schema.rowsets [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34739: URL: https://github.com/apache/doris/pull/34739#issuecomment-2106245307 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] [optimize](information_schema) optimize the data type of table information_schema.rowsets [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34739: URL: https://github.com/apache/doris/pull/34739#issuecomment-2106247175 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] [optimize](information_schema) optimize the data type of table information_schema.rowsets [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34739: URL: https://github.com/apache/doris/pull/34739#issuecomment-2106249463 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] [optimize](information_schema) optimize the data type of table information_schema.rowsets [doris]

2024-05-12 Thread via GitHub
DarvenDuan commented on PR #34739: URL: https://github.com/apache/doris/pull/34739#issuecomment-2106249797 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

(doris) branch branch-2.1 updated: 2.1.3-rc07

2024-05-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 4150971e07f 2.1.3-rc07 4150971e07f is d

(doris) annotated tag 2.1.3-rc07 updated (4150971e07f -> 565bc2168c6)

2024-05-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to annotated tag 2.1.3-rc07 in repository https://gitbox.apache.org/repos/asf/doris.git *** WARNING: tag 2.1.3-rc07 was modified! *** from 4150971e07f (commit) to 565bc2168c6 (tag) tagging 41

Re: [PR] [opt](split) get file splits in batch mode [doris]

2024-05-12 Thread via GitHub
morningman commented on code in PR #34032: URL: https://github.com/apache/doris/pull/34032#discussion_r1597645580 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hudi/source/HudiScanNode.java: ## @@ -370,9 +375,51 @@ public List getSplits() throws UserException {

Re: [PR] [Fix](outfile) Fix the timing of setting the `_is_closed` flag in Parquet/ORC writer [doris]

2024-05-12 Thread via GitHub
morningman commented on PR #34668: URL: https://github.com/apache/doris/pull/34668#issuecomment-2106266595 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [Fix](outfile) Fix the timing of setting the `_is_closed` flag in Parquet/ORC writer [doris]

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

Re: [PR] [Fix](outfile) Fix the timing of setting the `_is_closed` flag in Parquet/ORC writer [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34668: URL: https://github.com/apache/doris/pull/34668#issuecomment-2106266889 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](outfile) Fix the timing of setting the `_is_closed` flag in Parquet/ORC writer [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34668: URL: https://github.com/apache/doris/pull/34668#issuecomment-2106268090 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] [improvement](decimal) improve overflow error message [doris]

2024-05-12 Thread via GitHub
jacktengg commented on PR #34689: URL: https://github.com/apache/doris/pull/34689#issuecomment-2106268621 run p0 -- 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 unsubscr

Re: [PR] [opt](profile) Avoid unnecessary copies in the profile thrift. [doris]

2024-05-12 Thread via GitHub
Mryange commented on PR #34720: URL: https://github.com/apache/doris/pull/34720#issuecomment-2106270106 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-wip](IO) Replace file writer's finalize function with async close [doris]

2024-05-12 Thread via GitHub
ByteYue commented on PR #34679: URL: https://github.com/apache/doris/pull/34679#issuecomment-2106270680 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-wip](IO) Replace file writer's finalize function with async close [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on code in PR #34679: URL: https://github.com/apache/doris/pull/34679#discussion_r1597652023 ## be/src/io/fs/s3_file_writer.cpp: ## @@ -248,7 +240,7 @@ Status S3FileWriter::close() { } Status S3FileWriter::appendv(const Slice* data, size_t data_

Re: [PR] [opt](profile) Avoid unnecessary copies in the profile thrift. [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34720: URL: https://github.com/apache/doris/pull/34720#issuecomment-2106271836 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-wip](IO) Replace file writer's finalize function with async close [doris]

2024-05-12 Thread via GitHub
ByteYue commented on PR #34679: URL: https://github.com/apache/doris/pull/34679#issuecomment-2106272237 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-wip](IO) Replace file writer's finalize function with async close [doris]

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

Re: [PR] [Fix](outfile) Fix the timing of setting the `_is_closed` flag in Parquet/ORC writer [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34668: URL: https://github.com/apache/doris/pull/34668#issuecomment-2106273349 TeamCity be ut coverage result: Function Coverage: 35.65% (8984/25203) Line Coverage: 27.32% (74277/271866) Region Coverage: 26.56% (38392/144574) Branch Coverage: 23.3

Re: [PR] [fix](expr) fix expr serde, let it work as expected [doris]

2024-05-12 Thread via GitHub
morningman commented on code in PR #34449: URL: https://github.com/apache/doris/pull/34449#discussion_r1597650487 ## fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java: ## @@ -65,8 +65,11 @@ public enum Operator { GT(">", "gt", TExprOpcode.GT),

Re: [PR] [Fix](outfile) Fix the timing of setting the `_is_closed` flag in Parquet/ORC writer [doris]

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

Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

2024-05-12 Thread via GitHub
zzzs commented on PR #32523: URL: https://github.com/apache/doris/pull/32523#issuecomment-2106285714 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](outfile) Fix the timing of setting the `_is_closed` flag in Parquet/ORC writer [doris]

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

Re: [PR] [Feature][external catalog/lakesoul] support lakesoul catalog [doris]

2024-05-12 Thread via GitHub
morningman commented on PR #32164: URL: https://github.com/apache/doris/pull/32164#issuecomment-2106291999 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [Feature][external catalog/lakesoul] support lakesoul catalog [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #32164: URL: https://github.com/apache/doris/pull/32164#issuecomment-2106292262 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] [optimize](information_schema) optimize the data type of table information_schema.rowsets [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34739: URL: https://github.com/apache/doris/pull/34739#issuecomment-2106292420 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] [optimize](information_schema) optimize the data type of table information_schema.rowsets [doris]

2024-05-12 Thread via GitHub
DarvenDuan commented on PR #34739: URL: https://github.com/apache/doris/pull/34739#issuecomment-2106292530 run p0 -- 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] [Feature][external catalog/lakesoul] support lakesoul catalog [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #32164: URL: https://github.com/apache/doris/pull/32164#issuecomment-2106293619 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-wip](IO) Replace file writer's finalize function with async close [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34679: URL: https://github.com/apache/doris/pull/34679#issuecomment-2106299576 TeamCity be ut coverage result: Function Coverage: 35.65% (8985/25205) Line Coverage: 27.31% (74262/271916) Region Coverage: 26.54% (38373/144586) Branch Coverage: 23.3

Re: [PR] [opt](profile) Avoid unnecessary copies in the profile thrift. [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34720: URL: https://github.com/apache/doris/pull/34720#issuecomment-2106301671 TeamCity be ut coverage result: Function Coverage: 35.65% (8984/25202) Line Coverage: 27.31% (74263/271878) Region Coverage: 26.55% (38382/144579) Branch Coverage: 23.3

Re: [PR] [Feature][external catalog/lakesoul] support lakesoul catalog [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #32164: URL: https://github.com/apache/doris/pull/32164#issuecomment-2106318351 TeamCity be ut coverage result: Function Coverage: 35.65% (8986/25206) Line Coverage: 27.32% (74275/271909) Region Coverage: 26.55% (38392/144592) Branch Coverage: 23.3

[PR] [doc](cloud) Update deployment and file cache [doris-website]

2024-05-12 Thread via GitHub
gavinchou opened a new pull request, #642: URL: https://github.com/apache/doris-website/pull/642 (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] [Fix](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2106338711 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](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
zclllyybb commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2106338742 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](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
zclllyybb opened a new pull request, #34740: URL: https://github.com/apache/doris/pull/34740 ## Proposed changes Issue Number: close #xxx Before if we have multi sender but some of their sink node have no data of some specific partition, then this sink won't know it has to clos

Re: [PR] [Fix](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
zclllyybb closed pull request #33996: [Fix](auto-partition) fix auto partition load lost data in multi sender URL: https://github.com/apache/doris/pull/33996 -- 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 t

Re: [PR] [Fix](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
zclllyybb commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2106339311 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](cloud) Use c++20 and unleash endian check [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34735: URL: https://github.com/apache/doris/pull/34735#issuecomment-2106339599 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](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2106340056 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](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2106340616 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](function) fix wrong describe of function from_unixtime [doris-website]

2024-05-12 Thread via GitHub
zclllyybb opened a new pull request, #643: URL: https://github.com/apache/doris-website/pull/643 This pr could directly be merged without any code change. -- 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 t

Re: [PR] [Fix](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
zclllyybb commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2106364311 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](auto-partition) fix auto partition load lost data in multi sender [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2106365452 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](auto-partition) fix auto partition load lost data in multi sender [doris]

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

Re: [PR] [Fix](auto-partition) fix auto partition load lost data in multi sender [doris]

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

Re: [PR] [fix](Tools) Fix the escape character '\' error in sql generated by tpcds tools scripts [doris]

2024-05-12 Thread via GitHub
github-actions[bot] closed pull request #25203: [fix](Tools) Fix the escape character '\' error in sql generated by tpcds tools scripts URL: https://github.com/apache/doris/pull/25203 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] Doris leozhuo [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #26496: URL: https://github.com/apache/doris/pull/26496#issuecomment-2106422667 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [fix](be)fix merged_columns and num_columns lnconsistency problem [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #26615: URL: https://github.com/apache/doris/pull/26615#issuecomment-2106422652 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [FIX](array_index)fix array tokenized index parser and array_contains bugs [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34683: URL: https://github.com/apache/doris/pull/34683#issuecomment-2106445841 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] [test](case) error format case in test_query_json_object [doris]

2024-05-12 Thread via GitHub
Mryange commented on PR #34722: URL: https://github.com/apache/doris/pull/34722#issuecomment-2106453005 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] [fix](Rqg445) do not push rf through cteAnchor [doris]

2024-05-12 Thread via GitHub
englefly opened a new pull request, #34741: URL: https://github.com/apache/doris/pull/34741 ## 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](Rqg445) do not push rf through cteAnchor [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34741: URL: https://github.com/apache/doris/pull/34741#issuecomment-2106463306 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)do not push rf through cteAnchor [doris]

2024-05-12 Thread via GitHub
englefly opened a new pull request, #34742: URL: https://github.com/apache/doris/pull/34742 ## Proposed changes Or_expansion rule create a CTEAnchor inside plan tree, and there are some columns above anchor sharing the same ExprId with columns under anchor. This mislead runtime pushdown

Re: [PR] [fix](nereids)do not push rf through cteAnchor [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34742: URL: https://github.com/apache/doris/pull/34742#issuecomment-2106464935 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] [test](case) insert into select time [doris]

2024-05-12 Thread via GitHub
zhangstar333 commented on PR #34541: URL: https://github.com/apache/doris/pull/34541#issuecomment-2106483488 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] [regression-test](framework) support trino connector tests in multi be and fe env [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34731: URL: https://github.com/apache/doris/pull/34731#issuecomment-2106487683 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] [test](case) insert into select time [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34541: URL: https://github.com/apache/doris/pull/34541#issuecomment-2106488893 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] [feature](Paimon) support deletion vector for Paimon naive reader [doris]

2024-05-12 Thread via GitHub
suxiaogang223 opened a new pull request, #34743: URL: https://github.com/apache/doris/pull/34743 ## Proposed changes support support deletion vector for Paimon naive reader ## Further comments If this is a relatively large or complex change, kick off the discussio

Re: [PR] [feature](Paimon) support deletion vector for Paimon naive reader [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34743: URL: https://github.com/apache/doris/pull/34743#issuecomment-2106489168 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] [enhance](mtmv)Mtmv rollup [doris]

2024-05-12 Thread via GitHub
zddr commented on code in PR #31812: URL: https://github.com/apache/doris/pull/31812#discussion_r1597789288 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/MTMVPartitionDefinition.java: ## @@ -0,0 +1,225 @@ +// Licensed to the Apache Software Found

Re: [PR] [fix](Rqg445) do not push rf through cteAnchor [doris]

2024-05-12 Thread via GitHub
englefly closed pull request #34741: [fix](Rqg445) do not push rf through cteAnchor URL: https://github.com/apache/doris/pull/34741 -- 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 comme

[PR] [fix](nereids) do not push rf through cteAnchor [doris]

2024-05-12 Thread via GitHub
englefly opened a new pull request, #34744: URL: https://github.com/apache/doris/pull/34744 ## Proposed changes Or_expansion rule create a CTEAnchor inside plan tree, and there are some columns above anchor sharing the same ExprId with columns under anchor. This mislead runtime pushdown

Re: [PR] [fix](nereids) do not push rf through cteAnchor [doris]

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

Re: [PR] [fix](nereids) do not push rf through cteAnchor [doris]

2024-05-12 Thread via GitHub
englefly commented on PR #34744: URL: https://github.com/apache/doris/pull/34744#issuecomment-2106500492 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] [enhance](mtmv)Mv refresh on commit [doris]

2024-05-12 Thread via GitHub
zddr commented on PR #34548: URL: https://github.com/apache/doris/pull/34548#issuecomment-2106503092 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] [Improvement](set) enable admin_set_frontend_config can apply to all fe [doris]

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

Re: [PR] [Improvement](set) enable admin_set_frontend_config can apply to all fe [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34685: URL: https://github.com/apache/doris/pull/34685#issuecomment-2106504402 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): eliminate useless project [doris]

2024-05-12 Thread via GitHub
github-actions[bot] commented on PR #34611: URL: https://github.com/apache/doris/pull/34611#issuecomment-2106506850 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] Fix clang-18 and libc++ compile problems [doris]

2024-05-12 Thread via GitHub
biohazard4321 commented on PR #34715: URL: https://github.com/apache/doris/pull/34715#issuecomment-2106507746 please approval -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

2024-05-12 Thread via GitHub
mymeiyi commented on code in PR #32523: URL: https://github.com/apache/doris/pull/32523#discussion_r1597794113 ## regression-test/suites/insert_p0/insert_group_commit_into.groovy: ## @@ -132,11 +132,13 @@ suite("insert_group_commit_into") { """ connec

[PR] Fix failed p2 hive statistics case. (#34663) [doris]

2024-05-12 Thread via GitHub
Jibing-Li opened a new pull request, #34745: URL: https://github.com/apache/doris/pull/34745 backport https://github.com/apache/doris/pull/34663 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] Fix failed p2 hive statistics case. (#34663) [doris]

2024-05-12 Thread via GitHub
doris-robot commented on PR #34745: URL: https://github.com/apache/doris/pull/34745#issuecomment-2106509789 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] [feature](ui) web profile download use plain text [doris]

2024-05-12 Thread via GitHub
Mryange commented on code in PR #34705: URL: https://github.com/apache/doris/pull/34705#discussion_r1597795224 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/controller/QueryProfileController.java: ## @@ -59,6 +59,15 @@ public Object profile(@PathVariable(value = ID) String

Re: [PR] [feature](Nereids): eliminate useless project [doris]

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

Re: [PR] [FIX](array_index)fix array tokenized index parser and array_contains bugs [doris]

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

  1   2   3   4   >