hello-stephen commented on PR #14422:
URL: https://github.com/apache/doris/pull/14422#issuecomment-1321062821
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.76 seconds
load time: 435 seconds
storage size: 17151083938 Bytes
https://doris-co
hello-stephen commented on PR #14421:
URL: https://github.com/apache/doris/pull/14421#issuecomment-1321062065
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.5 seconds
load time: 436 seconds
storage size: 17150514423 Bytes
https://doris-com
zhannngchen commented on PR #14418:
URL: https://github.com/apache/doris/pull/14418#issuecomment-1321060430
> Just modify some logs?
removed `_set_scan_concurrency(params, fragments_ctx.get())`, this method
call will set _thread_token duplicately.
--
This is an automated message fr
lsy3993 opened a new pull request, #14422:
URL: https://github.com/apache/doris/pull/14422
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
englefly opened a new pull request, #14421:
URL: https://github.com/apache/doris/pull/14421
# Proposed changes
Nereids assign fragment ID in its own way. The fragment Id in explain is
different from the fragment id in profile.
This difference makes trouble to understand profile.
xinyiZzz opened a new pull request, #14419:
URL: https://github.com/apache/doris/pull/14419
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
yinzhijian commented on code in PR #14377:
URL: https://github.com/apache/doris/pull/14377#discussion_r1027225986
##
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##
@@ -586,6 +588,9 @@ public class SessionVariable implements Serializable,
Writable {
@
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 71e80e8957 [typo](docs)Performance test doc
hf200012 merged PR #14147:
URL: https://github.com/apache/doris/pull/14147
--
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
github-actions[bot] commented on PR #8789:
URL: https://github.com/apache/doris/pull/8789#issuecomment-1320997188
We're closing this PR because it hasn't been updated in a while.
This isn't a judgement on the merit of the PR in any way. It's just a way of
keeping the PR queue manageable.
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3489f4826c [fix](test) sync conf used in pipeline and in repository
(#14414)
add 2ccb5209a0 (improvement)[doc
morningman merged PR #14406:
URL: https://github.com/apache/doris/pull/14406
--
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
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 3e1e8db173 [fix](exec) fix thread token shutd
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3e1e8db173 [fix](exec) fix thread token shutdown (#14418)
add 3489f4826c [fix](test) sync conf used in pipelin
morningman merged PR #14414:
URL: https://github.com/apache/doris/pull/14414
--
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
morningman merged PR #14418:
URL: https://github.com/apache/doris/pull/14418
--
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
HappenLee commented on PR #14393:
URL: https://github.com/apache/doris/pull/14393#issuecomment-1320914956
Should do the check and return error Status in create function be called !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
HappenLee commented on PR #14417:
URL: https://github.com/apache/doris/pull/14417#issuecomment-1320911152
why the fix just fix the case ?
--
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 speci
HappenLee commented on code in PR #14402:
URL: https://github.com/apache/doris/pull/14402#discussion_r1027106252
##
be/src/vec/exprs/vcompound_pred.h:
##
@@ -16,38 +16,174 @@
// under the License.
#pragma once
-#include "runtime/runtime_state.h"
+#include
+
+#include "commo
HappenLee commented on code in PR #14402:
URL: https://github.com/apache/doris/pull/14402#discussion_r1027105960
##
regression-test/conf/regression-conf.groovy:
##
@@ -23,11 +23,11 @@ defaultDb = "regression_test"
// add useLocalSessionState so that the jdbc will not send
// i
adonis0147 commented on PR #14410:
URL: https://github.com/apache/doris/pull/14410#issuecomment-1320907944
> > > @adonis0147 In `mem_info.cpp:193`, when it is __APPLE_, there is an
empty `refresh_proc_meminfo`, does this not work?
> >
> >
> > Hi @xinyiZzz , the error was caused by
xinyiZzz commented on PR #14410:
URL: https://github.com/apache/doris/pull/14410#issuecomment-1320904440
> > @adonis0147 In `mem_info.cpp:193`, when it is __APPLE_, there is an
empty `refresh_proc_meminfo`, does this not work?
>
> Hi @xinyiZzz , the error was caused by
[be/src/servic
adonis0147 commented on PR #14410:
URL: https://github.com/apache/doris/pull/14410#issuecomment-1320900276
> @adonis0147 In `mem_info.cpp:193`, when it is __APPLE_, there is an empty
`refresh_proc_meminfo`, does this not work?
Hi @xinyiZzz , the error was caused by
[be/src/service/do
github-actions[bot] commented on PR #14147:
URL: https://github.com/apache/doris/pull/14147#issuecomment-1320884886
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
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4decadcd1ef rename image name
4deca
github-actions[bot] commented on PR #14418:
URL: https://github.com/apache/doris/pull/14418#issuecomment-1320882883
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 #14418:
URL: https://github.com/apache/doris/pull/14418#issuecomment-1320882868
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
xinyiZzz commented on PR #14410:
URL: https://github.com/apache/doris/pull/14410#issuecomment-1320879648
@adonis0147 In `mem_info.cpp:193`, when it is __APPLE_, there is an empty
`refresh_proc_meminfo`, does this not work?
--
This is an automated message from the Apache Git Service.
To r
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 044672300ec fix benchmark doc
04467
github-actions[bot] commented on PR #14147:
URL: https://github.com/apache/doris/pull/14147#issuecomment-1320867931
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 #14147:
URL: https://github.com/apache/doris/pull/14147#issuecomment-1320867924
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
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
commit 692b07d947c33767e0b1ac2a60e44dd8423a055d
Author: jiafeng.zhang
AuthorDate: Thu Nov 10 11:42:10 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
commit f1cb9c65e6fe601a9fe56eb7cf767806a145d6fd
Author: jiafeng.zhang
AuthorDate: Fri Nov 11 16:25:00 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
from 3f4740e1746 Datax doris writer doc fix
new 692b07d947c Performance test documentation update
ne
dataroaring commented on PR #14418:
URL: https://github.com/apache/doris/pull/14418#issuecomment-1320866552
Just modify some logs?
--
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 com
hello-stephen commented on PR #14418:
URL: https://github.com/apache/doris/pull/14418#issuecomment-1320845830
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.62 seconds
load time: 475 seconds
storage size: 17170556941 Bytes
https://doris-co
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2c42f0a905 [refactor](decimalv3) Refine code for DecimalV3 (#14394)
add 5dfe5ef965 [test](hive catalog)add hiv
morningman merged PR #14217:
URL: https://github.com/apache/doris/pull/14217
--
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
zhannngchen opened a new pull request, #14418:
URL: https://github.com/apache/doris/pull/14418
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
Gabriel39 merged PR #14394:
URL: https://github.com/apache/doris/pull/14394
--
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
github-actions[bot] commented on PR #14394:
URL: https://github.com/apache/doris/pull/14394#issuecomment-1320835583
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 #14394:
URL: https://github.com/apache/doris/pull/14394#issuecomment-1320835577
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
42 matches
Mail list logo