[GitHub] [doris] hello-stephen opened a new pull request, #23261: [fix](case) comment out orthogonal_bitmap_intersect

2023-08-21 Thread via GitHub
hello-stephen opened a new pull request, #23261: URL: https://github.com/apache/doris/pull/23261 ## Proposed changes This case often fails in the internal test pipeline. After discussion, the related parts of orthogonal_bitmap_intersect are commented out first. -- This is an au

[GitHub] [doris] hello-stephen commented on pull request #23261: [fix](case) comment out orthogonal_bitmap_intersect

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23261: URL: https://github.com/apache/doris/pull/23261#issuecomment-1685908029 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

[GitHub] [doris] hello-stephen closed pull request #23235: [ignore](me) just test pipeline

2023-08-21 Thread via GitHub
hello-stephen closed pull request #23235: [ignore](me) just test pipeline URL: https://github.com/apache/doris/pull/23235 -- 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

[GitHub] [doris] hello-stephen commented on pull request #23246: [bugfix](vertical-compaction) Only can init the SegmentCacheHandle once

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23246: URL: https://github.com/apache/doris/pull/23246#issuecomment-1685910989 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.2 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes,

[GitHub] [doris] hello-stephen commented on pull request #23104: [enhancement](Nereids): add char/covert func

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23104: URL: https://github.com/apache/doris/pull/23104#issuecomment-1685914445 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.86 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #22930: [improve](jdbc catalog) Add more detailed exception logging to the jdbc catalog

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #22930: URL: https://github.com/apache/doris/pull/22930#issuecomment-1685914661 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

[GitHub] [doris] github-actions[bot] commented on pull request #22930: [improve](jdbc catalog) Add more detailed exception logging to the jdbc catalog

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #22930: URL: https://github.com/apache/doris/pull/22930#issuecomment-1685914705 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

[GitHub] [doris] hello-stephen commented on pull request #23170: [improvement](statistics)Load the cache for external table row count while init table.

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23170: URL: https://github.com/apache/doris/pull/23170#issuecomment-1685915978 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.97 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23071: [fix](be) fix the crash when there is no tzfile in docker env

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23071: URL: https://github.com/apache/doris/pull/23071#issuecomment-1685915909 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

[GitHub] [doris] github-actions[bot] commented on pull request #23071: [fix](be) fix the crash when there is no tzfile in docker env

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23071: URL: https://github.com/apache/doris/pull/23071#issuecomment-1685915993 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

[GitHub] [doris] hello-stephen commented on pull request #23260: [Fix](multi-catalog) Fix zlib init error by using doris's zlib shared library and `jni.log` does not output.

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23260: URL: https://github.com/apache/doris/pull/23260#issuecomment-1685924786 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.59 seconds stream load tsv: 539 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23121: [Feature](Nereids)support insert into values for Nereids

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23121: URL: https://github.com/apache/doris/pull/23121#issuecomment-1685925643 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.54 seconds stream load tsv: 541 seconds loaded 74807831229 Bytes

[GitHub] [doris] Yulei-Yang opened a new pull request, #23262: [minor](docs) update docs for variable sql_select_limit

2023-08-21 Thread via GitHub
Yulei-Yang opened a new pull request, #23262: URL: https://github.com/apache/doris/pull/23262 ## 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](mail

[GitHub] [doris] morrySnow opened a new pull request, #23263: [feature](Nereids) support handle query in fe

2023-08-21 Thread via GitHub
morrySnow opened a new pull request, #23263: URL: https://github.com/apache/doris/pull/23263 ## 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

[GitHub] [doris] Yulei-Yang commented on pull request #23262: [minor](docs) update docs for variable sql_select_limit

2023-08-21 Thread via GitHub
Yulei-Yang commented on PR #23262: URL: https://github.com/apache/doris/pull/23262#issuecomment-1685929850 run builall -- 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

[GitHub] [doris] amorynan opened a new pull request, #23264: [FIX](array) fix array() with cast in if

2023-08-21 Thread via GitHub
amorynan opened a new pull request, #23264: URL: https://github.com/apache/doris/pull/23264 ## Proposed changes Issue Number: close #xxx if we write sql with : select cast(array() as array) castexpr in fe will call analyze() with ```Type.matchExactType(childType, type, true);

[GitHub] [doris] amorynan commented on pull request #23264: [FIX](array) fix array() with cast in if

2023-08-21 Thread via GitHub
amorynan commented on PR #23264: URL: https://github.com/apache/doris/pull/23264#issuecomment-1685936537 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

[GitHub] [doris] bobhan1 commented on pull request #23228: [enhancement](bitmap)support bitmap type for non-key column in unique table

2023-08-21 Thread via GitHub
bobhan1 commented on PR #23228: URL: https://github.com/apache/doris/pull/23228#issuecomment-1685939526 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

[GitHub] [doris] hello-stephen commented on pull request #23080: [fix](jdbc catalog) fix adaptation to Oracle special character `/` table names

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23080: URL: https://github.com/apache/doris/pull/23080#issuecomment-1685941781 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.81 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22944: [enhancement](Nereids): optimize deepEquals

2023-08-21 Thread via GitHub
hello-stephen commented on PR #22944: URL: https://github.com/apache/doris/pull/22944#issuecomment-1685942018 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.61 seconds stream load tsv: 541 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22442: [feature](delete-predicate) support delete sub predicate v2

2023-08-21 Thread via GitHub
hello-stephen commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1685941150 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.18 seconds stream load tsv: 543 seconds loaded 74807831229 Bytes

[GitHub] [doris] GoGoWen commented on pull request #23056: [feature](jdbc catalog) support doris jdbc catalog array type

2023-08-21 Thread via GitHub
GoGoWen commented on PR #23056: URL: https://github.com/apache/doris/pull/23056#issuecomment-1685943270 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,

[GitHub] [doris] BiteTheDDDDt merged pull request #23173: [fix](case) Update test_csv_with_enclose_and_escape.groovy

2023-08-21 Thread via GitHub
BiteThet merged PR #23173: URL: https://github.com/apache/doris/pull/23173 -- 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 (32dc0250ba -> dcd51c304a)

2023-08-21 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 32dc0250ba [Chore](ColdHeatSeparation) change partition value for cold heat separation case (#22996) add dcd5

[GitHub] [doris] github-actions[bot] commented on pull request #23228: [enhancement](bitmap)support bitmap type for non-key column in unique table

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23228: URL: https://github.com/apache/doris/pull/23228#issuecomment-1685949250 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

[GitHub] [doris] github-actions[bot] commented on pull request #23264: [FIX](array) fix array() with cast in if

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23264: URL: https://github.com/apache/doris/pull/23264#issuecomment-1685954510 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

[GitHub] [doris] github-actions[bot] commented on pull request #23264: [FIX](array) fix array() with cast in if

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23264: URL: https://github.com/apache/doris/pull/23264#issuecomment-1685954558 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

[GitHub] [doris] hello-stephen commented on pull request #23246: [bugfix](vertical-compaction) Only can init the SegmentCacheHandle once

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23246: URL: https://github.com/apache/doris/pull/23246#issuecomment-1685957061 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.39 seconds stream load tsv: 538 seconds loaded 74807831229 Bytes

[doris] branch master updated (dcd51c304a -> c1fb137d17)

2023-08-21 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from dcd51c304a Update test_csv_with_enclose_and_escape.groovy (#23173) add c1fb137d17 [improve](jdbc catalog) Add more

[GitHub] [doris] zy-kkk merged pull request #22930: [improve](jdbc catalog) Add more detailed exception logging to the jdbc catalog

2023-08-21 Thread via GitHub
zy-kkk merged PR #22930: URL: https://github.com/apache/doris/pull/22930 -- 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

[GitHub] [doris] zclllyybb opened a new issue, #23265: [Enhancement] Support a new time parsing format

2023-08-21 Thread via GitHub
zclllyybb opened a new issue, #23265: URL: https://github.com/apache/doris/issues/23265 ### 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 ```sql mysql> i

[GitHub] [doris] felixwluo commented on issue #23265: [Enhancement] Support a new time parsing format

2023-08-21 Thread via GitHub
felixwluo commented on issue #23265: URL: https://github.com/apache/doris/issues/23265#issuecomment-1685970261 will pick -- 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

[GitHub] [doris] Gabriel39 commented on pull request #23256: [pipelineX](projection) Support projection and blocking agg

2023-08-21 Thread via GitHub
Gabriel39 commented on PR #23256: URL: https://github.com/apache/doris/pull/23256#issuecomment-1685976786 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

[GitHub] [doris] bobhan1 commented on pull request #23228: [enhancement](bitmap)support bitmap type for non-key column in unique table

2023-08-21 Thread via GitHub
bobhan1 commented on PR #23228: URL: https://github.com/apache/doris/pull/23228#issuecomment-1685977014 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

[GitHub] [doris] github-actions[bot] commented on pull request #23228: [enhancement](bitmap)support bitmap type for non-key column in unique table

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23228: URL: https://github.com/apache/doris/pull/23228#issuecomment-1685984764 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

[GitHub] [doris] hello-stephen commented on pull request #23264: [FIX](array) fix array() with cast in if

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23264: URL: https://github.com/apache/doris/pull/23264#issuecomment-1685985882 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.67 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23228: [enhancement](bitmap)support bitmap type for non-key column in unique table

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23228: URL: https://github.com/apache/doris/pull/23228#issuecomment-1685986083 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.76 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23256: [pipelineX](projection) Support projection and blocking agg

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23256: URL: https://github.com/apache/doris/pull/23256#issuecomment-1685987314 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

[GitHub] [doris] wangbo opened a new pull request, #23266: [Fix](executor)use push to send keep alive signal

2023-08-21 Thread via GitHub
wangbo opened a new pull request, #23266: URL: https://github.com/apache/doris/pull/23266 ## Proposed changes Add a keep alive feature for Doris shuffle, when a shuffle sink's BE process is dead or restart, shuffle receiver can't receive data forever, but it can not be cancelled unti

[GitHub] [doris] luozenglin opened a new issue, #23267: [Bug] Invalid instance profile

2023-08-21 Thread via GitHub
luozenglin opened a new issue, #23267: URL: https://github.com/apache/doris/issues/23267 ### 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 1.2 ### What's

[GitHub] [doris] HappenLee commented on a diff in pull request #23236: [Feature-WIP](partitions) Support auto partition

2023-08-21 Thread via GitHub
HappenLee commented on code in PR #23236: URL: https://github.com/apache/doris/pull/23236#discussion_r1299870678 ## be/src/exec/tablet_info.cpp: ## @@ -213,6 +214,27 @@ VOlapTablePartitionParam::VOlapTablePartitionParam(std::shared_ptrget_empty_mutable_column(), slot->get_data_

[GitHub] [doris] luozenglin opened a new pull request, #23268: [fix](profile) fix invalid instance profile in doris 1.2

2023-08-21 Thread via GitHub
luozenglin opened a new pull request, #23268: URL: https://github.com/apache/doris/pull/23268 ## Proposed changes Issue Number: close #23267 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

[GitHub] [doris] HappenLee commented on a diff in pull request #23236: [Feature-WIP](partitions) Support auto partition

2023-08-21 Thread via GitHub
HappenLee commented on code in PR #23236: URL: https://github.com/apache/doris/pull/23236#discussion_r1299871744 ## be/src/exec/tablet_info.cpp: ## @@ -213,6 +214,27 @@ VOlapTablePartitionParam::VOlapTablePartitionParam(std::shared_ptrget_empty_mutable_column(), slot->get_data_

[GitHub] [doris] HappenLee commented on a diff in pull request #23236: [Feature-WIP](partitions) Support auto partition

2023-08-21 Thread via GitHub
HappenLee commented on code in PR #23236: URL: https://github.com/apache/doris/pull/23236#discussion_r1299873249 ## be/src/exec/tablet_info.cpp: ## @@ -213,6 +214,27 @@ VOlapTablePartitionParam::VOlapTablePartitionParam(std::shared_ptrget_empty_mutable_column(), slot->get_data_

[GitHub] [doris] github-actions[bot] commented on pull request #23266: [Fix](executor)use push to send keep alive signal

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23266: URL: https://github.com/apache/doris/pull/23266#issuecomment-1686002418 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

[GitHub] [doris] hello-stephen opened a new pull request, #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
hello-stephen opened a new pull request, #23269: URL: https://github.com/apache/doris/pull/23269 …nged, https://github.com/apache/doris/pull/22823 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex chan

[GitHub] [doris] hello-stephen commented on pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23269: URL: https://github.com/apache/doris/pull/23269#issuecomment-1686006740 run clickbench -- 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.

[GitHub] [doris] github-actions[bot] commented on pull request #23228: [enhancement](bitmap)support bitmap type for non-key column in unique table

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23228: URL: https://github.com/apache/doris/pull/23228#issuecomment-1686009833 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

[GitHub] [doris] github-actions[bot] commented on pull request #23266: [Fix](executor)use push to send keep alive signal

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23266: URL: https://github.com/apache/doris/pull/23266#issuecomment-1686011302 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

[GitHub] [doris] hello-stephen commented on pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23269: URL: https://github.com/apache/doris/pull/23269#issuecomment-1686013789 run clickbench -- 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.

[GitHub] [doris] github-actions[bot] commented on pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23269: URL: https://github.com/apache/doris/pull/23269#issuecomment-1686018354 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

[GitHub] [doris] github-actions[bot] commented on pull request #23098: [improvement](scan) Reduce time to fetch function calls

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23098: URL: https://github.com/apache/doris/pull/23098#issuecomment-1686021360 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

[GitHub] [doris] github-actions[bot] commented on pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23269: URL: https://github.com/apache/doris/pull/23269#issuecomment-1686024729 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

[GitHub] [doris] yiguolei commented on a diff in pull request #23259: [fix](case) comment out orthogonal_bitmap_intersect

2023-08-21 Thread via GitHub
yiguolei commented on code in PR #23259: URL: https://github.com/apache/doris/pull/23259#discussion_r1299895973 ## regression-test/suites/query_p0/sql_functions/bitmap_functions/test_bitmap_function.groovy: ## @@ -690,146 +690,146 @@ suite("test_bitmap_function") {

[GitHub] [doris] xiaokang merged pull request #23251: [FIX](map)fix map offsets set next_array_item_rowid

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

[doris] branch branch-2.0 updated: [FIX](map)fix map offsets set next_array_item_rowid (#23251)

2023-08-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 3b0175d190 [FIX](map)fix map offsets set n

[GitHub] [doris] hello-stephen commented on pull request #23256: [pipelineX](projection) Support projection and blocking agg

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23256: URL: https://github.com/apache/doris/pull/23256#issuecomment-1686031239 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.54 seconds stream load tsv: 542 seconds loaded 74807831229 Bytes

[GitHub] [doris] sohardforaname opened a new pull request, #23270: [Fix](regression-test)fix unstable test_default_limit case.

2023-08-21 Thread via GitHub
sohardforaname opened a new pull request, #23270: URL: https://github.com/apache/doris/pull/23270 ## 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](

[GitHub] [doris] sohardforaname commented on pull request #23270: [Fix](regression-test)fix unstable test_default_limit case.

2023-08-21 Thread via GitHub
sohardforaname commented on PR #23270: URL: https://github.com/apache/doris/pull/23270#issuecomment-1686034412 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.

[GitHub] [doris] starocean999 opened a new pull request, #23271: [feature](nereids)support subquery in select list

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

[GitHub] [doris] starocean999 commented on pull request #23271: [feature](nereids)support subquery in select list

2023-08-21 Thread via GitHub
starocean999 commented on PR #23271: URL: https://github.com/apache/doris/pull/23271#issuecomment-1686037981 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

[GitHub] [doris] morrySnow commented on pull request #23263: [feature](Nereids) support handle query in fe

2023-08-21 Thread via GitHub
morrySnow commented on PR #23263: URL: https://github.com/apache/doris/pull/23263#issuecomment-1686038557 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

[GitHub] [doris] starocean999 opened a new pull request, #23272: [fix](planner)convert to double if div decimal overflow

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

[GitHub] [doris] starocean999 commented on pull request #23272: [fix](planner)convert to double if div decimal overflow

2023-08-21 Thread via GitHub
starocean999 commented on PR #23272: URL: https://github.com/apache/doris/pull/23272#issuecomment-1686052709 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

[GitHub] [doris] HappenLee commented on pull request #23223: [pipeline](exec) Refactor the table sink code in remove unless code

2023-08-21 Thread via GitHub
HappenLee commented on PR #23223: URL: https://github.com/apache/doris/pull/23223#issuecomment-1686053715 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

[GitHub] [doris] morrySnow commented on pull request #22851: [feature](Nereids) support array type

2023-08-21 Thread via GitHub
morrySnow commented on PR #22851: URL: https://github.com/apache/doris/pull/22851#issuecomment-1686056589 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

[GitHub] [doris] github-actions[bot] commented on pull request #23223: [pipeline](exec) Refactor the table sink code in remove unless code

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23223: URL: https://github.com/apache/doris/pull/23223#issuecomment-1686058050 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

[GitHub] [doris] github-actions[bot] commented on pull request #23256: [pipelineX](projection) Support projection and blocking agg

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23256: URL: https://github.com/apache/doris/pull/23256#issuecomment-1686059014 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

[GitHub] [doris] github-actions[bot] commented on pull request #23256: [pipelineX](projection) Support projection and blocking agg

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23256: URL: https://github.com/apache/doris/pull/23256#issuecomment-1686059065 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

[GitHub] [doris] github-actions[bot] commented on pull request #22944: [enhancement](Nereids): optimize deepEquals

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #22944: URL: https://github.com/apache/doris/pull/22944#issuecomment-1686061580 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

[GitHub] [doris] Kikyou1997 opened a new pull request, #23273: [fix](pipeline) Disable nereids_delete_mow_partial_update which would block p0 pipeline

2023-08-21 Thread via GitHub
Kikyou1997 opened a new pull request, #23273: URL: https://github.com/apache/doris/pull/23273 ## Proposed changes This case's failure rate is too high and might block p0 pipeline ## Further comments If this is a relatively large or complex change, kick off the discussion

[GitHub] [doris] Kikyou1997 commented on pull request #23273: [fix](pipeline) Disable nereids_delete_mow_partial_update which would block p0 pipeline

2023-08-21 Thread via GitHub
Kikyou1997 commented on PR #23273: URL: https://github.com/apache/doris/pull/23273#issuecomment-1686062508 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

[GitHub] [doris] github-actions[bot] commented on pull request #23241: [fix](Nereids): fix LogicalProject equals()

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23241: URL: https://github.com/apache/doris/pull/23241#issuecomment-1686063864 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

[GitHub] [doris] github-actions[bot] commented on pull request #23223: [pipeline](exec) Refactor the table sink code in remove unless code

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23223: URL: https://github.com/apache/doris/pull/23223#issuecomment-1686064195 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

[GitHub] [doris] hello-stephen commented on pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23269: URL: https://github.com/apache/doris/pull/23269#issuecomment-1686064689 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.62 seconds stream load tsv: 543 seconds loaded 74807831229 Bytes

[GitHub] [doris] starocean999 commented on pull request #23272: [fix](planner)convert to double if div decimal overflow

2023-08-21 Thread via GitHub
starocean999 commented on PR #23272: URL: https://github.com/apache/doris/pull/23272#issuecomment-1686065212 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

[GitHub] [doris] hello-stephen commented on pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23269: URL: https://github.com/apache/doris/pull/23269#issuecomment-1686070208 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.47 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] Kikyou1997 commented on pull request #22963: [refactor](nereids) Refactor stats collection framework

2023-08-21 Thread via GitHub
Kikyou1997 commented on PR #22963: URL: https://github.com/apache/doris/pull/22963#issuecomment-1686075086 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

[GitHub] [doris] bobhan1 commented on pull request #22970: [feature](partial update) Support partial update for broker load

2023-08-21 Thread via GitHub
bobhan1 commented on PR #22970: URL: https://github.com/apache/doris/pull/22970#issuecomment-1686076432 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

[GitHub] [doris] englefly opened a new pull request, #23274: [improve](nereids) expand runtime filter target by hashJoin's equal condition

2023-08-21 Thread via GitHub
englefly opened a new pull request, #23274: URL: https://github.com/apache/doris/pull/23274 ## Proposed changes example: `lineitem join partsupp on l_partkey= ps_partkey join filter(part) on ps_partkey=p_partkey ` we need two RFs: RF1: p_partkey->ps_pa

[GitHub] [doris] englefly commented on pull request #23274: [improve](nereids) expand runtime filter target by hashJoin's equal condition

2023-08-21 Thread via GitHub
englefly commented on PR #23274: URL: https://github.com/apache/doris/pull/23274#issuecomment-1686081549 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

[GitHub] [doris] github-actions[bot] commented on pull request #22963: [refactor](nereids) Refactor stats collection framework

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #22963: URL: https://github.com/apache/doris/pull/22963#issuecomment-1686083769 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

[GitHub] [doris] zclllyybb commented on a diff in pull request #23236: [Feature-WIP](partitions) Support auto partition

2023-08-21 Thread via GitHub
zclllyybb commented on code in PR #23236: URL: https://github.com/apache/doris/pull/23236#discussion_r1299940879 ## be/src/exec/tablet_info.cpp: ## @@ -213,6 +214,27 @@ VOlapTablePartitionParam::VOlapTablePartitionParam(std::shared_ptrget_empty_mutable_column(), slot->get_data_

[GitHub] [doris] hello-stephen commented on pull request #23263: [feature](Nereids) support handle query in fe

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23263: URL: https://github.com/apache/doris/pull/23263#issuecomment-1686091829 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.26 seconds stream load tsv: 541 seconds loaded 74807831229 Bytes

[GitHub] [doris] XieJiann commented on pull request #23104: [enhancement](Nereids): add char/covert func

2023-08-21 Thread via GitHub
XieJiann commented on PR #23104: URL: https://github.com/apache/doris/pull/23104#issuecomment-1686094827 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

[GitHub] [doris] hello-stephen closed pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha…

2023-08-21 Thread via GitHub
hello-stephen closed pull request #23269: [ignore](me), debug ckb, this pr cost 510s+, check if mechine env cha… URL: https://github.com/apache/doris/pull/23269 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] hello-stephen closed pull request #23261: [fix](case) comment out orthogonal_bitmap_intersect

2023-08-21 Thread via GitHub
hello-stephen closed pull request #23261: [fix](case) comment out orthogonal_bitmap_intersect URL: https://github.com/apache/doris/pull/23261 -- 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 spec

[GitHub] [doris] hello-stephen closed pull request #23261: [fix](case) comment out orthogonal_bitmap_intersect

2023-08-21 Thread via GitHub
hello-stephen closed pull request #23261: [fix](case) comment out orthogonal_bitmap_intersect URL: https://github.com/apache/doris/pull/23261 -- 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 spec

[GitHub] [doris] hello-stephen closed pull request #23261: [fix](case) comment out orthogonal_bitmap_intersect

2023-08-21 Thread via GitHub
hello-stephen closed pull request #23261: [fix](case) comment out orthogonal_bitmap_intersect URL: https://github.com/apache/doris/pull/23261 -- 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 spec

[GitHub] [doris] Lchangliang commented on pull request #23246: [bugfix](vertical-compaction) Only can init the SegmentCacheHandle once

2023-08-21 Thread via GitHub
Lchangliang commented on PR #23246: URL: https://github.com/apache/doris/pull/23246#issuecomment-1686102303 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

[GitHub] [doris] Mryange opened a new pull request, #23275: [feature](decimal) support div precision increment in decimalv3

2023-08-21 Thread via GitHub
Mryange opened a new pull request, #23275: URL: https://github.com/apache/doris/pull/23275 ## Proposed changes pick from https://github.com/apache/doris/pull/19811 fe/fe-common/src/main/java/org/apache/doris/common/Config.java fe/fe-core/src/main/java/org/apache/doris/analysis/Ar

[GitHub] [doris] hello-stephen commented on pull request #23272: [fix](planner)convert to double if div decimal overflow

2023-08-21 Thread via GitHub
hello-stephen commented on PR #23272: URL: https://github.com/apache/doris/pull/23272#issuecomment-1686104549 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.95 seconds stream load tsv: 541 seconds loaded 74807831229 Bytes

[GitHub] [doris] airborne12 opened a new pull request, #23276: [Reopen](inverted index) push count on index down to scan node

2023-08-21 Thread via GitHub
airborne12 opened a new pull request, #23276: URL: https://github.com/apache/doris/pull/23276 ## 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](mail

[GitHub] [doris] hello-stephen commented on pull request #22851: [feature](Nereids) support array type

2023-08-21 Thread via GitHub
hello-stephen commented on PR #22851: URL: https://github.com/apache/doris/pull/22851#issuecomment-1686106012 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.82 seconds stream load tsv: 538 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23273: [fix](pipeline) Disable nereids_delete_mow_partial_update which would block p0 pipeline

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23273: URL: https://github.com/apache/doris/pull/23273#issuecomment-1686109349 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

[GitHub] [doris] XieJiann commented on pull request #23257: [feature](Nereids) support `select key encryptKey`

2023-08-21 Thread via GitHub
XieJiann commented on PR #23257: URL: https://github.com/apache/doris/pull/23257#issuecomment-1686112501 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

[GitHub] [doris] github-actions[bot] commented on pull request #23246: [bugfix](vertical-compaction) Only can init the SegmentCacheHandle once

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23246: URL: https://github.com/apache/doris/pull/23246#issuecomment-1686113218 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

[GitHub] [doris] kaijchen commented on pull request #23205: [fix](load) fix duplicate memtable writer register to limiter

2023-08-21 Thread via GitHub
kaijchen commented on PR #23205: URL: https://github.com/apache/doris/pull/23205#issuecomment-1686114413 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

[GitHub] [doris] github-actions[bot] commented on pull request #23276: [Reopen](inverted index) push count on index down to scan node

2023-08-21 Thread via GitHub
github-actions[bot] commented on PR #23276: URL: https://github.com/apache/doris/pull/23276#issuecomment-1686120105 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

[GitHub] [doris] AshinGau opened a new pull request, #23277: [fix](parquet) A row of complex type may be stored across more pages

2023-08-21 Thread via GitHub
AshinGau opened a new pull request, #23277: URL: https://github.com/apache/doris/pull/23277 ## 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

<    1   2   3   4   5   6   7   >