Re: [PR] [chore](log opt) opt mysql load log [doris]

2023-10-30 Thread via GitHub
yiguolei merged PR #26149: URL: https://github.com/apache/doris/pull/26149 -- 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

Re: [PR] [fix](Nereids) values list could not process only one column [doris]

2023-10-30 Thread via GitHub
morrySnow merged PR #26123: URL: https://github.com/apache/doris/pull/26123 -- 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 (ea1e8fa15da -> 95c765f5fe0)

2023-10-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ea1e8fa15da [Fix](Nereids) fix create table as select of view with unknowed length character type (#25471) add

Re: [PR] [Enhance](regression)add external_docker tag for some external case [doris]

2023-10-30 Thread via GitHub
zhangguoqiang666 commented on PR #26106: URL: https://github.com/apache/doris/pull/26106#issuecomment-1786556903 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](compile) be cannot compile on MacOS [doris]

2023-10-30 Thread via GitHub
morrySnow commented on PR #26155: URL: https://github.com/apache/doris/pull/26155#issuecomment-1786555121 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] [feature](profile) add MaxActiveTime and add exectime in pipelineX [doris]

2023-10-30 Thread via GitHub
Mryange commented on PR #26148: URL: https://github.com/apache/doris/pull/26148#issuecomment-1786552504 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] [bug](scanner) Fix scanner core dump [doris]

2023-10-30 Thread via GitHub
Gabriel39 commented on PR #26156: URL: https://github.com/apache/doris/pull/26156#issuecomment-1786550562 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

[PR] [bug](scanner) Fix scanner core dump [doris]

2023-10-30 Thread via GitHub
Gabriel39 opened a new pull request, #26156: URL: https://github.com/apache/doris/pull/26156 ## 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

(doris) branch master updated (0449a240f47 -> ea1e8fa15da)

2023-10-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0449a240f47 [Fix](from_unixtime) Keep consistent with MySQL & bug fix (#25966) add ea1e8fa15da [Fix](Nereids)

Re: [PR] [Fix](Nereids) fix create table as select of view with unknown length character type [doris]

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

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25796: URL: https://github.com/apache/doris/pull/25796#issuecomment-1786549599 TeamCity be ut coverage result: Function Coverage: 37.37% (8470/22663) Line Coverage: 29.68% (68564/231039) Region Coverage: 28.26% (35609/126022) Branch Coverage: 25.1

Re: [PR] [fix](compile) be cannot compile on MacOS [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26155: URL: https://github.com/apache/doris/pull/26155#issuecomment-1786548561 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) Fix decimal precision and scale wrong when create table like [doris]

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

Re: [PR] [fix](planner) Fix decimal precision and scale wrong when create table like [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #25802: URL: https://github.com/apache/doris/pull/25802#issuecomment-1786547909 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) fix varchar does not show real length [doris]

2023-10-30 Thread via GitHub
LiBinfeng-01 commented on PR #25171: URL: https://github.com/apache/doris/pull/25171#issuecomment-1786542163 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] (metric) add histogramJsonMetric and nodeInfo [doris]

2023-10-30 Thread via GitHub
xiangran0327 closed pull request #26142: (metric) add histogramJsonMetric and nodeInfo URL: https://github.com/apache/doris/pull/26142 -- 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 co

Re: [PR] [Fix](Planner) fix varchar does not show real length [doris]

2023-10-30 Thread via GitHub
LiBinfeng-01 commented on code in PR #25171: URL: https://github.com/apache/doris/pull/25171#discussion_r1377115625 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/trino/LogicalPlanTrinoBuilder.java: ## @@ -175,7 +176,8 @@ protected Expression visitCast(io.trino.sql.

Re: [PR] [fix](compile) be cannot compile on MacOS [doris]

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

Re: [PR] [enhancement](Nereids): optimize GroupExpressionMatching [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26130: URL: https://github.com/apache/doris/pull/26130#issuecomment-1786540350 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.16 seconds stream load tsv: 549 seconds loaded 74807831229 Bytes,

Re: [PR] [cherry-pick](branch-2.0) pick 11 pr to branch-2.0 [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26150: URL: https://github.com/apache/doris/pull/26150#issuecomment-1786536318 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.37 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](compile) be cannot compile on MacOS [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26155: URL: https://github.com/apache/doris/pull/26155#issuecomment-1786536325 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](compile) be cannot compile on MacOS [doris]

2023-10-30 Thread via GitHub
morrySnow opened a new pull request, #26155: URL: https://github.com/apache/doris/pull/26155 build on MacOS meet error: reference to 'detail' is ambiguous. Because there is a detail namespace under std ## Proposed changes Issue Number: close #xxx ## Further comme

Re: [PR] [Fix](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
yiguolei merged PR #25966: URL: https://github.com/apache/doris/pull/25966 -- 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 (8d7abf60f94 -> 0449a240f47)

2023-10-30 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 8d7abf60f94 [Bug](materialized-view) SelectMaterializedIndexWithAggregate do not change plan when match ba… (#26145)

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #25796: URL: https://github.com/apache/doris/pull/25796#issuecomment-1786530434 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] [bugfix](clickhouse) fix datetime convert error. [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26128: URL: https://github.com/apache/doris/pull/26128#issuecomment-1786529524 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.12 seconds stream load tsv: 570 seconds loaded 74807831229 Bytes,

(doris) branch new_join updated: update rf

2023-10-30 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/new_join by this push: new 61e3bf7262d update rf 61e3bf7262d is desc

Re: [PR] [don't merge] run move-memtable regression tests [doris]

2023-10-30 Thread via GitHub
kaijchen commented on PR #25796: URL: https://github.com/apache/doris/pull/25796#issuecomment-1786518674 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] [fix](function) the result is incorrect because of the datetimev2 type [doris]

2023-10-30 Thread via GitHub
felixwluo opened a new pull request, #26154: URL: https://github.com/apache/doris/pull/26154 ## Proposed changes Issue Number: close #26153 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

Re: [PR] [Fix](Serde) Fix content displayed by complex types in MySQL Client [doris]

2023-10-30 Thread via GitHub
BePPPower commented on PR #25946: URL: https://github.com/apache/doris/pull/25946#issuecomment-1786516717 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[I] [Bug] 因为datetimev2类型导致timestampdiff的结果不正确 [doris]

2023-10-30 Thread via GitHub
felixwluo opened a new issue, #26153: URL: https://github.com/apache/doris/issues/26153 ### 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 branch-1.2-lts

(doris) branch master updated: [Bug](materialized-view) SelectMaterializedIndexWithAggregate do not change plan when match ba… (#26145)

2023-10-30 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 8d7abf60f94 [Bug](materialized-view) SelectM

Re: [PR] [Bug](materialized-view) SelectMaterializedIndexWithAggregate do not change plan when match ba… [doris]

2023-10-30 Thread via GitHub
BiteThet merged PR #26145: URL: https://github.com/apache/doris/pull/26145 -- 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: [pipelineX](profile) Improve exchange sink profile (#26117)

2023-10-30 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 7e6644b1eea [pipelineX](profile) Improve exch

Re: [PR] [pipelineX](profile) Improve exchange sink profile [doris]

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

Re: [PR] [Bug](materialized-view) SelectMaterializedIndexWithAggregate do not change plan when match ba… [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26145: URL: https://github.com/apache/doris/pull/26145#issuecomment-1786511599 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] [Bug](materialized-view) SelectMaterializedIndexWithAggregate do not change plan when match ba… [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26145: URL: https://github.com/apache/doris/pull/26145#issuecomment-1786511561 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 (8f320944a83 -> 3d295f0eb0e)

2023-10-30 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 8f320944a83 [fix](move-memtable) fix DeltaWriterV2 profile use-after-free (#26110) add 3d295f0eb0e [Update](re

(doris-flink-connector) branch branch-for-flink-before-1.13 updated: update version in pom.xml (#221)

2023-10-30 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/branch-for-flink-before-1.13 by this push:

Re: [PR] update version in pom.xml [doris-flink-connector]

2023-10-30 Thread via GitHub
JNSimba merged PR #221: URL: https://github.com/apache/doris-flink-connector/pull/221 -- 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..

Re: [PR] [Update](regression) add failure injection in inverted index writer [doris]

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

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1786510333 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.29 seconds stream load tsv: 550 seconds loaded 74807831229 Bytes,

Re: [PR] [enhancement](Nereids): optimize GroupExpressionMatching [doris]

2023-10-30 Thread via GitHub
jackwener commented on PR #26130: URL: https://github.com/apache/doris/pull/26130#issuecomment-1786509983 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [Update](regression) add failure injection in inverted index writer [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26121: URL: https://github.com/apache/doris/pull/26121#issuecomment-1786508462 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] [Update](regression) add failure injection in inverted index writer [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26121: URL: https://github.com/apache/doris/pull/26121#issuecomment-1786508496 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](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25966: URL: https://github.com/apache/doris/pull/25966#issuecomment-1786497803 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.19 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [Fix](Serde) Fix content displayed by complex types in MySQL Client [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25946: URL: https://github.com/apache/doris/pull/25946#issuecomment-1786497255 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.11 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [bugfix](clickhouse) fix datetime convert error. [doris]

2023-10-30 Thread via GitHub
liugddx commented on PR #26128: URL: https://github.com/apache/doris/pull/26128#issuecomment-1786494103 @zy-kkk PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

(doris) branch master updated: [fix](move-memtable) fix DeltaWriterV2 profile use-after-free (#26110)

2023-10-30 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 8f320944a83 [fix](move-memtable) fix DeltaWrite

Re: [PR] [fix](move-memtable) fix DeltaWriterV2 profile use-after-free [doris]

2023-10-30 Thread via GitHub
yiguolei merged PR #26110: URL: https://github.com/apache/doris/pull/26110 -- 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

Re: [PR] [bugfix](clickhouse) fix datetime convert error. [doris]

2023-10-30 Thread via GitHub
liugddx commented on PR #26128: URL: https://github.com/apache/doris/pull/26128#issuecomment-1786493748 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] [Enhancement] Implement format methods for Status [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26133: URL: https://github.com/apache/doris/pull/26133#issuecomment-1786491081 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](move-memtable) fix DeltaWriterV2 profile use-after-free [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26110: URL: https://github.com/apache/doris/pull/26110#issuecomment-1786490504 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](move-memtable) fix DeltaWriterV2 profile use-after-free [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26110: URL: https://github.com/apache/doris/pull/26110#issuecomment-1786490477 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](drop tablet) impr gc deleted tablet lock [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26151: URL: https://github.com/apache/doris/pull/26151#issuecomment-1786490373 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.21 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](log opt) opt mysql load log [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26149: URL: https://github.com/apache/doris/pull/26149#issuecomment-1786485495 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.7 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes, a

Re: [PR] [chore](log opt) opt mysql load log [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26149: URL: https://github.com/apache/doris/pull/26149#issuecomment-1786485461 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.69 seconds stream load tsv: 570 seconds loaded 74807831229 Bytes,

Re: [PR] [Fix](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25966: URL: https://github.com/apache/doris/pull/25966#issuecomment-1786485112 TeamCity be ut coverage result: Function Coverage: 37.37% (8471/22665) Line Coverage: 29.68% (68563/231032) Region Coverage: 28.25% (35607/126043) Branch Coverage: 25.1

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1786484962 TeamCity be ut coverage result: Function Coverage: 37.34% (8469/22683) Line Coverage: 29.65% (68544/231141) Region Coverage: 28.23% (35597/126096) Branch Coverage: 25.1

Re: [PR] [Feature](Nereids) Support hint in `insert into` statement [doris]

2023-10-30 Thread via GitHub
bobhan1 commented on PR #26008: URL: https://github.com/apache/doris/pull/26008#issuecomment-1786484921 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](multicast) fix DCHECK failure of block mem reuse for multicast [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26127: URL: https://github.com/apache/doris/pull/26127#issuecomment-1786484100 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](multicast) fix DCHECK failure of block mem reuse for multicast [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26127: URL: https://github.com/apache/doris/pull/26127#issuecomment-1786484069 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

[I] [Bug] close wait failed coz rpc error [doris]

2023-10-30 Thread via GitHub
rotkang opened a new issue, #26152: URL: https://github.com/apache/doris/issues/26152 ### 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 Doris version doris-2.0.

(doris) branch master updated: [bugfix](DateTimeV2Literal) The start and end dates of daylight saving time vary from year to year, which can lead to different test results at different times (#26083)

2023-10-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 588d4c150fc [bugfix](DateTimeV2Literal) The s

Re: [PR] [bugfix](DateTimeV2Literal) The start and end dates of daylight saving time vary from year to year, which can lead to different test results at different times [doris]

2023-10-30 Thread via GitHub
morningman merged PR #26083: URL: https://github.com/apache/doris/pull/26083 -- 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.a

Re: [PR] [Enhancement] Implement format methods for Status [doris]

2023-10-30 Thread via GitHub
Dragonliu2018 commented on code in PR #26133: URL: https://github.com/apache/doris/pull/26133#discussion_r1377075637 ## be/test/common/status_test.cpp: ## @@ -73,4 +73,10 @@ TEST_F(StatusTest, Error) { } } +TEST_F(StatusTest /*unused*/, Format /*unused*/) { +// defau

(doris) branch master updated: [feature](nestedType)add nested data type to create table (#26129)

2023-10-30 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 1e02de1846b [feature](nestedType)add nested dat

Re: [PR] [regression-test](nestedType)add nested data type to create table [doris]

2023-10-30 Thread via GitHub
yiguolei merged PR #26129: URL: https://github.com/apache/doris/pull/26129 -- 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

Re: [PR] [feature](json-function):add json_merge_patch [doris]

2023-10-30 Thread via GitHub
felixwluo closed pull request #23310: [feature](json-function):add json_merge_patch URL: https://github.com/apache/doris/pull/23310 -- 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 comme

Re: [PR] [doris-enhancement]select database() does not generate a query plan [doris]

2023-10-30 Thread via GitHub
felixwluo closed pull request #20173: [doris-enhancement]select database() does not generate a query plan URL: https://github.com/apache/doris/pull/20173 -- 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

Re: [PR] [Enhancement](http) Add an api to query the tablet on the be node that exce… [doris]

2023-10-30 Thread via GitHub
felixwluo closed pull request #20667: [Enhancement](http) Add an api to query the tablet on the be node that exce… URL: https://github.com/apache/doris/pull/20667 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [Enhancement-19322]add a session variable enable_pp_fuzzy [doris]

2023-10-30 Thread via GitHub
felixwluo closed pull request #19382: [Enhancement-19322]add a session variable enable_pp_fuzzy URL: https://github.com/apache/doris/pull/19382 -- 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 sp

Re: [PR] [cherry-pick](branch-2.0) pick 11 pr to branch-2.0 [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26150: URL: https://github.com/apache/doris/pull/26150#issuecomment-1786477432 TeamCity be ut coverage result: Function Coverage: 38.24% (7931/20742) Line Coverage: 30.04% (64122/213463) Region Coverage: 29.26% (33214/113511) Branch Coverage: 25.0

Re: [PR] [feature](profile) add MaxActiveTime and add exectime in pipelineX [doris]

2023-10-30 Thread via GitHub
yiguolei commented on code in PR #26148: URL: https://github.com/apache/doris/pull/26148#discussion_r1377072874 ## be/src/util/runtime_profile.h: ## @@ -428,6 +433,8 @@ class RuntimeProfile { void clear_children(); +void set_pipelineX_exec_time(Counter* exec_timer)

Re: [PR] [feature](profile) add MaxActiveTime and add exectime in pipelineX [doris]

2023-10-30 Thread via GitHub
yiguolei commented on code in PR #26148: URL: https://github.com/apache/doris/pull/26148#discussion_r1377072039 ## be/src/util/runtime_profile.h: ## @@ -333,7 +333,12 @@ class RuntimeProfile { const std::string* get_info_string(const std::string& key); // Returns the

Re: [PR] [Enhancement] Implement format methods for Status [doris]

2023-10-30 Thread via GitHub
Dragonliu2018 commented on code in PR #26133: URL: https://github.com/apache/doris/pull/26133#discussion_r1377072347 ## be/test/common/status_test.cpp: ## @@ -73,4 +73,10 @@ TEST_F(StatusTest, Error) { } } +TEST_F(StatusTest /*unused*/, Format /*unused*/) { +// defau

Re: [PR] [feature](profile) add MaxActiveTime and add exectime in pipelineX [doris]

2023-10-30 Thread via GitHub
yiguolei commented on code in PR #26148: URL: https://github.com/apache/doris/pull/26148#discussion_r1377072039 ## be/src/util/runtime_profile.h: ## @@ -333,7 +333,12 @@ class RuntimeProfile { const std::string* get_info_string(const std::string& key); // Returns the

Re: [PR] [opt](nereids) use rowcount to compute runtime filter size if ndv is not available [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26022: URL: https://github.com/apache/doris/pull/26022#issuecomment-1786473587 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](submodule) move submodule update to BE compile [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26109: URL: https://github.com/apache/doris/pull/26109#issuecomment-1786473270 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) use rowcount to compute runtime filter size if ndv is not available [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26022: URL: https://github.com/apache/doris/pull/26022#issuecomment-1786473548 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](profile) add MaxActiveTime and add exectime in pipelineX [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26148: URL: https://github.com/apache/doris/pull/26148#issuecomment-1786469056 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.66 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](log opt) opt mysql load log [doris]

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

Re: [PR] [chore](log opt) opt mysql load log [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #26149: URL: https://github.com/apache/doris/pull/26149#issuecomment-1786467828 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](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #25966: URL: https://github.com/apache/doris/pull/25966#issuecomment-1786467187 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](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on PR #25966: URL: https://github.com/apache/doris/pull/25966#issuecomment-1786467135 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](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
yiguolei commented on PR #25966: URL: https://github.com/apache/doris/pull/25966#issuecomment-1786466416 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 content displayed by complex types in MySQL Client [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25946: URL: https://github.com/apache/doris/pull/25946#issuecomment-1786465046 TeamCity be ut coverage result: Function Coverage: 37.38% (8478/22679) Line Coverage: 29.67% (68578/231143) Region Coverage: 28.23% (35596/126108) Branch Coverage: 25.1

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #26078: URL: https://github.com/apache/doris/pull/26078#discussion_r1377063369 ## be/src/pipeline/pipeline_x/dependency.cpp: ## @@ -326,4 +330,113 @@ Status HashJoinDependency::extract_join_column(vectorized::Block& block, return

Re: [PR] [improvement](drop tablet) impr gc deleted tablet lock [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26151: URL: https://github.com/apache/doris/pull/26151#issuecomment-1786459328 TeamCity be ut coverage result: Function Coverage: 37.37% (8471/22665) Line Coverage: 29.68% (68575/231051) Region Coverage: 28.25% (35603/126050) Branch Coverage: 25.1

Re: [PR] [Feature](Nereids) Support hint in `insert into` statement [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26008: URL: https://github.com/apache/doris/pull/26008#issuecomment-1786458519 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.06 seconds stream load tsv: 574 seconds loaded 74807831229 Bytes,

Re: [PR] [Bug](materialized-view) SelectMaterializedIndexWithAggregate do not change plan when match ba… [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26145: URL: https://github.com/apache/doris/pull/26145#issuecomment-1786458335 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.02 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [Update](regression) add failure injection in inverted index writer [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26121: URL: https://github.com/apache/doris/pull/26121#issuecomment-1786458092 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.3 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes, a

Re: [PR] [minor](planner) remove len on integral type toSql [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25951: URL: https://github.com/apache/doris/pull/25951#issuecomment-1786457859 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.62 seconds stream load tsv: 569 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](nereids) make AGG_SCALAR_SUBQUERY_TO_WINDOW_FUNCTION rewrite rule [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25969: URL: https://github.com/apache/doris/pull/25969#issuecomment-1786457677 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.31 seconds stream load tsv: 570 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-30 Thread via GitHub
Mryange commented on PR #26078: URL: https://github.com/apache/doris/pull/26078#issuecomment-1786452711 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [chore](log opt) opt mysql load log [doris]

2023-10-30 Thread via GitHub
zhiqiang- commented on code in PR #26149: URL: https://github.com/apache/doris/pull/26149#discussion_r1377058380 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/MysqlLoadManager.java: ## @@ -193,18 +193,19 @@ public LoadJobRowResult executeMySqlLoadJobFromStmt(Conn

Re: [PR] [chore](log opt) opt mysql load log [doris]

2023-10-30 Thread via GitHub
zhiqiang- commented on PR #26149: URL: https://github.com/apache/doris/pull/26149#issuecomment-1786452751 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] [Fix](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
zhiqiang- commented on code in PR #25966: URL: https://github.com/apache/doris/pull/25966#discussion_r1377057617 ## fe/fe-core/src/main/java/org/apache/doris/rewrite/FEFunctions.java: ## @@ -231,21 +231,21 @@ public static IntLiteral unixTimestamp2(LiteralExpr arg) throws A

Re: [PR] [Fix](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
starocean999 commented on code in PR #25966: URL: https://github.com/apache/doris/pull/25966#discussion_r1377054573 ## fe/fe-core/src/main/java/org/apache/doris/rewrite/FEFunctions.java: ## @@ -231,21 +231,21 @@ public static IntLiteral unixTimestamp2(LiteralExpr arg) throws An

Re: [PR] [Fix](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-30 Thread via GitHub
starocean999 commented on code in PR #25966: URL: https://github.com/apache/doris/pull/25966#discussion_r1377054573 ## fe/fe-core/src/main/java/org/apache/doris/rewrite/FEFunctions.java: ## @@ -231,21 +231,21 @@ public static IntLiteral unixTimestamp2(LiteralExpr arg) throws An

  1   2   3   4   5   6   >