morningman opened a new pull request #7020:
URL: https://github.com/apache/incubator-doris/pull/7020
## Proposed changes
Mainly changes:
1. Fix #7019
2. Add detail msg about why a colocate group is unstable.
3. Add more suggestion when upgrading Doris cluster.
## Type
yangzhg commented on a change in pull request #7020:
URL: https://github.com/apache/incubator-doris/pull/7020#discussion_r743440237
##
File path:
fe/fe-core/src/main/java/org/apache/doris/catalog/ColocateTableIndex.java
##
@@ -206,13 +207,14 @@ public void addBackendsPerBucket
HappenLee opened a new issue #7021:
URL: https://github.com/apache/incubator-doris/issues/7021
### 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.
### Version
0.15
HappenLee opened a new pull request #7022:
URL: https://github.com/apache/incubator-doris/pull/7022
## Proposed changes
Change DateTimeValue Memmory Layout To Old to fix compatibility problems
## Types of changes
What types of changes does your code introduce to Doris?
zh0122 opened a new pull request #7023:
URL: https://github.com/apache/incubator-doris/pull/7023
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature reques
ChPi commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961759132
Can anyone have a look at this issue。if datetime type needs to be
supported,I am willing to participate。
--
This is an automated message from the Apache Git Service.
To respo
zuochunwei opened a new pull request #7024:
URL: https://github.com/apache/incubator-doris/pull/7024
old version:
NodeChannel::_node_info is a pointer member data, this member pointer is set
by _parent->_nodes_info->find_node in the function NodeChannel::init(),
_parent->_nodes_info is
tianhui5 opened a new pull request #7025:
URL: https://github.com/apache/incubator-doris/pull/7025
## Proposed changes
#7009
## Types of changes
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
morningman commented on pull request #7024:
URL: https://github.com/apache/incubator-doris/pull/7024#issuecomment-961836375
Conflict
--
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
EmmyMiao87 opened a new pull request #7026:
URL: https://github.com/apache/incubator-doris/pull/7026
## Proposed changes
The union(set operation) stmt also need to analyze 'OutFileClause'.
Whether the fragment is colocate only needs to check the plan node belonging
to this fra
zuochunwei commented on pull request #7024:
URL: https://github.com/apache/incubator-doris/pull/7024#issuecomment-961841478
> Conflict
done
--
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
github-actions[bot] commented on pull request #7026:
URL: https://github.com/apache/incubator-doris/pull/7026#issuecomment-961846318
--
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 c
github-actions[bot] commented on pull request #6577:
URL: https://github.com/apache/incubator-doris/pull/6577#issuecomment-961855196
--
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 c
github-actions[bot] commented on pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977#issuecomment-961881620
--
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 c
github-actions[bot] commented on pull request #6936:
URL: https://github.com/apache/incubator-doris/pull/6936#issuecomment-961882810
--
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 c
github-actions[bot] commented on pull request #6998:
URL: https://github.com/apache/incubator-doris/pull/6998#issuecomment-961883221
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, plea
github-actions[bot] commented on pull request #6933:
URL: https://github.com/apache/incubator-doris/pull/6933#issuecomment-961883928
--
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 c
github-actions[bot] commented on pull request #6600:
URL: https://github.com/apache/incubator-doris/pull/6600#issuecomment-961885996
--
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 c
morningman commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961889703
I tested in version 0.15.0-rc01, it works well on it. No error happend.
And since `k1` is datetime type, and `2021-10-15 00:01:00` is also a valid
datetime value, I don
ChPi commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961906471
> I tested in version 0.15.0-rc01, it works well on it. No error happend.
And since `k1` is datetime type, and `2021-10-15 00:01:00` is also a valid
datetime value, I don’t thi
morningman commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743673756
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
##
@@ -426,7 +426,10 @@ public long getAvaila
morningman commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743674558
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
##
@@ -426,7 +426,10 @@ public long getAvaila
morningman commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961909396
> Thank you for the quick reply。have you enabled partition cache?
Ops, looks like it is a bug of partition cache. I reproduced this error on
0.15.0-rc01. Sorry for
ChPi commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961912785
> > Thank you for the quick reply。have you enabled partition cache?
>
> Ops, looks like it is a bug of partition cache. I reproduced this error on
0.15.0-rc01. Sorry for
github-actions[bot] commented on pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#issuecomment-961926799
--
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 c
github-actions[bot] commented on pull request #7023:
URL: https://github.com/apache/incubator-doris/pull/7023#issuecomment-961950434
--
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 c
morningman commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961952883
Is this new API for Doris manager?
Or just to resolve the problem "errCode = 2, detailMessage = candidate
backends is empty."?
--
This is an automated message fr
hf200012 commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961958850
> Is this new API for Doris manager?
>
> Or just to resolve the problem "errCode = 2, detailMessage = candidate
backends is empty."?
This is a new API for
morningman commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961960031
> Because there is no be, there is no way to add be through the jdbc
connection
I think this should be resolved by this PR #6150 ?
--
This is an automated me
hf200012 commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961973403
> > Because there is no be, there is no way to add be through the jdbc
connection
>
>
>
> I think this should be resolved by this PR #6150 ?
In whi
morningman commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961981451
> > > Because there is no be, there is no way to add be through the jdbc
connection
> >
> >
> > I think this should be resolved by this PR #6150 ?
>
hf200012 commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961984975
> > > > Because there is no be, there is no way to add be through the jdbc
connection
>
> > >
>
> > >
>
> > > I think this should be resolved by t
xinyiZzz removed a comment on pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977#issuecomment-961596055
> Please solve the conflict
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
yangzhg commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743415451
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
##
@@ -314,7 +314,7 @@
private boolean enableJoinReorderBased
xinyiZzz closed pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977
--
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
yangzhg merged pull request #6984:
URL: https://github.com/apache/incubator-doris/pull/6984
--
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: commit
morningman commented on pull request #7024:
URL: https://github.com/apache/incubator-doris/pull/7024#issuecomment-961836375
Conflict
--
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
yangzhg closed issue #6983:
URL: https://github.com/apache/incubator-doris/issues/6983
--
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-uns
github-actions[bot] commented on pull request #7026:
URL: https://github.com/apache/incubator-doris/pull/7026#issuecomment-961846318
--
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 c
github-actions[bot] commented on pull request #6577:
URL: https://github.com/apache/incubator-doris/pull/6577#issuecomment-961855196
--
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 c
github-actions[bot] commented on pull request #7013:
URL: https://github.com/apache/incubator-doris/pull/7013#issuecomment-961633850
--
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 c
yangzhg merged pull request #6916:
URL: https://github.com/apache/incubator-doris/pull/6916
--
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: commit
EmmyMiao87 commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743411745
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
##
@@ -314,7 +314,7 @@
private boolean enableJoinReorderBa
ChPi commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961759132
--
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 unsubsc
morningman commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961952883
--
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.
morningman commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743673756
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
##
@@ -426,7 +426,10 @@ public long getAvaila
github-actions[bot] commented on pull request #6936:
URL: https://github.com/apache/incubator-doris/pull/6936#issuecomment-961882810
--
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 c
zuochunwei commented on pull request #7024:
URL: https://github.com/apache/incubator-doris/pull/7024#issuecomment-961841478
> Conflict
done
--
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
github-actions[bot] commented on pull request #6933:
URL: https://github.com/apache/incubator-doris/pull/6933#issuecomment-961883928
--
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 c
morningman commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961889703
--
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
morningman merged pull request #7018:
URL: https://github.com/apache/incubator-doris/pull/7018
--
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
xinyiZzz commented on pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977#issuecomment-961596055
--
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
hf200012 commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961958850
--
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
yangzhg merged pull request #7005:
URL: https://github.com/apache/incubator-doris/pull/7005
--
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: commit
hf200012 commented on pull request #7011:
URL: https://github.com/apache/incubator-doris/pull/7011#issuecomment-961635093
--
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
songchuangyuan closed pull request #7011:
URL: https://github.com/apache/incubator-doris/pull/7011
--
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
yangzhg commented on a change in pull request #7020:
URL: https://github.com/apache/incubator-doris/pull/7020#discussion_r743440237
##
File path:
fe/fe-core/src/main/java/org/apache/doris/catalog/ColocateTableIndex.java
##
@@ -206,13 +207,14 @@ public void addBackendsPerBucket
github-actions[bot] commented on pull request #7023:
URL: https://github.com/apache/incubator-doris/pull/7023#issuecomment-961950434
--
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 c
github-actions[bot] commented on pull request #6600:
URL: https://github.com/apache/incubator-doris/pull/6600#issuecomment-961885996
--
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 c
github-actions[bot] commented on pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977#issuecomment-961881620
--
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 c
github-actions[bot] commented on pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#issuecomment-961926799
--
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 c
yangzhg merged pull request #6996:
URL: https://github.com/apache/incubator-doris/pull/6996
--
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 merged pull request #7003:
URL: https://github.com/apache/incubator-doris/pull/7003
--
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-
github-actions[bot] commented on pull request #6998:
URL: https://github.com/apache/incubator-doris/pull/6998#issuecomment-961883221
--
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 c
xinyiZzz removed a comment on pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977#issuecomment-961596055
> Please solve the conflict
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
yangzhg commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743415451
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
##
@@ -314,7 +314,7 @@
private boolean enableJoinReorderBased
xinyiZzz closed pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977
--
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
yangzhg merged pull request #6984:
URL: https://github.com/apache/incubator-doris/pull/6984
--
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: commit
morningman commented on pull request #7024:
URL: https://github.com/apache/incubator-doris/pull/7024#issuecomment-961836375
Conflict
--
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
yangzhg closed issue #6983:
URL: https://github.com/apache/incubator-doris/issues/6983
--
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-uns
github-actions[bot] commented on pull request #7026:
URL: https://github.com/apache/incubator-doris/pull/7026#issuecomment-961846318
--
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 c
github-actions[bot] commented on pull request #6577:
URL: https://github.com/apache/incubator-doris/pull/6577#issuecomment-961855196
--
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 c
github-actions[bot] commented on pull request #7013:
URL: https://github.com/apache/incubator-doris/pull/7013#issuecomment-961633850
--
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 c
yangzhg merged pull request #6916:
URL: https://github.com/apache/incubator-doris/pull/6916
--
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: commit
EmmyMiao87 commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743411745
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
##
@@ -314,7 +314,7 @@
private boolean enableJoinReorderBa
ChPi commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961759132
--
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 unsubsc
morningman commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961952883
--
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.
morningman commented on a change in pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017#discussion_r743673756
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
##
@@ -426,7 +426,10 @@ public long getAvaila
github-actions[bot] commented on pull request #6936:
URL: https://github.com/apache/incubator-doris/pull/6936#issuecomment-961882810
--
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 c
zuochunwei commented on pull request #7024:
URL: https://github.com/apache/incubator-doris/pull/7024#issuecomment-961841478
> Conflict
done
--
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
morningman commented on issue #6845:
URL:
https://github.com/apache/incubator-doris/issues/6845#issuecomment-961889703
--
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 pull request #6933:
URL: https://github.com/apache/incubator-doris/pull/6933#issuecomment-961883928
--
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 c
morningman merged pull request #7018:
URL: https://github.com/apache/incubator-doris/pull/7018
--
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
xinyiZzz commented on pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977#issuecomment-961596055
--
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
hf200012 commented on pull request #7010:
URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-961958850
--
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
yangzhg merged pull request #7005:
URL: https://github.com/apache/incubator-doris/pull/7005
--
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: commit
yangzhg merged pull request #7017:
URL: https://github.com/apache/incubator-doris/pull/7017
--
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: commit
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 5ca2712 [refactor] set `forward_to_ma
yangzhg merged pull request #7026:
URL: https://github.com/apache/incubator-doris/pull/7026
--
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: commit
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 3cef2fb Union stmt support 'OutFileCl
yangzhg merged pull request #7023:
URL: https://github.com/apache/incubator-doris/pull/7023
--
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: commit
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 974a894 Update Spring version to fix
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 4f13f98 [Bug] Fix bug that memtracker
yangzhg closed issue #7014:
URL: https://github.com/apache/incubator-doris/issues/7014
--
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-uns
yangzhg merged pull request #7013:
URL: https://github.com/apache/incubator-doris/pull/7013
--
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: commit
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 e69249c sub_bitmap (#6977)
e69249c is
yangzhg merged pull request #6977:
URL: https://github.com/apache/incubator-doris/pull/6977
--
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: commit
97 matches
Mail list logo