(doris) branch branch-2.1 updated: [feature](insert)fix implement hive table sink plan (#32430)

2024-03-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 93fe9521bf7 [feature](insert)fix impl

(doris-website) branch asf-site updated: Automated deployment with doris branch @ 50a2cdf8070b157e167dc425dc40c56ad7f03726

2024-03-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new f5b8ddb809df Automated deployment

Re: [PR] [opt](memory) Optimize mem tracker accuracy [doris]

2024-03-18 Thread via GitHub
xinyiZzz commented on PR #32039: URL: https://github.com/apache/doris/pull/32039#issuecomment-2005603700 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] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-03-18 Thread via GitHub
sjyango commented on PR #32333: URL: https://github.com/apache/doris/pull/32333#issuecomment-2005604254 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 unsubscrib

[PR] [improvement](mtmv) Support hll function roll up when query rewrite by materialized view [doris]

2024-03-18 Thread via GitHub
seawinde opened a new pull request, #32431: URL: https://github.com/apache/doris/pull/32431 ## Proposed changes Support hll roll up, the hll fucntion supportd is as following: 查询中 | 物化中 | 上卷后 -- | -- | -- 如果 column是 hll 类型HLL_UNION_AGG(column) | hll_union(column) 或者hll_ra

Re: [PR] [improvement](mtmv) Support hll function roll up when query rewrite by materialized view [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32431: URL: https://github.com/apache/doris/pull/32431#issuecomment-2005604684 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] [improvement](mtmv) Support hll function roll up when query rewrite by materialized view [doris]

2024-03-18 Thread via GitHub
seawinde commented on PR #32431: URL: https://github.com/apache/doris/pull/32431#issuecomment-2005604759 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](cloud) fix create table fail without be [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32372: URL: https://github.com/apache/doris/pull/32372#issuecomment-2005605078 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] [feat](Nereids): rewrite sum literal to sum and count [doris]

2024-03-18 Thread via GitHub
XieJiann commented on code in PR #32244: URL: https://github.com/apache/doris/pull/32244#discussion_r1529577281 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/SumLiteralRewrite.java: ## @@ -0,0 +1,183 @@ +// Licensed to the Apache Software Foundation (ASF) un

Re: [PR] [fix](nereids)NullSafeEqualToEqual rule only change to equal if both children are not nullable [doris]

2024-03-18 Thread via GitHub
mrhhsg commented on PR #32374: URL: https://github.com/apache/doris/pull/32374#issuecomment-2005606830 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] [fix](planner)decimalv3 literal's precision and scale is not correctly set [doris]

2024-03-18 Thread via GitHub
starocean999 opened a new pull request, #32432: URL: https://github.com/apache/doris/pull/32432 ## 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

Re: [PR] [fix](planner)decimalv3 literal's precision and scale is not correctly set [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32432: URL: https://github.com/apache/doris/pull/32432#issuecomment-2005610077 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](planner)decimalv3 literal's precision and scale is not correctly set [doris]

2024-03-18 Thread via GitHub
starocean999 commented on PR #32432: URL: https://github.com/apache/doris/pull/32432#issuecomment-2005610551 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](nereids)NullSafeEqualToEqual rule only change to equal if both children are not nullable [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32374: URL: https://github.com/apache/doris/pull/32374#issuecomment-2005610718 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](planner)decimalv3 literal's precision and scale is not correctly set [doris]

2024-03-18 Thread via GitHub
starocean999 merged PR #32288: URL: https://github.com/apache/doris/pull/32288 -- 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 (2d186565679 -> af4b4227cdf)

2024-03-18 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2d186565679 [chore](ci) fix script (#32420) add af4b4227cdf [fix](planner)decimalv3 literal's precision and

Re: [PR] [enhancement](nereids)show user friendly error message when item in select list but not in aggregate node's output [doris]

2024-03-18 Thread via GitHub
starocean999 commented on PR #32414: URL: https://github.com/apache/doris/pull/32414#issuecomment-2005613000 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] [case](mtmv)MTMV jdbc case [doris]

2024-03-18 Thread via GitHub
zddr commented on PR #32390: URL: https://github.com/apache/doris/pull/32390#issuecomment-2005613422 run external -- 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] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

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

Re: [PR] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32333: URL: https://github.com/apache/doris/pull/32333#issuecomment-2005615551 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](function) Support for aggregate function foreach combiner for some error function [doris]

2024-03-18 Thread via GitHub
Mryange commented on PR #31913: URL: https://github.com/apache/doris/pull/31913#issuecomment-2005617009 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] Support auto analyze mv [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32433: URL: https://github.com/apache/doris/pull/32433#issuecomment-200561 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] Support auto analyze mv [doris]

2024-03-18 Thread via GitHub
Jibing-Li merged PR #32433: URL: https://github.com/apache/doris/pull/32433 -- 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 high-priority-column updated: Support auto analyze mv (#32433)

2024-03-18 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a commit to branch high-priority-column in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/high-priority-column by this push: new 2f8eb492d76 Suppor

Re: [PR] [fix](group commit) Fix compatibility issues on serializing and deserializing wal file [doris]

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

[PR] Support auto analyze mv [doris]

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

Re: [PR] [fix][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
XuJianxu commented on PR #32315: URL: https://github.com/apache/doris/pull/32315#issuecomment-2005619687 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](Variant) fix variant null bitmap set incorrect [doris]

2024-03-18 Thread via GitHub
shuke987 commented on PR #31769: URL: https://github.com/apache/doris/pull/31769#issuecomment-2005624398 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](array_agg) fix array agg with other agg function [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32387: URL: https://github.com/apache/doris/pull/32387#issuecomment-2005626104 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](array_agg) fix array agg with other agg function [doris]

2024-03-18 Thread via GitHub
amorynan commented on PR #32387: URL: https://github.com/apache/doris/pull/32387#issuecomment-2005626638 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] [improvement](spill) optimize the spilling logic of hash join operator [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32202: URL: https://github.com/apache/doris/pull/32202#issuecomment-2005630945 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) optimize the spilling logic of hash join operator [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32202: URL: https://github.com/apache/doris/pull/32202#issuecomment-2005631018 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)decimalv3 literal's precision and scale is not correctly set [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32432: URL: https://github.com/apache/doris/pull/32432#issuecomment-2005636722 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](planner)decimalv3 literal's precision and scale is not correctly set [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32432: URL: https://github.com/apache/doris/pull/32432#issuecomment-2005636749 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] [compile]( fix ) fix compile in gcc [doris]

2024-03-18 Thread via GitHub
shuke987 commented on PR #32385: URL: https://github.com/apache/doris/pull/32385#issuecomment-2005642333 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] [test](neredis) Add tpch test for query rewrite by materialized view [doris]

2024-03-18 Thread via GitHub
seawinde commented on code in PR #30870: URL: https://github.com/apache/doris/pull/30870#discussion_r1529608877 ## fe/fe-common/src/main/java/org/apache/doris/common/Value.java: ## @@ -0,0 +1,59 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

Re: [PR] [test](neredis) Add tpch test for query rewrite by materialized view [doris]

2024-03-18 Thread via GitHub
seawinde commented on code in PR #30870: URL: https://github.com/apache/doris/pull/30870#discussion_r1529609020 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/EliminateSortUnderSink.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF

Re: [PR] [feature](function) Support for aggregate function foreach combiner for some error function [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #31913: URL: https://github.com/apache/doris/pull/31913#issuecomment-2005643938 TeamCity be ut coverage result: Function Coverage: 35.22% (8699/24697) Line Coverage: 27.06% (71166/263029) Region Coverage: 26.31% (36913/140320) Branch Coverage: 23.2

Re: [PR] [fix](ParquetReader) Fix Parquet Reader to read `int96` parquet type problem [doris]

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

Re: [PR] [fix](nereids)support topn-filter for non pipeline engine [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32397: URL: https://github.com/apache/doris/pull/32397#issuecomment-2005644980 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)support topn-filter for non pipeline engine [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32397: URL: https://github.com/apache/doris/pull/32397#issuecomment-2005645012 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] [noavx2]UDF ERROR: hs_compile regex pattern error [doris]

2024-03-18 Thread via GitHub
cjj2010 opened a new issue, #32434: URL: https://github.com/apache/doris/issues/32434 ### 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.0.5 ### What's

Re: [PR] [fix](nereids)NullSafeEqualToEqual rule only change to equal if both children are not nullable [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32374: URL: https://github.com/apache/doris/pull/32374#issuecomment-2005646109 TeamCity be ut coverage result: Function Coverage: 35.24% (8699/24687) Line Coverage: 27.06% (71164/262942) Region Coverage: 26.31% (36906/140291) Branch Coverage: 23.2

Re: [PR] [fix](jdbc catalog) fix npe when use only_specified_database config and jdbc_url has schema [doris]

2024-03-18 Thread via GitHub
zy-kkk commented on code in PR #32350: URL: https://github.com/apache/doris/pull/32350#discussion_r1529611796 ## fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client/JdbcClient.java: ## @@ -221,7 +221,7 @@ public List getDatabaseNameList() { Statement stmt =

Re: [PR] [fix](ParquetReader) Fix Parquet Reader to read `int96` parquet type problem [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32394: URL: https://github.com/apache/doris/pull/32394#issuecomment-2005647302 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: [I] [Bug] [noavx2]UDF ERROR: hs_compile regex pattern error [doris]

2024-03-18 Thread via GitHub
cjj2010 commented on issue #32434: URL: https://github.com/apache/doris/issues/32434#issuecomment-2005648017 be log [be-info.txt](https://github.com/apache/doris/files/14644608/be-info.txt) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] [FIX](array_agg) fix array agg with other agg function [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32387: URL: https://github.com/apache/doris/pull/32387#issuecomment-2005649311 TeamCity be ut coverage result: Function Coverage: 35.23% (8698/24687) Line Coverage: 27.07% (71169/262910) Region Coverage: 26.32% (36915/140264) Branch Coverage: 23.2

Re: [PR] [fix](group commit) Fix compatibility issues on serializing and deserializing wal file [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32299: URL: https://github.com/apache/doris/pull/32299#issuecomment-2005649210 TeamCity be ut coverage result: Function Coverage: 35.24% (8700/24687) Line Coverage: 27.08% (71186/262917) Region Coverage: 26.33% (36938/140278) Branch Coverage: 23.2

Re: [PR] [bug](fold) fix fold constant core dump with variant type [doris]

2024-03-18 Thread via GitHub
zhangstar333 commented on PR #32265: URL: https://github.com/apache/doris/pull/32265#issuecomment-2005651348 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] [Improve](inverted_index) update clucene and improve array inverted index writer [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32436: URL: https://github.com/apache/doris/pull/32436#issuecomment-2005654990 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] [Improve](inverted_index) update clucene and improve array inverted index writer [doris]

2024-03-18 Thread via GitHub
amorynan opened a new pull request, #32436: URL: https://github.com/apache/doris/pull/32436 ## 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

[I] [Bug] doris_be_compaction_used_permits 监控项为负数 [doris]

2024-03-18 Thread via GitHub
yuxuan-luo opened a new issue, #32437: URL: https://github.com/apache/doris/issues/32437 ### 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.0 ### What'

[PR] [opt](parquet) Support hive struct schema change [doris]

2024-03-18 Thread via GitHub
suxiaogang223 opened a new pull request, #32438: URL: https://github.com/apache/doris/pull/32438 ## Proposed changes backport: https://github.com/apache/doris/pull/31128 This optimization allows doris to correctly read struct type data after changing the schema from hive. ## Cha

Re: [PR] [opt](parquet) Support hive struct schema change [doris]

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

[PR] [refactor](nereids)unify outputTupleDesc and projection be part [doris]

2024-03-18 Thread via GitHub
Mryange opened a new pull request, #32439: URL: https://github.com/apache/doris/pull/32439 ## Proposed changes Because compatibility needs to be considered, we are merging the backend code here first. In the past, the join node had its own set of project code, which has now been u

Re: [PR] [refactor](nereids)unify outputTupleDesc and projection be part [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32439: URL: https://github.com/apache/doris/pull/32439#issuecomment-2005655573 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](ParquetReader) Fix Parquet Reader to read `int96` parquet type problem [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32394: URL: https://github.com/apache/doris/pull/32394#issuecomment-2005655898 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24687) Line Coverage: 27.08% (71185/262910) Region Coverage: 26.32% (36918/140264) Branch Coverage: 23.2

Re: [PR] [refactor](nereids)unify outputTupleDesc and projection be part [doris]

2024-03-18 Thread via GitHub
Mryange commented on PR #32439: URL: https://github.com/apache/doris/pull/32439#issuecomment-2005656337 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: [I] [Bug] The execution of multi_search_all_positions(x, null) leads to a BE crash [doris]

2024-03-18 Thread via GitHub
yoursweetie closed issue #32272: [Bug] The execution of multi_search_all_positions(x, null) leads to a BE crash URL: https://github.com/apache/doris/issues/32272 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[PR] [fix](metrics) fix compaction_used_permits are negative numbers [doris]

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

Re: [PR] [Improve](inverted_index) update clucene and improve array inverted index writer [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32436: URL: https://github.com/apache/doris/pull/32436#discussion_r1529622841 ## be/test/olap/rowset/segment_v2/inverted_index_array_test.cpp: ## @@ -0,0 +1,215 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

Re: [PR] [fix](metrics) fix compaction_used_permits are negative numbers [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32440: URL: https://github.com/apache/doris/pull/32440#issuecomment-2005662616 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](parquet) Support hive struct schema change [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32438: URL: https://github.com/apache/doris/pull/32438#issuecomment-2005662811 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [opt](parquet) Support hive struct schema change [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32438: URL: https://github.com/apache/doris/pull/32438#issuecomment-2005663834 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](nereids)unify outputTupleDesc and projection be part [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32439: URL: https://github.com/apache/doris/pull/32439#issuecomment-2005664234 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](metrics) fix compaction_used_permits are negative numbers [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32440: URL: https://github.com/apache/doris/pull/32440#issuecomment-2005670049 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Improve](inverted_index) update clucene and improve array inverted index writer [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32436: URL: https://github.com/apache/doris/pull/32436#discussion_r1529628510 ## be/test/olap/rowset/segment_v2/inverted_index_array_test.cpp: ## @@ -0,0 +1,211 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[PR] [feature](hive)Get updated information from coordinate and commit [doris]

2024-03-18 Thread via GitHub
wuwenchi opened a new pull request, #32441: URL: https://github.com/apache/doris/pull/32441 ## Proposed changes ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by e

Re: [PR] [feature](hive)Get updated information from coordinate and commit [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32441: URL: https://github.com/apache/doris/pull/32441#issuecomment-2005673856 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](test) fix duplicated catalog name in regression cases [doris]

2024-03-18 Thread via GitHub
morningman opened a new pull request, #32442: URL: https://github.com/apache/doris/pull/32442 ## Proposed changes Each suite should use different catalog name, other it will effect each other when running cases concurrently. ## Further comments If this is a relatively

Re: [PR] [fix](test) fix duplicated catalog name in regression cases [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32442: URL: https://github.com/apache/doris/pull/32442#issuecomment-2005675453 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] [bug](fold) fix fold constant core dump with variant type [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32265: URL: https://github.com/apache/doris/pull/32265#issuecomment-2005675766 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24687) Line Coverage: 27.08% (71185/262912) Region Coverage: 26.32% (36919/140265) Branch Coverage: 23.2

Re: [PR] [fix](metrics) fix compaction_used_permits are negative numbers [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32440: URL: https://github.com/apache/doris/pull/32440#issuecomment-2005676711 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](test) fix duplicated catalog name in regression cases [doris]

2024-03-18 Thread via GitHub
morningman commented on PR #32442: URL: https://github.com/apache/doris/pull/32442#issuecomment-2005675833 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](metrics) fix compaction_used_permits are negative numbers [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32440: URL: https://github.com/apache/doris/pull/32440#issuecomment-2005676747 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](jdbc catalog) fix npe when use only_specified_database config and jdbc_url has schema [doris]

2024-03-18 Thread via GitHub
imbls commented on code in PR #32350: URL: https://github.com/apache/doris/pull/32350#discussion_r1529631235 ## fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client/JdbcClient.java: ## @@ -221,7 +221,7 @@ public List getDatabaseNameList() { Statement stmt =

Re: [PR] [Fix](Variant) fix variant with not null [doris]

2024-03-18 Thread via GitHub
eldenmoon merged PR #32248: URL: https://github.com/apache/doris/pull/32248 -- 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 (af4b4227cdf -> 3d4af5c12f2)

2024-03-18 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 af4b4227cdf [fix](planner)decimalv3 literal's precision and scale is not correctly set (#32288) add 3d4af5c12f

Re: [PR] [refactor](nereids)unify outputTupleDesc and projection be part [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32439: URL: https://github.com/apache/doris/pull/32439#issuecomment-2005685304 TeamCity be ut coverage result: Function Coverage: 35.24% (8701/24689) Line Coverage: 27.07% (71186/263009) Region Coverage: 26.31% (36917/140328) Branch Coverage: 23.2

Re: [PR] [chore](routine-load) do not auto resume if job cannot resume definitely [doris]

2024-03-18 Thread via GitHub
HHoflittlefish777 commented on PR #32419: URL: https://github.com/apache/doris/pull/32419#issuecomment-2005685694 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

Re: [PR] [fix][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
XuJianxu commented on PR #32315: URL: https://github.com/apache/doris/pull/32315#issuecomment-2005686320 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] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-03-18 Thread via GitHub
sjyango commented on PR #32333: URL: https://github.com/apache/doris/pull/32333#issuecomment-2005686444 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 unsubscrib

Re: [PR] [Fix](Outfile) Fix the column type mapping in the orc/parquet file format [doris]

2024-03-18 Thread via GitHub
xinyiZzz commented on code in PR #32281: URL: https://github.com/apache/doris/pull/32281#discussion_r1529646493 ## be/src/util/arrow/row_batch.cpp: ## @@ -78,13 +78,23 @@ Status convert_to_arrow_type(const TypeDescriptor& type, std::shared_ptr(); Review Comment: Ignore abov

Re: [PR] [Fix](smooth-upgrade) Fix right function incompatibility when upgrade from 2.0 to 2.1 [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32444: URL: https://github.com/apache/doris/pull/32444#issuecomment-2005697479 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](smooth-upgrade) Fix right function incompatibility when upgrade from 2.0 to 2.1 [doris]

2024-03-18 Thread via GitHub
zhangstar333 commented on PR #32444: URL: https://github.com/apache/doris/pull/32444#issuecomment-2005697588 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](smooth-upgrade) Fix right function incompatibility when upgrade from 2.0 to 2.1 [doris]

2024-03-18 Thread via GitHub
zhangstar333 opened a new pull request, #32444: URL: https://github.com/apache/doris/pull/32444 ## Proposed changes It seems there are some typos in the writing, should call SubstringUtilOld in FunctionRightOld function. Issue Number: close #xxx ## Further comments

Re: [PR] [Fix](smooth-upgrade) Fix right function incompatibility when upgrade from 2.0 to 2.1 [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32444: URL: https://github.com/apache/doris/pull/32444#issuecomment-2005701353 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](group commit) parameter setting error [doris]

2024-03-18 Thread via GitHub
qidaye merged PR #32410: URL: https://github.com/apache/doris/pull/32410 -- 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] [Feature](partition) Support insert overwrite auto detect partition [doris]

2024-03-18 Thread via GitHub
zddr commented on code in PR #32156: URL: https://github.com/apache/doris/pull/32156#discussion_r1529655488 ## fe/fe-core/src/main/java/org/apache/doris/insertoverwrite/InsertOverwriteManager.java: ## @@ -69,12 +82,85 @@ public long registerTask(long dbId, long tableId, List te

Re: [PR] [enhance][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
XuJianxu commented on PR #32445: URL: https://github.com/apache/doris/pull/32445#issuecomment-2005704811 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][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32445: URL: https://github.com/apache/doris/pull/32445#issuecomment-2005704691 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](group commit) parameter setting error [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32410: URL: https://github.com/apache/doris/pull/32410#issuecomment-2005704210 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 (3d4af5c12f2 -> 001bca173b0)

2024-03-18 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3d4af5c12f2 [Fix](Variant) fix variant with not null (#32248) add 001bca173b0 [fix](time_series) default valu

[PR] [enhance][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
XuJianxu opened a new pull request, #32445: URL: https://github.com/apache/doris/pull/32445 ## 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][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
XuJianxu closed pull request #32315: [fix][regression]update ccr test project URL: https://github.com/apache/doris/pull/32315 -- 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][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
XuJianxu commented on PR #32315: URL: https://github.com/apache/doris/pull/32315#issuecomment-2005705035 close this pr -- 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](neredis) Add tpch test for query rewrite by materialized view [doris]

2024-03-18 Thread via GitHub
seawinde commented on PR #30870: URL: https://github.com/apache/doris/pull/30870#issuecomment-2005705352 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](serde)fix datetimev2 serde parse from string with scale [doris]

2024-03-18 Thread via GitHub
zhiqiang- commented on PR #27965: URL: https://github.com/apache/doris/pull/27965#issuecomment-2005705838 This pr should be merge to branch-2.0 -- 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 g

Re: [PR] [fix](cloud) fix create table fail without be [doris]

2024-03-18 Thread via GitHub
dataroaring merged PR #32372: URL: https://github.com/apache/doris/pull/32372 -- 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 (001bca173b0 -> 58278663cca)

2024-03-18 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 001bca173b0 [fix](time_series) default value modify for compaction (#32410) add 58278663cca [fix](cloud) fix

<    2   3   4   5   6   7   8   9   >