ByteYue commented on PR #25025:
URL: https://github.com/apache/doris/pull/25025#issuecomment-1741694691
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
ByteYue commented on PR #25025:
URL: https://github.com/apache/doris/pull/25025#issuecomment-1741688705
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-actions[bot] commented on PR #25010:
URL: https://github.com/apache/doris/pull/25010#issuecomment-1741688053
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-actions[bot] commented on PR #25010:
URL: https://github.com/apache/doris/pull/25010#issuecomment-1741688037
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-robot commented on PR #25029:
URL: https://github.com/apache/doris/pull/25029#issuecomment-1741687984
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.15 seconds
stream load tsv: 562 seconds loaded 74807831229 Bytes,
doris-robot commented on PR #25029:
URL: https://github.com/apache/doris/pull/25029#issuecomment-1741685089
TeamCity be ut coverage result:
Function Coverage: 36.31% (8150/22445)
Line Coverage: 28.45% (65203/229163)
Region Coverage: 27.40% (33771/123268)
Branch Coverage: 24.0
github-actions[bot] commented on code in PR #25029:
URL: https://github.com/apache/doris/pull/25029#discussion_r1341909180
##
be/src/vec/runtime/vdatetime_value.h:
##
@@ -1524,9 +1524,30 @@ class date_day_offset_dict {
static constexpr int DAY_AFTER_EPOCH = 25500; // 2039-
HappenLee commented on PR #25029:
URL: https://github.com/apache/doris/pull/25029#issuecomment-1741673327
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
HappenLee opened a new pull request, #25029:
URL: https://github.com/apache/doris/pull/25029
## Proposed changes
Before:
```
select hour_floor(`@timestamp`, 7) as t, count() as cnt from httplogs_date
group by t order by t limit 10;
+-++
| t
doris-robot commented on PR #25025:
URL: https://github.com/apache/doris/pull/25025#issuecomment-1741647014
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.25 seconds
stream load tsv: 575 seconds loaded 74807831229 Bytes,
ByteYue commented on PR #25025:
URL: https://github.com/apache/doris/pull/25025#issuecomment-1741639201
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-actions[bot] commented on PR #25024:
URL: https://github.com/apache/doris/pull/25024#issuecomment-1741625765
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-actions[bot] commented on PR #25024:
URL: https://github.com/apache/doris/pull/25024#issuecomment-1741625274
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
doris-robot commented on PR #25007:
URL: https://github.com/apache/doris/pull/25007#issuecomment-1741600808
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.65 seconds
stream load tsv: 580 seconds loaded 74807831229 Bytes,
amorynan commented on PR #25007:
URL: https://github.com/apache/doris/pull/25007#issuecomment-1741564283
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-actions[bot] commented on PR #25007:
URL: https://github.com/apache/doris/pull/25007#issuecomment-1741565061
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
doris-robot commented on PR #25026:
URL: https://github.com/apache/doris/pull/25026#issuecomment-1741550462
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46 seconds
stream load tsv: 579 seconds loaded 74807831229 Bytes, abo
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/fe/org.apache.avro-avro-1.11.3
in repository https://gitbox.apache.org/repos/asf/doris.git
at ef721b3176 Bump org.apache.avro:avro from 1.11.2 to 1.11.3 in /fe
No new
dependabot[bot] opened a new pull request, #25028:
URL: https://github.com/apache/doris/pull/25028
Bumps org.apache.avro:avro from 1.11.2 to 1.11.3.
[TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.52 seconds
stream load tsv: 577 seconds loaded 74807831229 Bytes,
github-actions[bot] commented on code in PR #25026:
URL: https://github.com/apache/doris/pull/25026#discussion_r1341628679
##
be/src/vec/functions/function_datetime_floor_ceil.cpp:
##
@@ -682,97 +755,69 @@
ts1.template date_add_interval(interval);
}
-template
HappenLee commented on PR #25026:
URL: https://github.com/apache/doris/pull/25026#issuecomment-1741236132
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
HappenLee opened a new pull request, #25026:
URL: https://github.com/apache/doris/pull/25026
## Proposed changes
Before:
```
[testdb]>select hour_floor(`@timestamp`, 4) as t, count() as cnt from
httplogs_date group by t order by t limit 10;
+-++
ByteYue commented on PR #25025:
URL: https://github.com/apache/doris/pull/25025#issuecomment-1741198438
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
ByteYue opened a new pull request, #25025:
URL: https://github.com/apache/doris/pull/25025
## Proposed changes
Issue Number: close #xxx

## Further comments
If th
doris-robot commented on PR #25021:
URL: https://github.com/apache/doris/pull/25021#issuecomment-1741147783
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.8 seconds
stream load tsv: 574 seconds loaded 74807831229 Bytes, a
ByteYue commented on PR #25021:
URL: https://github.com/apache/doris/pull/25021#issuecomment-1741079928
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
ByteYue commented on PR #25010:
URL: https://github.com/apache/doris/pull/25010#issuecomment-1741079206
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
yiguolei merged PR #23395:
URL: https://github.com/apache/doris/pull/23395
--
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
yiguolei closed issue #23825: [Enhancement] Make `class Status` `[[nodiscard]]`
to force the developer to consider error handling seriously
URL: https://github.com/apache/doris/issues/23825
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
github-actions[bot] commented on PR #24735:
URL: https://github.com/apache/doris/pull/24735#issuecomment-1740976267
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-actions[bot] commented on PR #25017:
URL: https://github.com/apache/doris/pull/25017#issuecomment-1740977393
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
doris-robot commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740871936
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.02 seconds
stream load tsv: 580 seconds loaded 74807831229 Bytes,
doris-robot commented on PR #25012:
URL: https://github.com/apache/doris/pull/25012#issuecomment-1740872370
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.09 seconds
stream load tsv: 586 seconds loaded 74807831229 Bytes,
doris-robot commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740848969
TeamCity be ut coverage result:
Function Coverage: 36.30% (8145/22440)
Line Coverage: 28.44% (65160/229131)
Region Coverage: 27.38% (33750/123247)
Branch Coverage: 24.0
github-actions[bot] commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740838335
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-actions[bot] commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740808308
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
yiguolei commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740807407
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
yiguolei commented on code in PR #23395:
URL: https://github.com/apache/doris/pull/23395#discussion_r1341295695
##
be/src/vec/sink/writer/vtablet_writer.cpp:
##
@@ -1686,7 +1686,7 @@ Status
VTabletWriter::append_block(doris::vectorized::Block& input_block) {
int result
github-actions[bot] commented on PR #25012:
URL: https://github.com/apache/doris/pull/25012#issuecomment-1740792779
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
kaka11chen commented on PR #25012:
URL: https://github.com/apache/doris/pull/25012#issuecomment-1740782753
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
doris-robot commented on PR #25024:
URL: https://github.com/apache/doris/pull/25024#issuecomment-1740719356
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.92 seconds
stream load tsv: 583 seconds loaded 74807831229 Bytes,
dutyu commented on PR #25024:
URL: https://github.com/apache/doris/pull/25024#issuecomment-1740663564
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 unsubs
doris-robot commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740647865
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.31 seconds
stream load tsv: 575 seconds loaded 74807831229 Bytes,
dutyu opened a new pull request, #25024:
URL: https://github.com/apache/doris/pull/25024
## Proposed changes
Issue Number: close #25023
Check if current `FE` is a master node.
## Further comments
If this is a relatively large or complex change, kick off the discuss
doris-robot commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740629410
TeamCity be ut coverage result:
Function Coverage: 36.30% (8145/22440)
Line Coverage: 28.44% (65176/229131)
Region Coverage: 27.39% (33757/123248)
Branch Coverage: 24.0
github-actions[bot] commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740623557
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
dutyu opened a new issue, #25023:
URL: https://github.com/apache/doris/issues/25023
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
master
### What's W
doris-robot commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740614089
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.34 seconds
stream load tsv: 575 seconds loaded 74807831229 Bytes,
doris-robot commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740613867
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.64 seconds
stream load tsv: 578 seconds loaded 74807831229 Bytes,
bobhan1 commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740588715
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-actions[bot] commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740527228
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-actions[bot] commented on PR #25012:
URL: https://github.com/apache/doris/pull/25012#issuecomment-1740521936
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-actions[bot] commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740521707
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
kaka11chen commented on PR #25012:
URL: https://github.com/apache/doris/pull/25012#issuecomment-1740511474
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-actions[bot] commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740500200
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
bobhan1 commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740498228
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
bobhan1 commented on PR #23395:
URL: https://github.com/apache/doris/pull/23395#issuecomment-1740495622
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
TangSiyang2001 commented on PR #23620:
URL: https://github.com/apache/doris/pull/23620#issuecomment-1740477198
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 uns
BiteThet commented on PR #24966:
URL: https://github.com/apache/doris/pull/24966#issuecomment-1740424168
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-actions[bot] commented on code in PR #24966:
URL: https://github.com/apache/doris/pull/24966#discussion_r1340996953
##
be/src/vec/columns/column_decimal.h:
##
@@ -159,14 +159,13 @@ class ColumnDecimal final : public
COWHelperhttp://www.apache.org/licenses/LICENSE-2.0
+//
64 matches
Mail list logo