Re: [PR] [enhancement](delete) print all debug mode session variables on error [doris]

2024-05-16 Thread via GitHub
zhannngchen commented on PR #35006: URL: https://github.com/apache/doris/pull/35006#issuecomment-2116880171 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] [Refactor](Variant) refactor flush logic to support partial update [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on code in PR #34925: URL: https://github.com/apache/doris/pull/34925#discussion_r1604436165 ## be/src/vec/common/schema_util.cpp: ## @@ -483,25 +477,8 @@ Status get_least_common_schema(const std::vector& schemas, return Status::OK(); } -St

Re: [PR] [enhancement](delete) print all debug mode session variables on error [doris]

2024-05-16 Thread via GitHub
zhannngchen commented on PR #35006: URL: https://github.com/apache/doris/pull/35006#issuecomment-2116876694 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] [chore](log) remove redundant log in segment.cpp [doris]

2024-05-16 Thread via GitHub
mrhhsg commented on PR #35008: URL: https://github.com/apache/doris/pull/35008#issuecomment-2116871600 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

[PR] [chore](log) remove redundant log in segment.cpp [doris]

2024-05-16 Thread via GitHub
mrhhsg opened a new pull request, #35008: URL: https://github.com/apache/doris/pull/35008 ## 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:d

Re: [PR] [chore](log) remove redundant log in segment.cpp [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35008: URL: https://github.com/apache/doris/pull/35008#issuecomment-2116871448 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-16 Thread via GitHub
github-actions[bot] commented on PR #34941: URL: https://github.com/apache/doris/pull/34941#issuecomment-2116870615 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] [test](executor) Add workload group upgrade test [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35007: URL: https://github.com/apache/doris/pull/35007#issuecomment-2116870256 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] [test](executor) Add workload group upgrade test [doris]

2024-05-16 Thread via GitHub
wangbo opened a new pull request, #35007: URL: https://github.com/apache/doris/pull/35007 ## Proposed changes First run #35004 test in Doris version 2.0, after Doris. upgrade to 2.1, then run this PR's check test. -- This is an automated message from the Apache Git Service. To

Re: [PR] [Refactor](Variant) refactor flush logic to support partial update [doris]

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

Re: [PR] [enhancement](delete) print all debug mode session variables on error [doris]

2024-05-16 Thread via GitHub
morrySnow commented on code in PR #35006: URL: https://github.com/apache/doris/pull/35006#discussion_r1604427929 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/DeleteFromUsingCommand.java: ## @@ -75,7 +75,7 @@ public void run(ConnectContext ctx, StmtEx

Re: [PR] [Chore](hash) catch exception on init_hash_method [doris]

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

2024-05-16 Thread via GitHub
felixwluo commented on PR #34941: URL: https://github.com/apache/doris/pull/34941#issuecomment-2116863537 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] [enhancement](delete) print all debug mode session variables on error [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35006: URL: https://github.com/apache/doris/pull/35006#issuecomment-2116862524 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] [enhancement](delete) print all debug mode session variables on error [doris]

2024-05-16 Thread via GitHub
zhannngchen opened a new pull request, #35006: URL: https://github.com/apache/doris/pull/35006 ## Proposed changes Issue Number: close #xxx some user may got error "Delete is forbidden since current session is in debug mode" while run delete, we'd better print the debug variabl

Re: [PR] [Chore](hash) catch exception on init_hash_method [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #35005: URL: https://github.com/apache/doris/pull/35005#issuecomment-2116860842 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] [feat](nereids) support Iceberg time travel syntax [doris]

2024-05-16 Thread via GitHub
wuwenchi commented on code in PR #34681: URL: https://github.com/apache/doris/pull/34681#discussion_r1604421627 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -1362,15 +1363,27 @@ public LogicalPlan visitTableName(TableNameContext ctx)

(doris) branch master updated (628a998e8f2 -> d796c43bb60)

2024-05-16 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 628a998e8f2 [chore](ci) stop be first then stop fe to avoid thrift rpc core (#34954) add d796c43bb60 [Improve]

Re: [PR] [Improve](inverted index) improve performance by introducing bulk contains for bitmap in _build_index_result_column [doris]

2024-05-16 Thread via GitHub
eldenmoon merged PR #34831: URL: https://github.com/apache/doris/pull/34831 -- 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

Re: [PR] [feat](Nereids): Refactor `Eliminate_Group_By_Key` by functional dependencies [doris]

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

Re: [PR] [Chore](hash) catch exception on init_hash_method [doris]

2024-05-16 Thread via GitHub
BiteThet commented on PR #35005: URL: https://github.com/apache/doris/pull/35005#issuecomment-2116853168 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] [Chore](hash) catch exception on init_hash_method [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35005: URL: https://github.com/apache/doris/pull/35005#issuecomment-2116852935 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](hash) catch exception on init_hash_method [doris]

2024-05-16 Thread via GitHub
BiteThet opened a new pull request, #35005: URL: https://github.com/apache/doris/pull/35005 ## Proposed changes catch exception on init_hash_method ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

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

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

(doris) branch master updated (c17ba90b700 -> 628a998e8f2)

2024-05-16 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 c17ba90b700 [test](debug) add more log in select_with_tablets to investigate (#34553) add 628a998e8f2 [chore

Re: [PR] [chore](ci) stop be first then stop fe to avoid thrift rpc core [doris]

2024-05-16 Thread via GitHub
dataroaring merged PR #34954: URL: https://github.com/apache/doris/pull/34954 -- 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.

Re: [PR] [fix] line_delimiter parse error in regression_test test_tvf_based_broker_load [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35001: URL: https://github.com/apache/doris/pull/35001#issuecomment-2116846894 TeamCity be ut coverage result: Function Coverage: 35.69% (9004/25227) Line Coverage: 27.37% (74509/272239) Region Coverage: 26.61% (38523/144759) Branch Coverage: 23.4

Re: [PR] [improve](config) Report config name and value if value is illegal [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34945: URL: https://github.com/apache/doris/pull/34945#issuecomment-2116840594 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](planner) fix unrequired slot when join node [doris]

2024-05-16 Thread via GitHub
nextdreamblue commented on PR #34923: URL: https://github.com/apache/doris/pull/34923#issuecomment-2116840187 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. T

Re: [PR] [improve](config) Report config name and value if value is illegal [doris]

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

(doris) branch master updated: [test](debug) add more log in select_with_tablets to investigate (#34553)

2024-05-16 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 c17ba90b700 [test](debug) add more log in se

Re: [PR] [test](debug) add more log in select_with_tablets to investigate [doris]

2024-05-16 Thread via GitHub
dataroaring merged PR #34553: URL: https://github.com/apache/doris/pull/34553 -- 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.

Re: [PR] [test](debug) add more log in select_with_tablets to investigate [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34553: URL: https://github.com/apache/doris/pull/34553#issuecomment-2116837048 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] [Improve](inverted index) improve performance by introducing bulk contains for bitmap in _build_index_result_column [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34831: URL: https://github.com/apache/doris/pull/34831#issuecomment-2116829161 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] [Improve](inverted index) improve performance by introducing bulk contains for bitmap in _build_index_result_column [doris]

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

2024-05-16 Thread via GitHub
nextdreamblue merged PR #34807: URL: https://github.com/apache/doris/pull/34807 -- 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) branch branch-2.0 updated: [fix](prepare) fix datetimev2 return err when binary_row_format #34662 (#34807)

2024-05-16 Thread nextdreamblue
This is an automated email from the ASF dual-hosted git repository. nextdreamblue pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new ea9dac51480 [fix](prepare) fix dat

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

2024-05-16 Thread via GitHub
nextdreamblue merged PR #34662: URL: https://github.com/apache/doris/pull/34662 -- 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) branch master updated: [fix](prepare) fix datetimev2 return err when binary_row_format (#34662)

2024-05-16 Thread nextdreamblue
This is an automated email from the ASF dual-hosted git repository. nextdreamblue 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 e12af9306d5 [fix](prepare) fix datetimev2

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

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

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

2024-05-16 Thread via GitHub
AshinGau commented on PR #34743: URL: https://github.com/apache/doris/pull/34743#issuecomment-2116814743 LGTM -- 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] [chore](thrift exception) do not log message in thrift exception [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #34994: URL: https://github.com/apache/doris/pull/34994#issuecomment-2116808124 TeamCity be ut coverage result: Function Coverage: 35.70% (9005/25227) Line Coverage: 27.38% (74523/272218) Region Coverage: 26.61% (38524/144750) Branch Coverage: 23.4

(doris) branch branch-2.0 updated (ccf8be8f2c4 -> 5871e91342e)

2024-05-16 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ccf8be8f2c4 [Fix](outfile) Fix the timing of setting the _is_closed flag in Parquet/ORC writer (#34669) add 58

Re: [PR] [Fix](executor)Add workload group upgrade check. [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35004: URL: https://github.com/apache/doris/pull/35004#issuecomment-2116804938 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] [Pick 2.0](inverted index) fix race condition for column reader load inverted index reader [doris]

2024-05-16 Thread via GitHub
xiaokang merged PR #34969: URL: https://github.com/apache/doris/pull/34969 -- 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

[I] [Enhancement] FE/BE print the node start time at startup [doris]

2024-05-16 Thread via GitHub
rohitrs1983 opened a new issue, #35003: URL: https://github.com/apache/doris/issues/35003 ### 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 [Enhancement] FE

Re: [PR] [fix] line_delimiter parse error in regression_test test_tvf_based_broker_load [doris]

2024-05-16 Thread via GitHub
HHoflittlefish777 commented on PR #35001: URL: https://github.com/apache/doris/pull/35001#issuecomment-2116801373 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

Re: [PR] [atomicstatus](be) add atomic status to share state between multi thread [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on code in PR #35002: URL: https://github.com/apache/doris/pull/35002#discussion_r1604394749 ## be/src/common/status.h: ## @@ -545,6 +545,50 @@ class [[nodiscard]] Status { } }; +// There are many thread using status to indicate the cancel s

Re: [PR] [atomicstatus](be) add atomic status to share state between multi thread [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35002: URL: https://github.com/apache/doris/pull/35002#issuecomment-2116779267 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] [atomicstatus](be) add atomic status to share state between multi thread [doris]

2024-05-16 Thread via GitHub
yiguolei opened a new pull request, #35002: URL: https://github.com/apache/doris/pull/35002 ## 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] [opt](nereids)new way to set pre-agg status [doris]

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

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

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34807: URL: https://github.com/apache/doris/pull/34807#issuecomment-2116754054 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] line_delimiter parse error in regression_test test_tvf_based_broker_load [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #35001: URL: https://github.com/apache/doris/pull/35001#issuecomment-2116752484 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] line_delimiter parse error in regression_test test_tvf_based_broker_load [doris]

2024-05-16 Thread via GitHub
133tosakarin opened a new pull request, #35001: URL: https://github.com/apache/doris/pull/35001 add compress_type for s3 tvf, and the broker load is async, so we should wait loading finished -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] [chore](thrift exception) do not log message in thrift exception [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34994: URL: https://github.com/apache/doris/pull/34994#issuecomment-2116742419 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] [enhancement](regression-test) modify a key type tests [doris]

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

(doris) branch master updated: [enhancement](regression-test) modify a key type tests (#34717)

2024-05-16 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 7abc516e34b [enhancement](regression-test) m

Re: [PR] [enhancement](regression-test) modify a key type tests [doris]

2024-05-16 Thread via GitHub
dataroaring merged PR #34717: URL: https://github.com/apache/doris/pull/34717 -- 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.

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

2024-05-16 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

(doris-website) branch master updated: [download](2.0.10) Update 2.0.10 release on download/blog/docs pages (#662)

2024-05-16 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 7c43d0539da [download](2.0.10) Update

Re: [PR] [download](2.0.10) Update 2.0.10 release on download/blog/docs pages [doris-website]

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

Re: [PR] [enhancement](regression-test) modify a key type tests [doris]

2024-05-16 Thread via GitHub
dataroaring merged PR #34600: URL: https://github.com/apache/doris/pull/34600 -- 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: [enhancement](regression-test) modify a key type tests (#34600)

2024-05-16 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 cc538267a67 [enhancement](regression-test) m

Re: [PR] [chore](thrift exception) do not log message in thrift exception [doris]

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

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

2024-05-16 Thread via GitHub
eldenmoon commented on PR #34764: URL: https://github.com/apache/doris/pull/34764#issuecomment-2116692610 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

[I] [Bug] [security]get_log_file should not allow download files from non standard directory [doris]

2024-05-16 Thread via GitHub
rohitrs1983 opened a new issue, #34999: URL: https://github.com/apache/doris/issues/34999 ### 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 master ### Wh

Re: [PR] just test [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #32237: URL: https://github.com/apache/doris/pull/32237#issuecomment-2116652904 TeamCity be ut coverage result: Function Coverage: 35.70% (9005/25227) Line Coverage: 27.37% (74512/272239) Region Coverage: 26.61% (38526/144759) Branch Coverage: 23.4

Re: [PR] [improvement](jdbc catalog) remove useless jdbc catalog code [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #34986: URL: https://github.com/apache/doris/pull/34986#issuecomment-2116651548 TeamCity be ut coverage result: Function Coverage: 35.70% (9005/25224) Line Coverage: 27.39% (74516/272070) Region Coverage: 26.63% (38519/144618) Branch Coverage: 23.4

Re: [PR] just test [doris]

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

Re: [PR] [improve](udf) support java-udf static load [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #34980: URL: https://github.com/apache/doris/pull/34980#issuecomment-2116638459 TeamCity be ut coverage result: Function Coverage: 35.69% (9005/25229) Line Coverage: 27.37% (74521/272262) Region Coverage: 26.61% (38526/144779) Branch Coverage: 23.4

Re: [PR] just test [doris]

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

Re: [PR] [feature](iceberg)support iceberg insert grammar [doris]

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

Re: [PR] [feature](iceberg)support iceberg insert grammar [doris]

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

Re: [PR] [exceptionsafe](be) only throw exception in get block and sink method , since open and prepare maybe not exception safe [doris]

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

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

Re: [PR] [exceptionsafe](be) only throw exception in get block and sink method , since open and prepare maybe not exception safe [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #34998: URL: https://github.com/apache/doris/pull/34998#issuecomment-2116620355 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] [exceptionsafe](be) only throw exception in get block and sink method , since open and prepare maybe not exception safe [doris]

2024-05-16 Thread via GitHub
yiguolei opened a new pull request, #34998: URL: https://github.com/apache/doris/pull/34998 ## 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] [feature](pipelineX) Add type check between upstream and downstream operators. [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on code in PR #33643: URL: https://github.com/apache/doris/pull/33643#discussion_r1604341840 ## be/src/pipeline/exec/operator.cpp: ## @@ -201,11 +201,44 @@ Status OperatorXBase::prepare(RuntimeState* state) { if (_child_x && !is_source()) {

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

2024-05-16 Thread via GitHub
felixwluo commented on PR #34941: URL: https://github.com/apache/doris/pull/34941#issuecomment-2116610082 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

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

2024-05-16 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] [docs](deadlink) Fix Dead Link of dev/2.1 EN version [doris-website]

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

Re: [PR] [feature](pipelineX) Add type check between upstream and downstream operators. [doris]

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

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

Re: [PR] [chore](thrift exception) do not log message in thrift exception [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34994: URL: https://github.com/apache/doris/pull/34994#issuecomment-2116601286 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] [test](regression) add cases for data quality error url [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34987: URL: https://github.com/apache/doris/pull/34987#issuecomment-2116599257 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] [chore](thrift exception) do not log message in thrift exception [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34994: URL: https://github.com/apache/doris/pull/34994#issuecomment-2116599100 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] [test](regression) add cases for data quality error url [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34987: URL: https://github.com/apache/doris/pull/34987#issuecomment-2116599232 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-16 Thread via GitHub
doris-robot commented on PR #34764: URL: https://github.com/apache/doris/pull/34764#issuecomment-2116597943 TPC-DS: Total hot run time: 188971 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [chore](thrift exception) do not log message in thrift exception [doris]

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

2024-05-16 Thread via GitHub
morrySnow commented on code in PR #34738: URL: https://github.com/apache/doris/pull/34738#discussion_r1604323524 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/RuleType.java: ## @@ -241,6 +241,21 @@ public enum RuleType { MATERIALIZED_INDEX_PROJECT_SCAN(RuleType

Re: [PR] [chore](thrift exception) do not log message in thrift exception [doris]

2024-05-16 Thread via GitHub
dataroaring commented on PR #34994: URL: https://github.com/apache/doris/pull/34994#issuecomment-2116595618 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] [feat](nereids) support Iceberg time travel syntax [doris]

2024-05-16 Thread via GitHub
morningman commented on PR #34681: URL: https://github.com/apache/doris/pull/34681#issuecomment-2116595342 @wuwenchi PTAL -- 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] [opt][nereids] opt locality of multi-replica [doris]

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

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34941: URL: https://github.com/apache/doris/pull/34941#issuecomment-2116586974 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-16 Thread via GitHub
morrySnow commented on code in PR #33193: URL: https://github.com/apache/doris/pull/33193#discussion_r1604311389 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindRelation.java: ## @@ -328,13 +333,57 @@ private Plan parseAndAnalyzeHiveView( return

Re: [PR] [feat](nereids)add more rules to eliminate empty relation [doris]

2024-05-16 Thread via GitHub
englefly commented on PR #34997: URL: https://github.com/apache/doris/pull/34997#issuecomment-2116576508 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] [feat](nereids)add more rules to eliminate empty relation [doris]

2024-05-16 Thread via GitHub
doris-robot commented on PR #34997: URL: https://github.com/apache/doris/pull/34997#issuecomment-2116576471 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

  1   2   3   4   5   6   7   >