Re: [PR] [brnach-2.0][opt](jdbc catalog) opt trino jdbc catalog type mapping [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34938: URL: https://github.com/apache/doris/pull/34938#issuecomment-2112848624 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] [brnach-2.0][opt](jdbc catalog) opt trino jdbc catalog type mapping [doris]

2024-05-15 Thread via GitHub
zy-kkk commented on PR #34938: URL: https://github.com/apache/doris/pull/34938#issuecomment-2112848724 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] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2112849001 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 ColumnPruningPostProcessor [doris]

2024-05-15 Thread via GitHub
jackwener commented on PR #34906: URL: https://github.com/apache/doris/pull/34906#issuecomment-2112849292 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-15 Thread via GitHub
zclllyybb commented on code in PR #34740: URL: https://github.com/apache/doris/pull/34740#discussion_r1601849249 ## be/src/vec/sink/writer/vtablet_writer.cpp: ## @@ -1411,7 +1414,6 @@ Status VTabletWriter::_send_new_partition_batch() { } void VTabletWriter::_do_try_close(Run

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

2024-05-15 Thread via GitHub
zclllyybb commented on code in PR #34740: URL: https://github.com/apache/doris/pull/34740#discussion_r1601850856 ## be/src/vec/sink/writer/vtablet_writer.h: ## @@ -114,6 +106,10 @@ struct AddBatchCounter { } }; +struct WriteBlockCallbackContext { Review Comment: intr

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

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

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

2024-05-15 Thread via GitHub
zclllyybb commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2112854956 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-15 Thread via GitHub
doris-robot commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2112868126 ClickBench: Total hot run time: 30.37 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

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

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34740: URL: https://github.com/apache/doris/pull/34740#issuecomment-2112869216 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](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

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

Re: [PR] [improve] The error log should be printed by caller [doris]

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

Re: [PR] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2112896261 ClickBench: Total hot run time: 30.31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve] The error log should be printed by caller [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34935: URL: https://github.com/apache/doris/pull/34935#issuecomment-2112908112 ClickBench: Total hot run time: 30.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Opt](Iceberg) handle count pushdown in fe side [doris]

2024-05-15 Thread via GitHub
zhangbutao commented on PR #34928: URL: https://github.com/apache/doris/pull/34928#issuecomment-2112944982 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](thrift rpc) skip handle retry in asan mode [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34813: URL: https://github.com/apache/doris/pull/34813#issuecomment-2112953430 TeamCity be ut coverage result: Function Coverage: 35.71% (8998/25199) Line Coverage: 27.38% (74451/271941) Region Coverage: 26.61% (38484/144611) Branch Coverage: 23.4

Re: [PR] [tmp](pipeline) disable two phase opt by default temporialy [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34939: URL: https://github.com/apache/doris/pull/34939#issuecomment-2112975390 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] [tmp](pipeline) disable two phase opt by default temporialy [doris]

2024-05-15 Thread via GitHub
dataroaring opened a new pull request, #34939: URL: https://github.com/apache/doris/pull/34939 ## 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](mai

Re: [PR] [tmp](pipeline) disable two phase opt by default temporialy [doris]

2024-05-15 Thread via GitHub
dataroaring commented on PR #34939: URL: https://github.com/apache/doris/pull/34939#issuecomment-2112975458 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] [docs] Fix dead link for workload group [doris-website]

2024-05-15 Thread via GitHub
luzhijing merged PR #657: URL: https://github.com/apache/doris-website/pull/657 -- 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

(doris-website) branch master updated: fix dead link for workload-group (#657)

2024-05-15 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 6abb24f7a3e fix dead link for workloa

Error while running notifications feature from .asf.yaml in doris-website!

2024-05-15 Thread Apache Infrastructure
An error occurred while running notifications feature in .asf.yaml!: Invalid notification target 'comm...@foo.apache.org'. Must be a valid @doris.apache.org list! - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

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

2024-05-15 Thread via GitHub
doris-robot commented on PR #32164: URL: https://github.com/apache/doris/pull/32164#issuecomment-2113022090 TeamCity be ut coverage result: Function Coverage: 35.70% (8997/25204) Line Coverage: 27.37% (74457/271994) Region Coverage: 26.61% (38491/144633) Branch Coverage: 23.4

Re: [PR] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2113029003 TeamCity be ut coverage result: Function Coverage: 35.71% (8998/25199) Line Coverage: 27.38% (74451/271951) Region Coverage: 26.61% (38487/144614) Branch Coverage: 23.4

[PR] [Fix](regression-test) Fix auto inc partial update unstable regression test [doris]

2024-05-15 Thread via GitHub
Yukang-Lian opened a new pull request, #34940: URL: https://github.com/apache/doris/pull/34940 ## 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](mai

Re: [PR] [Fix](regression-test) Fix auto inc partial update unstable regression test [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34940: URL: https://github.com/apache/doris/pull/34940#issuecomment-2113096687 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](regression-test) Fix auto inc partial update unstable regression test [doris]

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

[PR] [fix](load) fix error due to jsonpaths resolution results [doris]

2024-05-15 Thread via GitHub
felixwluo opened a new pull request, #34941: URL: https://github.com/apache/doris/pull/34941 ## Proposed changes 1. problem `When the key name in json is a.b, the value will be parsed incorrectly` 2. resolve `Add rules and put a.b in parentheses` 3. sql ``` CREATE

Re: [PR] [fix](load) fix error due to jsonpaths resolution results [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34941: URL: https://github.com/apache/doris/pull/34941#issuecomment-2113216965 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](load) fix error due to jsonpaths resolution results [doris]

2024-05-15 Thread via GitHub
felixwluo commented on PR #34941: URL: https://github.com/apache/doris/pull/34941#issuecomment-2113217225 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](load) fix error due to jsonpaths resolution results [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34941: URL: https://github.com/apache/doris/pull/34941#issuecomment-2113230789 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

(doris) branch branch-2.1 updated: simple fix for cancel core block dep is released when call

2024-05-15 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 4ba15b27cac simple fix for cancel core

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

2024-05-15 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 2dc65ce3565 2.1.3-rc09 2dc65ce3565 is d

(doris) annotated tag 2.1.3-rc09 updated (2dc65ce3565 -> 1fa0dcb02be)

2024-05-15 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to annotated tag 2.1.3-rc09 in repository https://gitbox.apache.org/repos/asf/doris.git *** WARNING: tag 2.1.3-rc09 was modified! *** from 2dc65ce3565 (commit) to 1fa0dcb02be (tag) tagging 2d

Re: [PR] [fix](auth) revoke column privs the second time failed [doris]

2024-05-15 Thread via GitHub
yiguolei merged PR #34920: URL: https://github.com/apache/doris/pull/34920 -- 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](auth) revoke column privs the second time failed #34920

2024-05-15 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 1d0b7d1ecd7 [fix](auth) revoke column privs the

Re: [PR] [fix](ci) clear coredump files to avoid disk full [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34900: URL: https://github.com/apache/doris/pull/34900#issuecomment-2113609541 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](ci) clear coredump files to avoid disk full [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34900: URL: https://github.com/apache/doris/pull/34900#issuecomment-2113609579 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](datalake) return the error status instead of static_cast [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34873: URL: https://github.com/apache/doris/pull/34873#issuecomment-2113627622 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) fix pad functions behaviour of empty pad string [doris-website]

2024-05-15 Thread via GitHub
luzhijing merged PR #647: URL: https://github.com/apache/doris-website/pull/647 -- 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

(doris-website) branch master updated: [Fix](function) fix pad functions behaviour of empty pad string (#647)

2024-05-15 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 89e0d03a170 [Fix](function) fix pad fu

Error while running notifications feature from .asf.yaml in doris-website!

2024-05-15 Thread Apache Infrastructure
An error occurred while running notifications feature in .asf.yaml!: Invalid notification target 'comm...@foo.apache.org'. Must be a valid @doris.apache.org list! - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

Re: [PR] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
Gabriel39 commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2113671669 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] [tmp](pipeline) disable two phase opt by default temporialy [doris]

2024-05-15 Thread via GitHub
dataroaring commented on PR #34939: URL: https://github.com/apache/doris/pull/34939#issuecomment-2113676981 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] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2113677204 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] [Enhance](regression)open external case test_information_schema_external [doris]

2024-05-15 Thread via GitHub
github-actions[bot] closed pull request #27083: [Enhance](regression)open external case test_information_schema_external URL: https://github.com/apache/doris/pull/27083 -- 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] [Fix](doc)Fixed an error in the Materialized View doc [doris]

2024-05-15 Thread via GitHub
github-actions[bot] closed pull request #27069: [Fix](doc)Fixed an error in the Materialized View doc URL: https://github.com/apache/doris/pull/27069 -- 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

Re: [PR] [Enhancement](Multi-Caltalog)support read hll and bitmap column from iceberg which export from doris [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #26755: URL: https://github.com/apache/doris/pull/26755#issuecomment-2113678564 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] [Feature](inverted index) support range predicate for inverted index [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #24511: URL: https://github.com/apache/doris/pull/24511#issuecomment-2113678631 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](s3 fs) create_file_impl doesn't create a file as expected [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #25737: URL: https://github.com/apache/doris/pull/25737#issuecomment-2113678597 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] [improvement](nereids) Support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-15 Thread via GitHub
github-actions[bot] closed pull request #25852: [improvement](nereids) Support where, group by, having, order by clause without from clause in query statement URL: https://github.com/apache/doris/pull/25852 -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] fix(sec): upgrade mysql:mysql-connector-java to 8.0.28 [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #25142: URL: https://github.com/apache/doris/pull/25142#issuecomment-2113678606 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](regression-test) Fix auto inc partial update unstable regression test [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34940: URL: https://github.com/apache/doris/pull/34940#issuecomment-2113682340 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](regression-test) Fix auto inc partial update unstable regression test [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34940: URL: https://github.com/apache/doris/pull/34940#issuecomment-2113682363 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] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2113695731 TeamCity be ut coverage result: Function Coverage: 35.71% (8998/25199) Line Coverage: 27.37% (74422/271951) Region Coverage: 26.61% (38482/144614) Branch Coverage: 23.4

Re: [PR] [Fix](Json type) correct cast result for json type [doris]

2024-05-15 Thread via GitHub
xiaokang commented on code in PR #34764: URL: https://github.com/apache/doris/pull/34764#discussion_r1602410431 ## be/src/vec/functions/function_cast.h: ## @@ -845,48 +860,21 @@ struct ConvertImplFromJsonb { null_map[i] = 1; res[

Re: [PR] [refactor](datalake) return the error status instead of static_cast [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34873: URL: https://github.com/apache/doris/pull/34873#issuecomment-2113721702 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

svn commit: r69234 - in /dev/doris: 2.1.3-rc06/ 2.1.3-rc09/ 2.1.3-rc09/apache-doris-2.1.3-rc09-src.tar.gz 2.1.3-rc09/apache-doris-2.1.3-rc09-src.tar.gz.asc 2.1.3-rc09/apache-doris-2.1.3-rc09-src.tar.g

2024-05-15 Thread yiguolei
Author: yiguolei Date: Thu May 16 01:07:19 2024 New Revision: 69234 Log: add 2.1.3-rc09 Added: dev/doris/2.1.3-rc09/ dev/doris/2.1.3-rc09/apache-doris-2.1.3-rc09-src.tar.gz (with props) dev/doris/2.1.3-rc09/apache-doris-2.1.3-rc09-src.tar.gz.asc (with props) dev/doris/2.1.3-rc

Re: [PR] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113724190 > according to offline discussion, we should > > 1. Restrict this change to take effect only for hive views > 2. change both Nereids and legacy planner done -- This i

Re: [PR] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113724523 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] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113724315 > i think this PR only process legacy planner? please add test case to ensure it could work as u expected done -- This is an automated message from the Apache Git Service. To

Re: [PR] [fix](nereids) slot mapping bug when pushing rf into cte [doris]

2024-05-15 Thread via GitHub
englefly commented on PR #34877: URL: https://github.com/apache/doris/pull/34877#issuecomment-2113732663 run performance -- 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] [Fix](Json type) correct cast result for json type [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34764: URL: https://github.com/apache/doris/pull/34764#issuecomment-2113733008 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](Json type) correct cast result for json type [doris]

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

Re: [PR] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113733051 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] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113733314 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] test [doris]

2024-05-15 Thread via GitHub
xiaokang closed pull request #34394: test URL: https://github.com/apache/doris/pull/34394 -- 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-unsubs

Re: [PR] [Fix](regression-test) Fix auto inc partial update unstable regression test [doris]

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

(doris) branch master updated (1d0b7d1ecd7 -> b939eee8481)

2024-05-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1d0b7d1ecd7 [fix](auth) revoke column privs the second time failed #34920 add b939eee8481 [Fix](regression-t

Re: [PR] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113735943 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 unsub

Re: [PR] [fix](nereids) slot mapping bug when pushing rf into cte [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34877: URL: https://github.com/apache/doris/pull/34877#issuecomment-2113742183 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](nereids) slot mapping bug when pushing rf into cte [doris]

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

Re: [PR] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113743082 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 unsub

Re: [PR] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113751701 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

[I] [feature] (meta) Add expire snapshots functionality for Iceberg tables [doris]

2024-05-15 Thread via GitHub
xiabaike opened a new issue, #34942: URL: https://github.com/apache/doris/issues/34942 ### 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 In iceberg, the fun

Re: [PR] [fix](prepare) fix datetimev2 return err when binary_row_format [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34662: URL: https://github.com/apache/doris/pull/34662#issuecomment-2113793232 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](prepare) fix datetimev2 return err when binary_row_format [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34662: URL: https://github.com/apache/doris/pull/34662#issuecomment-2113793327 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] [Update](inverted index) update clucene version to latest fix [doris]

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

Re: [PR] [improvement](spill) fuzzy spill and fix bugs [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #33291: URL: https://github.com/apache/doris/pull/33291#issuecomment-2113826796 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](spill) fuzzy spill and fix bugs [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #33291: URL: https://github.com/apache/doris/pull/33291#issuecomment-2113826859 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] [Update](inverted index) update clucene version to latest fix [doris]

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

Re: [PR] [Fix](inverted index) fix race condition for column reader load inverted index reader [doris]

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

(doris) branch master updated: [Fix](inverted index) fix race condition for column reader load inverted index reader (#34922)

2024-05-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 a17214dce89 [Fix](inverted index) fix race c

Re: [PR] [fix](Nereids): fix ColumnPruningPostProcessor [doris]

2024-05-15 Thread via GitHub
jackwener commented on PR #34906: URL: https://github.com/apache/doris/pull/34906#issuecomment-2113847076 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] [Update](inverted index) update clucene version to latest fix [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34847: URL: https://github.com/apache/doris/pull/34847#issuecomment-2113859783 ClickBench: Total hot run time: 30.77 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refactor](cache) remove entrance of partition cache [doris]

2024-05-15 Thread via GitHub
morrySnow commented on code in PR #34830: URL: https://github.com/apache/doris/pull/34830#discussion_r1602505477 ## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ## @@ -142,11 +142,12 @@ private void checkCacheConfig() { enableSqlCache =

Re: [PR] [fix](thrift rpc) skip handle retry in asan mode [doris]

2024-05-15 Thread via GitHub
dataroaring commented on PR #34813: URL: https://github.com/apache/doris/pull/34813#issuecomment-2113886478 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] [Update](inverted index) update clucene version to latest fix [doris]

2024-05-15 Thread via GitHub
airborne12 commented on PR #34847: URL: https://github.com/apache/doris/pull/34847#issuecomment-2113886776 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] [refactor](cache) remove entrance of partition cache [doris]

2024-05-15 Thread via GitHub
924060929 commented on code in PR #34830: URL: https://github.com/apache/doris/pull/34830#discussion_r1602507214 ## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ## @@ -142,11 +142,12 @@ private void checkCacheConfig() { enableSqlCache =

Re: [PR] [tmp](pipeline) disable two phase opt by default temporialy [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34939: URL: https://github.com/apache/doris/pull/34939#issuecomment-2113892621 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

[I] [Bug] java.lang.ClassNotFoundException: 'org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat [doris]

2024-05-15 Thread via GitHub
huangzhengshun opened a new issue, #34943: URL: https://github.com/apache/doris/issues/34943 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.3 ###

Re: [PR] [Opt](Iceberg) handle count pushdown in fe side [doris]

2024-05-15 Thread via GitHub
zhangbutao commented on PR #34928: URL: https://github.com/apache/doris/pull/34928#issuecomment-2113898534 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](thrift rpc) skip handle retry in asan mode [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34813: URL: https://github.com/apache/doris/pull/34813#issuecomment-2113898911 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] [Update](inverted index) update clucene version to latest fix [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34847: URL: https://github.com/apache/doris/pull/34847#issuecomment-2113898940 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](jdbc catalog) split clickhouse jdbc executor [doris]

2024-05-15 Thread via GitHub
zy-kkk commented on PR #34794: URL: https://github.com/apache/doris/pull/34794#issuecomment-2113899387 run performance -- 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](jdbc catalog) split clickhouse jdbc executor [doris]

2024-05-15 Thread via GitHub
zy-kkk merged PR #34794: URL: https://github.com/apache/doris/pull/34794 -- 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.apach

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

2024-05-15 Thread via GitHub
zy-kkk commented on PR #34869: URL: https://github.com/apache/doris/pull/34869#issuecomment-2113899695 run performance -- 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) branch master updated (a17214dce89 -> 1cc2c9a9b77)

2024-05-15 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a17214dce89 [Fix](inverted index) fix race condition for column reader load inverted index reader (#34922) add 1cc

Re: [PR] [opt](exec) opt const expr exec in set operator [doris]

2024-05-15 Thread via GitHub
HappenLee commented on PR #34823: URL: https://github.com/apache/doris/pull/34823#issuecomment-2113900478 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](jdbc catalog) split trino jdbc executor [doris]

2024-05-15 Thread via GitHub
zy-kkk commented on PR #34932: URL: https://github.com/apache/doris/pull/34932#issuecomment-2113900474 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

<    1   2   3   4   5   6   7   8   >