zenoyang opened a new pull request #7557:
URL: https://github.com/apache/incubator-doris/pull/7557
## Proposed changes
issue: #7556
- Support bloom filter predicate on vectorized engine storage layer
- Add bloom filter and null predicate UT
## Types of changes
zenoyang opened a new issue #7556:
URL: https://github.com/apache/incubator-doris/issues/7556
### 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
B
HappenLee closed issue #7554:
URL: https://github.com/apache/incubator-doris/issues/7554
--
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.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/vectorized by this push:
new ad71c92 [Bug] Fix negative
HappenLee merged pull request #7555:
URL: https://github.com/apache/incubator-doris/pull/7555
--
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 opened a new pull request #7555:
URL: https://github.com/apache/incubator-doris/pull/7555
## Proposed changes
Close related #7554 (replace it with issue number if it exists).
Describe the overview of changes, and introduce why we need it.
## Types of changes
HappenLee opened a new issue #7554:
URL: https://github.com/apache/incubator-doris/issues/7554
### 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
vect
xinyiZzz opened a new issue #7553:
URL: https://github.com/apache/incubator-doris/issues/7553
### 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
h
github-actions[bot] commented on pull request #7494:
URL: https://github.com/apache/incubator-doris/pull/7494#issuecomment-1003257724
--
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
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 164b274 [revert] "[improvement](bdbje) clean too many bdbje log
(#7273)" (#7312)
add 8660bf6
chovy-3012 commented on pull request #7532:
URL: https://github.com/apache/incubator-doris/pull/7532#issuecomment-1003245693
The thins is :
Set property `"storage_medium"="ssd"` when creating table or partition .
Default `storage_cooldown_time` is 30 days, which is same values as
`sto
zuochunwei edited a comment on pull request #7544:
URL: https://github.com/apache/incubator-doris/pull/7544#issuecomment-1003238123
>
yes, i agree!
but rename file will result in massive changes for files which include
reader.h, so let's do it next time!
--
This is an automated me
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 7903e64 [Bug](partition pruning v2) Fix NPE when calling
`Analyzer.getContext()` in partition pruning
morningman merged pull request #7422:
URL: https://github.com/apache/incubator-doris/pull/7422
--
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
zuochunwei commented on pull request #7544:
URL: https://github.com/apache/incubator-doris/pull/7544#issuecomment-1003238123
>
yes,but rename file will result in massive changes for files included
reader.h, so let's do it next time!
--
This is an automated message from the Apache
zuochunwei closed pull request #7544:
URL: https://github.com/apache/incubator-doris/pull/7544
--
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
github-actions[bot] commented on pull request #7531:
URL: https://github.com/apache/incubator-doris/pull/7531#issuecomment-1003220499
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
github-actions[bot] commented on pull request #7541:
URL: https://github.com/apache/incubator-doris/pull/7541#issuecomment-1003215571
--
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 commented on pull request #7494:
URL: https://github.com/apache/incubator-doris/pull/7494#issuecomment-1003086113
Please fix the ut test ~
--
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
wangshuo128 commented on pull request #7544:
URL: https://github.com/apache/incubator-doris/pull/7544#issuecomment-1003080977
Maybe the filename of reader.h and reader.cpp should be renamed to
table_reader.h and table_reader.cpp as well.
--
This is an automated message from the Apache Gi
morningman edited a comment on issue #7540:
URL:
https://github.com/apache/incubator-doris/issues/7540#issuecomment-1003062824
我认为这里可能需要三种权限:
1. 行权限
根据where条件赋予用户某些行的读。
```
grant row_priv(where col>1 and abs(col2) < 3 or col3 =4) on db.tbl to
user1
github-actions[bot] commented on pull request #7506:
URL: https://github.com/apache/incubator-doris/pull/7506#issuecomment-1003067164
--
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 commented on pull request #7532:
URL: https://github.com/apache/incubator-doris/pull/7532#issuecomment-1003064885
Can `dynamic_partition.hot_partition_num` meet your requirements?
http://doris.incubator.apache.org/master/zh-CN/administrator-guide/dynamic-partition.html#%E4
morningman commented on issue #7540:
URL:
https://github.com/apache/incubator-doris/issues/7540#issuecomment-1003062824
我认为这里可能需要三种权限:
1. 行权限
根据where条件赋予用户某些行的读。
```
grant row_priv(where col>1 and abs(col2) < 3 or col3 =4) on db.tbl to
user1
`
morningman commented on issue #7540:
URL:
https://github.com/apache/incubator-doris/issues/7540#issuecomment-1003049121
Nice work. Looking forward your PR!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
GoGoWen opened a new pull request #7550:
URL: https://github.com/apache/incubator-doris/pull/7550
## Proposed changes
Close related #7549
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
- [ X] B
GoGoWen opened a new issue #7549:
URL: https://github.com/apache/incubator-doris/issues/7549
### 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
yangzhg opened a new pull request #7548:
URL: https://github.com/apache/incubator-doris/pull/7548
## Proposed changes
[refactor] update parent pom version and optimize build scripts
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x`
924060929 opened a new pull request #7547:
URL: https://github.com/apache/incubator-doris/pull/7547
## Proposed changes
Close related #7546.
支持IN predicate的合并。
去掉IN predicate隐式转变成Bloom filter的逻辑。
## Types of changes
What types of changes does your code introduc
924060929 opened a new issue #7546:
URL: https://github.com/apache/incubator-doris/issues/7546
### 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
liutang123 opened a new issue #7545:
URL: https://github.com/apache/incubator-doris/issues/7545
When the instance execution ends, it will report to FE if the execution
fails.
When we set `thrift_connect_timeout_seconds` a large number, due to lock
contention and long creation time o
zuochunwei opened a new pull request #7544:
URL: https://github.com/apache/incubator-doris/pull/7544
## Proposed changes
Close related #issue (replace it with issue number if it exists).
Describe the overview of changes, and introduce why we need it.
## Types of changes
liutang123 opened a new pull request #7543:
URL: https://github.com/apache/incubator-doris/pull/7543
## Proposed changes
Close related #issue (replace it with issue number if it exists).
Describe the overview of changes, and introduce why we need it.
## Types of changes
This is an automated email from the ASF dual-hosted git repository.
lingmiao 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 7903e64 [Bug](partition pruning v2)
EmmyMiao87 merged pull request #7542:
URL: https://github.com/apache/incubator-doris/pull/7542
--
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
github-actions[bot] commented on pull request #7542:
URL: https://github.com/apache/incubator-doris/pull/7542#issuecomment-1002933649
--
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
wangshuo128 commented on a change in pull request #7542:
URL: https://github.com/apache/incubator-doris/pull/7542#discussion_r776621667
##
File path: fe/fe-core/src/main/java/org/apache/doris/planner/ScanNode.java
##
@@ -133,6 +134,11 @@ public void computeColumnFilter() {
wangshuo128 commented on a change in pull request #7542:
URL: https://github.com/apache/incubator-doris/pull/7542#discussion_r776612442
##
File path: fe/fe-core/src/main/java/org/apache/doris/planner/ScanNode.java
##
@@ -133,6 +134,11 @@ public void computeColumnFilter() {
morningman commented on a change in pull request #7524:
URL: https://github.com/apache/incubator-doris/pull/7524#discussion_r776611075
##
File path: docs/zh-CN/faq/faq.md
##
@@ -318,6 +318,79 @@ failed to initialize storage reader.
tablet=63416.1050661139.aa4d304e7a7aff9c-f0
EmmyMiao87 commented on a change in pull request #7542:
URL: https://github.com/apache/incubator-doris/pull/7542#discussion_r776609106
##
File path: fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java
##
@@ -445,6 +445,15 @@ private void computeInaccurateCardina
40 matches
Mail list logo