Re: [PR] [feature](merge-cloud) Support specify meta service endpoints separated by comma [doris]

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

Re: [PR] [feature](merge-cloud) enable merge on write by default [doris]

2024-03-14 Thread via GitHub
liaoxin01 commented on PR #32175: URL: https://github.com/apache/doris/pull/32175#issuecomment-1996681739 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] [bugfix]json_length() BE crash fix [doris]

2024-03-14 Thread via GitHub
yiguolei merged PR #32145: URL: https://github.com/apache/doris/pull/32145 -- 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 (26369306009 -> ee0a461f966)

2024-03-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 26369306009 [feature](Nereids) support agg state type in create table (#32171) add ee0a461f966 [bugfix]json_len

Re: [I] [Bug] json_length() function causes BE crash [doris]

2024-03-14 Thread via GitHub
yiguolei closed issue #32124: [Bug] json_length() function causes BE crash URL: https://github.com/apache/doris/issues/32124 -- 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] [draft][improvement](partial-update) make partial-update on agg table use less memory [doris]

2024-03-14 Thread via GitHub
morrySnow commented on code in PR #32200: URL: https://github.com/apache/doris/pull/32200#discussion_r1524331219 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -1486,6 +1488,9 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) { @Vari

Re: [PR] [opt](invert index) use lowercase by default [doris]

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

[PR] [Enhancement](compatible) display dateV2/datetimeV2/decimalv3 as date/datetime/decimal when show column [doris]

2024-03-14 Thread via GitHub
weizuo93 opened a new pull request, #32233: URL: https://github.com/apache/doris/pull/32233 ## Proposed changes Issue Number: close #xxx There is column with type `date/datetime/decimal`when create table,but the column type returned from `SHOW FULL COLUMNS FROM xxx`is `dateV2/

Re: [PR] [Enhancement](compatible) display dateV2/datetimeV2/decimalv3 as date/datetime/decimal when show column [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32233: URL: https://github.com/apache/doris/pull/32233#issuecomment-1996702701 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: [I] [Bug] SELECT * FROM test1 INTO OUTFILE 任务完成 但是卡住 不退出 [doris]

2024-03-14 Thread via GitHub
wyz0130 closed issue #32231: [Bug] SELECT * FROM test1 INTO OUTFILE 任务完成 但是卡住 不退出 URL: https://github.com/apache/doris/issues/32231 -- 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 comm

Re: [PR] [improvement](spill) optimize the spilling logic of hash join operator [doris]

2024-03-14 Thread via GitHub
yiguolei commented on code in PR #32202: URL: https://github.com/apache/doris/pull/32202#discussion_r1524337865 ## be/src/pipeline/pipeline_x/dependency.h: ## @@ -578,6 +578,7 @@ struct HashJoinSharedState : public JoinSharedState { struct PartitionedHashJoinSharedState : publi

[I] [Bug] Bug summary for doris 2.0.4 [doris]

2024-03-14 Thread via GitHub
yongjinhou opened a new issue, #32234: URL: https://github.com/apache/doris/issues/32234 ### 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.4版本全量失败case有25

Re: [PR] [improvement](spill) optimize the spilling logic of hash join operator [doris]

2024-03-14 Thread via GitHub
yiguolei commented on code in PR #32202: URL: https://github.com/apache/doris/pull/32202#discussion_r1524338964 ## be/src/pipeline/exec/partitioned_hash_join_sink_operator.cpp: ## @@ -207,7 +229,7 @@ size_t PartitionedHashJoinSinkOperatorX::revocable_mem_size(RuntimeState* stat

Re: [PR] [feature](merge-cloud) Add multi cloud cluster [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #31749: URL: https://github.com/apache/doris/pull/31749#issuecomment-1996713300 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](Variant) support view for accessing variant subcolumns and temp… [doris]

2024-03-14 Thread via GitHub
morrySnow commented on code in PR #32225: URL: https://github.com/apache/doris/pull/32225#discussion_r1524339901 ## fe/fe-core/src/main/java/org/apache/doris/nereids/CascadesContext.java: ## @@ -127,6 +128,11 @@ public class CascadesContext implements ScheduleContext { pr

Re: [PR] [feature](merge-cloud) Add multi cloud cluster [doris]

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

Re: [PR] [Fix](nereids)Fix Bug when grouping has same grouping set [doris]

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

[PR] [Fix](nereids)Fix Bug when grouping has same grouping set [doris]

2024-03-14 Thread via GitHub
feiniaofeiafei opened a new pull request, #32235: URL: https://github.com/apache/doris/pull/32235 fix sql like select a from t1 group by grouping sets((a),(a)); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [enhance](fs) Eliminate the reference of FileReader/FileWriter to FS [doris]

2024-03-14 Thread via GitHub
platoneko commented on code in PR #31716: URL: https://github.com/apache/doris/pull/31716#discussion_r1524357299 ## be/src/olap/rowset/segment_v2/inverted_index_compound_directory.cpp: ## @@ -512,11 +511,7 @@ void DorisCompoundDirectory::FSIndexOutput::close() { int64_t Doris

Re: [PR] [feature](merge-cloud) Add multi cloud cluster [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #31749: URL: https://github.com/apache/doris/pull/31749#issuecomment-1996734881 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](routine-load) self-adaption adjustment of timeout time [doris]

2024-03-14 Thread via GitHub
HHoflittlefish777 commented on PR #32227: URL: https://github.com/apache/doris/pull/32227#issuecomment-1996735714 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](nereids)Fix Bug when grouping has same grouping set [doris]

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

2024-03-14 Thread via GitHub
seawinde commented on PR #30870: URL: https://github.com/apache/doris/pull/30870#issuecomment-1996748400 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-14 Thread via GitHub
yiguolei commented on code in PR #32202: URL: https://github.com/apache/doris/pull/32202#discussion_r1524367616 ## be/src/pipeline/exec/partitioned_hash_join_probe_operator.cpp: ## @@ -657,6 +703,14 @@ Status PartitionedHashJoinProbeOperatorX::_revoke_memory(RuntimeState* state

Re: [PR] [fix](group commit) Fix group commit connect to observer fe [doris]

2024-03-14 Thread via GitHub
mymeiyi commented on PR #3: URL: https://github.com/apache/doris/pull/3#issuecomment-1996749087 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] Lambda [doris]

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

[PR] [opt](Nereids) opt distinct agg without group by key plan [doris]

2024-03-14 Thread via GitHub
morrySnow opened a new pull request, #32236: URL: https://github.com/apache/doris/pull/32236 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

Re: [PR] [opt](Nereids) opt distinct agg without group by key plan [doris]

2024-03-14 Thread via GitHub
morrySnow commented on PR #32236: URL: https://github.com/apache/doris/pull/32236#issuecomment-1996758049 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] [opt](Nereids) opt distinct agg without group by key plan [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32236: URL: https://github.com/apache/doris/pull/32236#issuecomment-1996757979 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) prepare_insert failed when connect to observer fe [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32223: URL: https://github.com/apache/doris/pull/32223#issuecomment-1996765535 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) prepare_insert failed when connect to observer fe [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32223: URL: https://github.com/apache/doris/pull/32223#issuecomment-1996765571 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

[PR] [fix](ci) fix performance [doris]

2024-03-14 Thread via GitHub
hello-stephen opened a new pull request, #32237: URL: https://github.com/apache/doris/pull/32237 ## 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](m

Re: [PR] [fix](ci) fix performance [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32237: URL: https://github.com/apache/doris/pull/32237#issuecomment-1996766316 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](ci) fix tpcds [doris]

2024-03-14 Thread via GitHub
hello-stephen commented on PR #32237: URL: https://github.com/apache/doris/pull/32237#issuecomment-1996766551 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] Lambda [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32210: URL: https://github.com/apache/doris/pull/32210#issuecomment-1996769221 TeamCity be ut coverage result: Function Coverage: 34.99% (8572/24500) Line Coverage: 26.74% (69457/259758) Region Coverage: 26.01% (36071/138689) Branch Coverage: 22.9

Re: [PR] [opt](Nereids) opt distinct agg without group by key plan [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32236: URL: https://github.com/apache/doris/pull/32236#issuecomment-1996773501 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] [opt](Nereids) opt distinct agg without group by key plan [doris]

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

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

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

2024-03-14 Thread via GitHub
doris-robot commented on PR #32128: URL: https://github.com/apache/doris/pull/32128#issuecomment-1996776058 TeamCity be ut coverage result: Function Coverage: 34.99% (8572/24500) Line Coverage: 26.73% (69448/259857) Region Coverage: 26.00% (36065/138719) Branch Coverage: 22.9

Re: [PR] [feature](merge-cloud) enable merge on write by default [doris]

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

Re: [PR] [feature](merge-cloud) Support specify meta service endpoints separated by comma [doris]

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

Re: [PR] [fix](jdbc catalog) fix jdbc-connector coredump as get env return nullptr [doris]

2024-03-14 Thread via GitHub
yiguolei merged PR #32217: URL: https://github.com/apache/doris/pull/32217 -- 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](jdbc catalog) fix jdbc-connector coredump as get env return nullptr (#32217)

2024-03-14 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 60f97abb1f9 [fix](jdbc catalog) fix jdbc-connec

(doris) branch branch-2.1 updated: [fix](jdbc catalog) fix jdbc-connector coredump as get env return nullptr (#32217)

2024-03-14 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 bbdce3eb5ee [fix](jdbc catalog) fix jdb

Re: [PR] [fix](Nereids): don't pushdown project when project contains both side of join [doris]

2024-03-14 Thread via GitHub
XieJiann commented on PR #32214: URL: https://github.com/apache/doris/pull/32214#issuecomment-1996782519 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 unsubscri

Re: [PR] [Fix](Variant) support view for accessing variant subcolumns and temp… [doris]

2024-03-14 Thread via GitHub
924060929 commented on PR #32225: URL: https://github.com/apache/doris/pull/32225#issuecomment-1996785108 This fix is too hard to understand. Why `element_to` is unbound function when bind sink? In the short term, I think this PR can be merge because of the introduction of new tes

Re: [PR] [nereids] enable gby key eliminate by default [doris]

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

[PR] [nereids] enable gby key eliminate by default [doris]

2024-03-14 Thread via GitHub
xzj7019 opened a new pull request, #32238: URL: https://github.com/apache/doris/pull/32238 ## 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] [nereids] enable gby key eliminate by default [doris]

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

Re: [PR] [Fix](nereids)Fix Bug when grouping has same grouping set [doris]

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

Re: [PR] [opt](routine-load) support auto resume when get partition failed [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32239: URL: https://github.com/apache/doris/pull/32239#issuecomment-1996793219 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] [refactor](spark load) update spark version for spark load to resolve cve problem [doris]

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

[PR] [opt](routine-load) support auto resume when get partition failed [doris]

2024-03-14 Thread via GitHub
HHoflittlefish777 opened a new pull request, #32239: URL: https://github.com/apache/doris/pull/32239 ## Proposed changes Auto resume when get partition failed, can be It can solve some unstable factors and keep the routing load stable. some unstable factors: 1. be restart or

Re: [PR] [refactor](spark load) update spark version for spark load to resolve cve problem [doris]

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

Re: [PR] [opt](Nereids) opt distinct agg without group by key plan [doris]

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

[PR] [fix](ip) conversion of ipv4 or ipv6 to arrow type [doris]

2024-03-14 Thread via GitHub
vinlee19 opened a new pull request, #32240: URL: https://github.com/apache/doris/pull/32240 ## Proposed changes When utilizing the flink-connector-doris to read IPv6 addresses, we encounter the following errors: internal failure, with a status code of [INVALID_ARGUMENT] and an error mess

Re: [PR] [fix](ip) conversion of ipv4 or ipv6 to arrow type [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32240: URL: https://github.com/apache/doris/pull/32240#issuecomment-1996806822 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] [docs]Modify the string range, the sample range is wrong [doris]

2024-03-14 Thread via GitHub
xyfsjq opened a new pull request, #32241: URL: https://github.com/apache/doris/pull/32241 …ta insertion fails ## Proposed changes Issue Number: close #xxx ## Further comments Modify the string range, the sample range is wrong, and the sample data insertion fai

Re: [PR] [docs]Modify the string range, the sample range is wrong [doris]

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

Re: [PR] [feature](merge-cloud) Add multi cloud cluster [doris]

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

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

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

Re: [PR] [opt](routine-load) support auto resume when get partition failed [doris]

2024-03-14 Thread via GitHub
HHoflittlefish777 commented on PR #32239: URL: https://github.com/apache/doris/pull/32239#issuecomment-1996832559 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] [fix](ip) conversion of ipv4 or ipv6 to arrow type [doris]

2024-03-14 Thread via GitHub
vinlee19 commented on PR #32240: URL: https://github.com/apache/doris/pull/32240#issuecomment-1996837180 @sjyango -- 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 unsubs

[I] Doris support OpenTelemetry data store [Feature] [doris]

2024-03-14 Thread via GitHub
young138120 opened a new issue, #32242: URL: https://github.com/apache/doris/issues/32242 ### 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 _No response_

[PR] [improve](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

2024-03-14 Thread via GitHub
kaijchen opened a new pull request, #32243: URL: https://github.com/apache/doris/pull/32243 ## Proposed changes Retry 3 times if failed to get base_migration_lock in rowset builder, with 10ms interval. ## Further comments If this is a relatively large or complex change,

Re: [PR] [improve](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32243: URL: https://github.com/apache/doris/pull/32243#issuecomment-1996843375 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] [improve](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

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

Re: [PR] [fix](nereids)AssertNumRow node's output should be nullable [doris]

2024-03-14 Thread via GitHub
starocean999 commented on PR #32136: URL: https://github.com/apache/doris/pull/32136#issuecomment-1996845792 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](ci) fix tpcds [doris]

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

Re: [PR] [Fix](nereids)Fix Bug when grouping has same grouping set [doris]

2024-03-14 Thread via GitHub
morrySnow commented on code in PR #32235: URL: https://github.com/apache/doris/pull/32235#discussion_r1524445530 ## docs/zh-CN/community/design/grouping_sets_design.md: ## @@ -458,7 +458,7 @@ SELECT k1, k2, GROUPING_ID(k1,k2), SUM(k3) FROM t GROUP BY GROUPING SETS ((k1, k ``

Re: [PR] [Fix](nereids)Fix Bug when grouping has same grouping set [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32235: URL: https://github.com/apache/doris/pull/32235#issuecomment-1996851041 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](nereids)Fix Bug when grouping has same grouping set [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32235: URL: https://github.com/apache/doris/pull/32235#issuecomment-1996850915 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](insert)implement hive table sink plan [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #31765: URL: https://github.com/apache/doris/pull/31765#issuecomment-1996857098 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](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32243: URL: https://github.com/apache/doris/pull/32243#issuecomment-1996858112 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](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

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

Re: [PR] [fix](nereids)AssertNumRow node's output should be nullable [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32136: URL: https://github.com/apache/doris/pull/32136#issuecomment-1996862984 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](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32243: URL: https://github.com/apache/doris/pull/32243#issuecomment-1996871247 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](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32243: URL: https://github.com/apache/doris/pull/32243#issuecomment-1996871364 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](routine-load) support auto resume when get partition failed [doris]

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

Re: [PR] [improve](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32243: URL: https://github.com/apache/doris/pull/32243#issuecomment-1996875325 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](spark load) update spark version for spark load to resolve cve problem [doris]

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

Re: [PR] [Fix](Variant) support view for accessing variant subcolumns and temp… [doris]

2024-03-14 Thread via GitHub
eldenmoon commented on PR #32225: URL: https://github.com/apache/doris/pull/32225#issuecomment-1996882310 @morrySnow @924060929 i will modify some of the code and add more comments to explain -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [feat](Nereids): rewrite sum literal to sum and count [doris]

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

[PR] [feat](Nereids): rewrite sum literal to sum and count [doris]

2024-03-14 Thread via GitHub
XieJiann opened a new pull request, #32244: URL: https://github.com/apache/doris/pull/32244 ## Proposed changes 1. sum(v + 2) => sum(v) + 2*count(v) 2. sum(v - 2) => sum(v) - 2*count(v) ## Further comments If this is a relatively large or complex change, kick off the d

Re: [PR] [Fix](Variant) support view for accessing variant subcolumns and temp… [doris]

2024-03-14 Thread via GitHub
eldenmoon commented on code in PR #32225: URL: https://github.com/apache/doris/pull/32225#discussion_r1524465387 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FunctionBinder.java: ## @@ -188,6 +191,15 @@ public Expression visitUnboundFunction(Unboun

Re: [PR] [feat](Nereids): rewrite sum literal to sum and count [doris]

2024-03-14 Thread via GitHub
XieJiann commented on PR #32244: URL: https://github.com/apache/doris/pull/32244#issuecomment-1996885980 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) support view for accessing variant subcolumns and temp… [doris]

2024-03-14 Thread via GitHub
eldenmoon commented on code in PR #32225: URL: https://github.com/apache/doris/pull/32225#discussion_r1524465901 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FunctionBinder.java: ## @@ -141,6 +141,9 @@ private UnboundFunction bindHighOrderFunction

[I] [Bug] [INTERNAL_ERROR]Unsupported exec type in pipelineX: ODBC_SCAN_NODE [doris]

2024-03-14 Thread via GitHub
wanqiang2046 opened a new issue, #32245: URL: https://github.com/apache/doris/issues/32245 ### 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.0 ### Wh

Re: [PR] [improve](load) retry 3 times if failed to get base_migration_lock in rowset builder [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32243: URL: https://github.com/apache/doris/pull/32243#issuecomment-1996919029 TeamCity be ut coverage result: Function Coverage: 34.99% (8573/24498) Line Coverage: 26.74% (69451/259773) Region Coverage: 26.02% (36076/138671) Branch Coverage: 22.9

Re: [PR] [refactor](spark load) update spark version for spark load to resolve cve problem [doris]

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

Re: [PR] [nereids] enable gby key eliminate by default [doris]

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

[PR] [fix](decimal) fix Arithmetic Overflow error of converting string to decimal [doris]

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

Re: [PR] [fix](decimal) fix Arithmetic Overflow error of converting string to decimal [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32246: URL: https://github.com/apache/doris/pull/32246#issuecomment-1996941885 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](decimal) fix Arithmetic Overflow error of converting string to decimal [doris]

2024-03-14 Thread via GitHub
jacktengg commented on PR #32246: URL: https://github.com/apache/doris/pull/32246#issuecomment-1996942239 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): don't pushdown project when project contains both side of join [doris]

2024-03-14 Thread via GitHub
morrySnow commented on code in PR #32214: URL: https://github.com/apache/doris/pull/32214#discussion_r1524495784 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/PushDownProjectThroughSemiJoin.java: ## @@ -72,12 +75,27 @@ public List buildRules() {

Re: [PR] [fix](ip) conversion of ipv4 or ipv6 to arrow type [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32240: URL: https://github.com/apache/doris/pull/32240#issuecomment-1996958780 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](decimal) fix Arithmetic Overflow error of converting string to decimal [doris]

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

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

[PR] fix](decimal) fix Arithmetic Overflow error of converting string to decimal [doris]

2024-03-14 Thread via GitHub
jacktengg opened a new pull request, #32247: URL: https://github.com/apache/doris/pull/32247 ## Proposed changes Issue Number: pick from #32246 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.

Re: [PR] fix](decimal) fix Arithmetic Overflow error of converting string to decimal [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32247: URL: https://github.com/apache/doris/pull/32247#issuecomment-1996965495 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   >