github-actions[bot] commented on pull request #6876:
URL: https://github.com/apache/incubator-doris/pull/6876#issuecomment-946442087
--
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 #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946443445
What is different of `bitmapSubsetLimit` and `subBitmap` ?
--
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 doris-manager
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/doris-manager by this push:
new 42a5b23 [Manager]
hf200012 merged pull request #6876:
URL: https://github.com/apache/incubator-doris/pull/6876
--
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
ChPi commented on a change in pull request #6846:
URL: https://github.com/apache/incubator-doris/pull/6846#discussion_r731612233
##
File path:
fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionRange.java
##
@@ -149,17 +148,26 @@ public void Debug() {
public
chovy-3012 opened a new pull request #6877:
URL: https://github.com/apache/incubator-doris/pull/6877
## Proposed changes
Print "err msg" and "err type" when sql execution error .
Add "err msg" and "err type" in audit event .
## Types of changes
What types of chang
JNSimba opened a new pull request #6878:
URL: https://github.com/apache/incubator-doris/pull/6878
## Proposed changes
fix dm-server get application.properties bug
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes tha
chaplinthink opened a new pull request #6879:
URL: https://github.com/apache/incubator-doris/pull/6879
## 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
hf200012 opened a new issue #6880:
URL: https://github.com/apache/incubator-doris/issues/6880
### 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
chaplinthink commented on issue #6760:
URL:
https://github.com/apache/incubator-doris/issues/6760#issuecomment-946531651
> That would be a good idea. But i'm familiar with HiveHook. If you or
anyone interested in it, welcome to contribute!
Ok, I'm learning about the design of doris
jztian opened a new issue #6881:
URL: https://github.com/apache/incubator-doris/issues/6881
### 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.14.13
hf200012 merged pull request #6878:
URL: https://github.com/apache/incubator-doris/pull/6878
--
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
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch doris-manager
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/doris-manager by this push:
new ffc843c [Manager]
github-actions[bot] commented on pull request #6878:
URL: https://github.com/apache/incubator-doris/pull/6878#issuecomment-946533700
--
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
lihuigang opened a new pull request #6883:
URL: https://github.com/apache/incubator-doris/pull/6883
Support to load the binary data of bitmap value from Hive into Doris.
fix #6461
## Proposed changes
Describe the big picture of your changes here to communicate to the
mainta
dh-cloud opened a new pull request #6884:
URL: https://github.com/apache/incubator-doris/pull/6884
Commit 93315748 Cancel all txns whose coordinate BE is down.
but this commit import a bug,
one host have several bes, when only one be is down , then
all redicted to the alive host bes
xinyiZzz commented on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946604971
`segment_cache_capacity` only limits the number of Rowsets, the memory
occupied by Segment Cache is uncontrollable.
After that, we can consider improving the stat
rufeng97 closed pull request #6639:
URL: https://github.com/apache/incubator-doris/pull/6639
--
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
lihuigang opened a new pull request #6885:
URL: https://github.com/apache/incubator-doris/pull/6885
Add not() and xor() methods to bitmapValue
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request
xinyiZzz commented on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946650500
The `prune_if` method of LRU cache is good!, I understand that other caches
can also be cleaned regularly, using the same strategy.
--
This is an automated message fr
xinyiZzz commented on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946652458
The logic of the two methods of `LRUCache::_prune_one` and
`LRUCache::_evict_one_entry` seems to be the same, we can keep one.
--
This is an automated message from th
xinyiZzz commented on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946670202
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 commen
qidaye commented on a change in pull request #6569:
URL: https://github.com/apache/incubator-doris/pull/6569#discussion_r731810016
##
File path: fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##
@@ -47,6 +48,7 @@
import org.apache.doris.thrift.TBrokerSca
qidaye commented on a change in pull request #6569:
URL: https://github.com/apache/incubator-doris/pull/6569#discussion_r731810142
##
File path: fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##
@@ -138,7 +140,19 @@ public void init(Analyzer analyzer) thr
qidaye commented on a change in pull request #6569:
URL: https://github.com/apache/incubator-doris/pull/6569#discussion_r731810566
##
File path: fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##
@@ -312,32 +326,43 @@ private void getFileStatusAndCalcInsta
arjenzhou commented on issue #6241:
URL:
https://github.com/apache/incubator-doris/issues/6241#issuecomment-946693813
I have the same issue.
OKHttp request header
```
2021-10-19 20:47:56.814 INFO 44393 --- [tp2117043942-31]
okhttp3.OkHttpClient : --> PUT
arjenzhou edited a comment on issue #6241:
URL:
https://github.com/apache/incubator-doris/issues/6241#issuecomment-946693813
I have the same issue.
OKHttp request log
```
2021-10-19 20:47:56.814 INFO 44393 --- [tp2117043942-31]
okhttp3.OkHttpClient : --> P
arjenzhou edited a comment on issue #6241:
URL:
https://github.com/apache/incubator-doris/issues/6241#issuecomment-946693813
@hf200012 I have the same issue.
OKHttp request log
```
2021-10-19 20:47:56.814 INFO 44393 --- [tp2117043942-31]
okhttp3.OkHttpClient
xinyiZzz removed a comment on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946670202
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 specifi
xy720 opened a new issue #6887:
URL: https://github.com/apache/incubator-doris/issues/6887
### 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
version
xinyiZzz removed a comment on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946652458
The logic of the two methods of `LRUCache::_prune_one` and
`LRUCache::_evict_one_entry` seems to be the same, we can keep one.
--
This is an automated message
xinyiZzz commented on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946717191
The logic of the two methods of `LRUCache::_prune_one` and
`LRUCache::_evict_one_entry` seems to be the same, we can keep one.
--
This is an automated message from th
xinyiZzz commented on a change in pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#discussion_r731850588
##
File path: be/src/olap/lru_cache.cpp
##
@@ -392,7 +394,47 @@ int LRUCache::prune() {
to_remove_head = old;
}
}
-
xinyiZzz commented on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946721164
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 commen
arjenzhou edited a comment on issue #6241:
URL:
https://github.com/apache/incubator-doris/issues/6241#issuecomment-946693813
@hf200012 I have the same issue.
OKHttp request log
```
2021-10-19 21:38:45.189 INFO 49229 --- [tp1343835789-21]
okhttp3.OkHttpClient
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946741735
1.bitmapSubsetLimit
Creates a subset of bitmap with n elements taken between range_start and
cardinality_limit.
Syntax
`bitmapSubsetLimit(bitmap, range_start, c
liutang123 opened a new pull request #6888:
URL: https://github.com/apache/incubator-doris/pull/6888
## Proposed changes
Now FE update cache use `MICROSECONDS` as `TimeUnit`.
Replace it by `MILLISECONDS`.
## Types of changes
What types of changes does your code introd
liu391447823 edited a comment on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946741735
1.bitmapSubsetLimit
Creates a subset of bitmap with n elements taken between range_start and
cardinality_limit.
Syntax
`bitmapSubsetLimit(bitmap, range_s
xinyiZzz commented on pull request #6829:
URL: https://github.com/apache/incubator-doris/pull/6829#issuecomment-946744287
> `segment_cache_capacity` only limits the number of Rowsets, the memory
occupied by Segment Cache is uncontrollable.
>
> After that, we can consider improving th
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946744991
2.subBitmap
Returns the bitmap elements, starting from the offset position. The number
of returned elements is limited by the cardinality_limit parameter. Analog of
liu391447823 edited a comment on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946744991
2.subBitmap
Returns the bitmap elements, starting from the offset position. The number
of returned elements is limited by the cardinality_limit parameter. Anal
liu391447823 edited a comment on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946741735
1.bitmapSubsetLimit
Creates a subset of bitmap with n elements taken between range_start and
cardinality_limit.
Syntax
`bitmapSubsetLimit(bitmap, range_s
liu391447823 edited a comment on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946741735
1.bitmapSubsetLimit
Creates a subset of bitmap with n elements taken between range_start and
cardinality_limit.
Syntax
`bitmapSubsetLimit(bitmap, range_s
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-946747946
The following is the bitmap function documentation for Clickhouse
[https://clickhouse.com/docs/en/sql-reference/functions/bitmap-functions/](url)
--
This is an aut
xy720 opened a new pull request #6889:
URL: https://github.com/apache/incubator-doris/pull/6889
## Proposed changes
Bug detail: #6887
To solve this problem, the commit of transaction must meet any of the
following conditions:
1. The current accumulated event quantity i
xy720 edited a comment on issue #6703:
URL:
https://github.com/apache/incubator-doris/issues/6703#issuecomment-924566243
Here is my pr needs to be reviewed and merged:
#6705 merged
#6466 merged
#6756 merged
#6859 merged
#6889
--
This is an automated message from the Apach
xy720 commented on pull request #6859:
URL: https://github.com/apache/incubator-doris/pull/6859#issuecomment-946808938
relate to #6287
--
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 specifi
xy720 commented on issue #6887:
URL:
https://github.com/apache/incubator-doris/issues/6887#issuecomment-946809719
relate to #6287
--
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
xy720 commented on pull request #6889:
URL: https://github.com/apache/incubator-doris/pull/6889#issuecomment-946810046
relate to #6287
--
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 specifi
arjenzhou edited a comment on issue #6241:
URL:
https://github.com/apache/incubator-doris/issues/6241#issuecomment-946693813
@hf200012 I have the same issue.
OKHttp request log
```
2021-10-19 21:38:45.189 INFO 49229 --- [tp1343835789-21]
okhttp3.OkHttpClient
wentaotang0 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947245352
I also hope to support more bitmap functions with the same functions as
Clickhouse!
--
This is an automated message from the Apache Git Service.
To respond to the mess
lipeng562837199 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947249308
I'm hoping so eagerly that there are more support for bitmap functions!
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
morningman commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947260222
Coming soon
--
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
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947267837
> Coming soon
Will it be released in version 0.15?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
morningman commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947268502
> > Coming soon
>
> Will it be released in version 0.15?
Yes, maybe in 0.15.x
--
This is an automated message from the Apache Git Service.
To respond to th
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947269217
There are also bitmapmax and bitmapandnot functions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
EmmyMiao87 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947271186
If the bitmap is too large, ```to_string``` does have a problem.
A temporary solution is to use select into file to export the query results
to a file.
However, t
EmmyMiao87 edited a comment on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947271186
If the bitmap is too large, ```to_string``` does have a problem.
A temporary solution is to use ```select into file``` to export the query
results to a file.
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947271384
> > > Coming soon
> >
> >
> > Will it be released in version 0.15?
>
> Yes, maybe in 0.15.x
When was 0.15 officially released? Yesterday's attemp
EmmyMiao87 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947271734
> > > > Coming soon
> > >
> > >
> > > Will it be released in version 0.15?
> >
> >
> > Yes, maybe in 0.15.x
>
> When was 0.15 officially releas
EmmyMiao87 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947272436
> There are also bitmapmax and bitmapandnot functions
I can implement bitmapmax and min functions. Please assign to me.
--
This is an automated message from the A
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947272738
> > > > > Coming soon
> > > >
> > > >
> > > > Will it be released in version 0.15?
> > >
> > >
> > > Yes, maybe in 0.15.x
> >
> >
> > Whe
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947274385
> > There are also bitmapmax and bitmapandnot functions
>
> I can implement bitmapmax and min functions. Please assign to me.
How should I assign it to
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947275149
> > > There are also bitmapmax and bitmapandnot functions
> >
> >
> > I can implement bitmapmax and min functions. Please assign to me.
>
> How should I
EmmyMiao87 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947275204
> > > > > > Coming soon
> > > > >
> > > > >
> > > > > Will it be released in version 0.15?
> > > >
> > > >
> > > > Yes, maybe in 0.15.x
> > >
>
morningman commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947288125
> The latest image version I found in docker hub is 1.4.0. I think the
latest version in the official document is 1.4.1, but I can't get 1.4.1 from
anywhere
We are
liu391447823 commented on issue #6875:
URL:
https://github.com/apache/incubator-doris/issues/6875#issuecomment-947288903
> > The latest image version I found in docker hub is 1.4.0. I think the
latest version in the official document is 1.4.1, but I can't get 1.4.1 from
anywhere
>
spaces-X opened a new issue #6890:
URL: https://github.com/apache/incubator-doris/issues/6890
### 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
W
spaces-X opened a new pull request #6891:
URL: https://github.com/apache/incubator-doris/pull/6891
In order to quickly find the query id that caused the BE Segmentation fault
See #6890
## Proposed changes
Describe the big picture of your changes here to communicate to the
zhoyo21th commented on issue #3582:
URL:
https://github.com/apache/incubator-doris/issues/3582#issuecomment-947370690
I got the same problem.
It seems that is not 100% MySQL compatibility
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
zhoyo21th edited a comment on issue #3582:
URL:
https://github.com/apache/incubator-doris/issues/3582#issuecomment-947370690
I got the same problem.
It seems that it's not 100% MySQL compatibility
--
This is an automated message from the Apache Git Service.
To respond to the message,
xiaokangguo opened a new pull request #6892:
URL: https://github.com/apache/incubator-doris/pull/6892
## 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 r
qidaye opened a new pull request #6893:
URL: https://github.com/apache/incubator-doris/pull/6893
## Proposed changes
When loading meta by meta_tool goes wrong, we only get an error code from
`json2pb`, which is inconvenient for us to locate the problem.
This change is adding e
73 matches
Mail list logo