wangbo commented on pull request #7897:
URL: https://github.com/apache/incubator-doris/pull/7897#issuecomment-1044060077
I think the abstraction for StringValue instead of offset and char_ptr is OK.
I want to do some testing to check whether performance is degraded
--
This is an automa
JNSimba removed a comment on pull request #4:
URL:
https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1044054631
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
JNSimba commented on pull request #4:
URL:
https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1044054631
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 spec
github-actions[bot] commented on pull request #8091:
URL: https://github.com/apache/incubator-doris/pull/8091#issuecomment-1044054012
--
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
zuochunwei commented on a change in pull request #8117:
URL: https://github.com/apache/incubator-doris/pull/8117#discussion_r809722735
##
File path: be/src/common/status.h
##
@@ -235,21 +238,59 @@ class Status {
/// trailing message.
Status clone_and_append(const Sl
zuochunwei commented on a change in pull request #8119:
URL: https://github.com/apache/incubator-doris/pull/8119#discussion_r809721353
##
File path: be/src/vec/exec/join/vhash_join_node.cpp
##
@@ -284,12 +265,28 @@ struct ProcessHashTableProbe {
}
item
HappenLee commented on a change in pull request #8117:
URL: https://github.com/apache/incubator-doris/pull/8117#discussion_r809718536
##
File path: be/src/common/status.h
##
@@ -16,30 +16,37 @@
namespace doris {
class Status {
+enum {
+STATE_CAPACITY = 256,
+
liuyaolin commented on a change in pull request #4:
URL:
https://github.com/apache/incubator-doris-flink-connector/pull/4#discussion_r809716938
##
File path:
flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicTableSink.java
##
@@ -65,7 +66,7 @@ publi
github-actions[bot] commented on pull request #8124:
URL: https://github.com/apache/incubator-doris/pull/8124#issuecomment-1043996284
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, ple
ChPi commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043990946
> > > the row_number is not realtime value,should not use this
statistic,just for query advice
> >
> >
> > so need check visible version time. if this statistic expi
yiguolei commented on pull request #8094:
URL: https://github.com/apache/incubator-doris/pull/8094#issuecomment-1043990983
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 comme
github-actions[bot] commented on pull request #8127:
URL: https://github.com/apache/incubator-doris/pull/8127#issuecomment-1043990092
--
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
yiguolei commented on pull request #8041:
URL: https://github.com/apache/incubator-doris/pull/8041#issuecomment-1043984964
Random distribution policy is Great because many scenarios do not need query
very fast, but need load data to the system stable and fast.
If the table is created usi
ChPi commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043975543
> But should consider the delete condition.
yes,so has three conditions at first。
1、no delete rowset
2、rowset is non-overlapping
3、only one rowset has data
--
github-actions[bot] commented on pull request #8005:
URL: https://github.com/apache/incubator-doris/pull/8005#issuecomment-1043973698
--
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
JNSimba commented on a change in pull request #4:
URL:
https://github.com/apache/incubator-doris-flink-connector/pull/4#discussion_r809699541
##
File path:
flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicTableSink.java
##
@@ -65,7 +66,7 @@ public
yiguolei commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043969240
Maybe you could just use the statistics on BE. for example there are count
info for every rowset. Maybe we could use it to get the precise Row Count.
But should consider
caiconghui commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043968846
> > the row_number is not realtime value,should not use this statistic,just
for query advice
>
> so need check visible version time. if this statistic expires, can
JNSimba commented on a change in pull request #4:
URL:
https://github.com/apache/incubator-doris-flink-connector/pull/4#discussion_r809699541
##
File path:
flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicTableSink.java
##
@@ -65,7 +66,7 @@ public
ChPi commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043964888
> the row_number is not realtime value,should not use this statistic,just
for query advice
so need check visible version time. if this statistic expires, cannot use
it.
ChPi commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043958311
> I think after we do Vec Exec Engine,I think not need to do opt of the
case。 SELECT count(_) FROM lineorder; +---+ | count(_) | +---+
| 600037902 | +-
yiguolei commented on pull request #8125:
URL: https://github.com/apache/incubator-doris/pull/8125#issuecomment-1043956397
Maybe we could just merge this PR and improve it later?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
yiguolei commented on pull request #8131:
URL: https://github.com/apache/incubator-doris/pull/8131#issuecomment-1043955400
> The default value of enableProfile should be false, this only be used for
trace query performance, not used online for better query performance
It should be fa
adonis0147 closed issue #8074:
URL: https://github.com/apache/incubator-doris/issues/8074
--
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-
yangzhg opened a new pull request #8132:
URL: https://github.com/apache/incubator-doris/pull/8132
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
fix check_fn and fn_call function name not same
## Checklist(Required)
1. Does it affect the or
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from bcde1f2 [Function][Vectorized] Support least/greast function (#8107)
add 8892780 [Vectorized][Feat
HappenLee merged pull request #8066:
URL: https://github.com/apache/incubator-doris/pull/8066
--
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: comm
HappenLee closed issue #8065:
URL: https://github.com/apache/incubator-doris/issues/8065
--
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-u
Author: morningman
Date: Fri Feb 18 05:39:01 2022
New Revision: 52614
Log:
release doris-flink-connector 1.0.1
Added:
dev/incubator/doris/flink-connector/1.0.1/
dev/incubator/doris/flink-connector/1.0.1/apache-doris-flink-connector-1.11.6-2.12-1.0.1-incubating-src.tar.gz
(with props)
caiconghui commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043926093
the row_number is not realtime value,should not use this statistic,just for
query advice
--
This is an automated message from the Apache Git Service.
To respond to the
caiconghui commented on pull request #8125:
URL: https://github.com/apache/incubator-doris/pull/8125#issuecomment-1043923845
wonderful!
--
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 specif
caiconghui edited a comment on pull request #8131:
URL: https://github.com/apache/incubator-doris/pull/8131#issuecomment-1043917596
The default value of enableProfile should be false, this only be used for
trace query performance, not used online for better query performance
--
This is
caiconghui commented on pull request #8131:
URL: https://github.com/apache/incubator-doris/pull/8131#issuecomment-1043917596
The default value of enableProfile should be false, this only be used for
trace query performance, not used on line for better query performance
--
This is an aut
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to annotated tag 1.11.6-2.12-1.0.1
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git.
*** WARNING: tag 1.11.6-2.12-1.0.1 was modified! ***
from 9e75cb0 (commi
hf200012 opened a new pull request #8131:
URL: https://github.com/apache/incubator-doris/pull/8131
Many community users do not know how to set this, they are confused, it is
recommended to enable it by default
# Proposed changes
Issue Number: close #xxx
## Problem Summa
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to annotated tag 1.12.7-2.12-1.0.1
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git.
*** WARNING: tag 1.12.7-2.12-1.0.1 was modified! ***
from 18e6f49 (commi
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to annotated tag 1.13.5-2.12-1.0.1
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git.
*** WARNING: tag 1.13.5-2.12-1.0.1 was modified! ***
from e796f49 (commi
HappenLee commented on issue #8128:
URL:
https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043890487
I think after we do Vec Exec Engine,I think not need to do opt of the case。
SELECT count(*) FROM lineorder;
+---+
| count(*) |
+---+
| 60003
zuochunwei commented on a change in pull request #8119:
URL: https://github.com/apache/incubator-doris/pull/8119#discussion_r809655905
##
File path: be/src/vec/exec/join/vhash_join_node.cpp
##
@@ -322,6 +319,9 @@ struct ProcessHashTableProbe {
std::vector same_to_prev;
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 68b24d6 [fix] (vectorization)Fix nullable column compute the hash
value error (#8105)
add bcde1f2
github-actions[bot] commented on pull request #8066:
URL: https://github.com/apache/incubator-doris/pull/8066#issuecomment-1043848474
--
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
HappenLee merged pull request #8107:
URL: https://github.com/apache/incubator-doris/pull/8107
--
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: comm
HappenLee closed issue #8102:
URL: https://github.com/apache/incubator-doris/issues/8102
--
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-u
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.0
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git.
at 875dd68 [chore] Modify the build.sh script (#5)
No new revisions were added by th
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/incubator-doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 875dd68 [chore] M
morningman merged pull request #5:
URL: https://github.com/apache/incubator-doris-flink-connector/pull/5
--
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
liuyaolin commented on pull request #4:
URL:
https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1043827076
@morningman @JNSimba ok,Thank you for your advice , After I finish the
modified and self-test, I will submit pr again
--
This is an automated message
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 68b24d6 [fix] (vectorization)Fix nu
HappenLee merged pull request #8105:
URL: https://github.com/apache/incubator-doris/pull/8105
--
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: comm
HappenLee closed issue #8103:
URL: https://github.com/apache/incubator-doris/issues/8103
--
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-u
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 920a6db Fix username@cluster:pas
hf200012 closed issue #8100:
URL: https://github.com/apache/incubator-doris/issues/8100
--
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-un
hf200012 merged pull request #8115:
URL: https://github.com/apache/incubator-doris/pull/8115
--
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: commi
github-actions[bot] commented on pull request #8115:
URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1043814587
--
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
morningman merged pull request #8101:
URL: https://github.com/apache/incubator-doris/pull/8101
--
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: com
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2b1aec8 [docs] Modify the SSB docu
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/incubator-doris.git.
from 31399d5 [Bug][Vec] Fix the bug of coredump when vec exec engine with
delete condition (#8109)
add
morningman merged pull request #8092:
URL: https://github.com/apache/incubator-doris/pull/8092
--
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: com
wangbo closed issue #8104:
URL: https://github.com/apache/incubator-doris/issues/8104
--
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-unsu
This is an automated email from the ASF dual-hosted git repository.
wangbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 31399d5 [Bug][Vec] Fix the bug of core
wangbo merged pull request #8109:
URL: https://github.com/apache/incubator-doris/pull/8109
--
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
wangbo merged pull request #8121:
URL: https://github.com/apache/incubator-doris/pull/8121
--
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
This is an automated email from the ASF dual-hosted git repository.
wangbo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from b7e07ee [fix](cache) Throws ClassCastException when there are
multiple EXCEPT, INTERSECT and UNION in the
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/array-type by this push:
new aaeca61 [feature-wip][arra
morningman merged pull request #8089:
URL: https://github.com/apache/incubator-doris/pull/8089
--
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: com
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new b7e07ee [fix](cache) Throws ClassC
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/incubator-doris.git.
from 936da4f [feature](thread-pool) Support thread pool per disk for
scanners (#7994)
add b9f0b55 [re
morningman merged pull request #8083:
URL: https://github.com/apache/incubator-doris/pull/8083
--
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: com
morningman closed issue #8082:
URL: https://github.com/apache/incubator-doris/issues/8082
--
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-
morningman closed issue #8063:
URL: https://github.com/apache/incubator-doris/issues/8063
--
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-
morningman merged pull request #8064:
URL: https://github.com/apache/incubator-doris/pull/8064
--
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: com
morningman merged pull request #7994:
URL: https://github.com/apache/incubator-doris/pull/7994
--
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: com
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/incubator-doris.git.
from a162f56 (test) resolve unit test failed problem for
VGenericIteratorsTest
add 936da4f [feature](
morningman closed issue #7581:
URL: https://github.com/apache/incubator-doris/issues/7581
--
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-
ChPi opened a new issue #8128:
URL: https://github.com/apache/incubator-doris/issues/8128
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Description
query
morningman commented on a change in pull request #7984:
URL: https://github.com/apache/incubator-doris/pull/7984#discussion_r809606213
##
File path: docs/en/extending-doris/udf/native-user-defined-function.md
##
@@ -1,6 +1,6 @@
---
{
-"title": "User Defined Function Cpp",
hf200012 commented on pull request #8115:
URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1043612670
> I met the same issue before, but I didn't remember the detail about how it
is solved. Seems like some http client do make the wrong redirect operation.
>
> I t
Alibaba-HZY opened a new pull request #8127:
URL: https://github.com/apache/incubator-doris/pull/8127
translate the comments of byte_buffer.h
--
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
github-actions[bot] commented on pull request #8121:
URL: https://github.com/apache/incubator-doris/pull/8121#issuecomment-1043126302
--
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
github-actions[bot] commented on pull request #8124:
URL: https://github.com/apache/incubator-doris/pull/8124#issuecomment-1043125101
--
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
github-actions[bot] commented on pull request #8126:
URL: https://github.com/apache/incubator-doris/pull/8126#issuecomment-1043123013
--
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
lonre opened a new pull request #8126:
URL: https://github.com/apache/incubator-doris/pull/8126
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
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/incubator-doris-manager.git
The following commit(s) were added to refs/heads/master by this push:
new 2a15312 [fix] remove some
morningman merged pull request #3:
URL: https://github.com/apache/incubator-doris-manager/pull/3
--
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: c
yiguolei commented on pull request #8118:
URL: https://github.com/apache/incubator-doris/pull/8118#issuecomment-1043031152
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 comme
littleforce163 commented on issue #8120:
URL:
https://github.com/apache/incubator-doris/issues/8120#issuecomment-1043016947
this project is not named Rocksdb
--
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
hf200012 edited a comment on pull request #8115:
URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042986734
This I through go, python, Java, curl and other client tests are no problem,
so this pr can not be combined for the time being
You can add me WeChat:35926
hf200012 edited a comment on pull request #8115:
URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042986734
This I through go, python, Java, curl and other client tests are no problem,
so this pr can not be combined for the time being
You can add me WeChat, we c
hf200012 commented on pull request #8115:
URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042986734
This I through go, python, Java, curl and other client tests are no problem,
so this pr can not be combined for the time being
--
This is an automated message from t
yiguolei commented on pull request #8124:
URL: https://github.com/apache/incubator-doris/pull/8124#issuecomment-1042978984
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 comme
yiguolei commented on pull request #8125:
URL: https://github.com/apache/incubator-doris/pull/8125#issuecomment-1042978486
Great~~
--
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 spe
924060929 opened a new pull request #8125:
URL: https://github.com/apache/incubator-doris/pull/8125
# Proposed changes
Add scalable regression testing framework(#7584)
contains
- Test framework making by groovy, and support built-in **readable DSL**
named as `Action`
- Demo
ztgoto commented on pull request #8115:
URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042947908
wireshark packet capture @hf200012
```
PUT /api/test_db/test_table/_stream_load HTTP/1.1
format: json
Expect: 100-continue
strip_outer_array: true
Autho
weizuo93 opened a new pull request #8124:
URL: https://github.com/apache/incubator-doris/pull/8124
# Proposed changes
Add `PreCommitTime` for the result of ` SHOW TRANSACTION;` and `SHOW PROC
'/transactions/{DbId}/{state}';`.
## Checklist(Required)
1. Does it affec
wuyunfeng commented on a change in pull request #3:
URL:
https://github.com/apache/incubator-doris-manager/pull/3#discussion_r808993474
##
File path: manager/doris-manager/config/webpack.dev.config.js
##
@@ -20,7 +20,7 @@ const path = require("path");
const { merge } = requir
caijunhui81 opened a new pull request #3:
URL: https://github.com/apache/incubator-doris-manager/pull/3
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original b
This is an automated email from the ASF dual-hosted git repository.
wangbo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from bdd78f2 [Vectorized][HashJoin] Eliminate hashjoin branch prediction
(#8051)
add a162f56 (test) resol
wangbo merged pull request #8056:
URL: https://github.com/apache/incubator-doris/pull/8056
--
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
yiguolei commented on pull request #8055:
URL: https://github.com/apache/incubator-doris/pull/8055#issuecomment-1042877272
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 comme
yangzhg opened a new pull request #8123:
URL: https://github.com/apache/incubator-doris/pull/8123
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
optimize compaction too slow replica process, will set to ok if the replica
compaction is done. And will
1 - 100 of 131 matches
Mail list logo