HappenLee merged pull request #7600:
URL: https://github.com/apache/incubator-doris/pull/7600
--
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
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 55a6a80 [Vectorized][Feature] support
money_format/ucase/character_length (#7649)
add 4ec9f0c
vinson0526 opened a new pull request #7664:
URL: https://github.com/apache/incubator-doris/pull/7664
Change-Id: I1f8a0f1c197d3362fc8a1d3073d68f3206401d18
## Proposed changes
Support general hints.
Sql example:
```sql
SELECT /*+ one_hint(100) another_hint(k
jackwener opened a new pull request #7663:
URL: https://github.com/apache/incubator-doris/pull/7663
## Proposed changes
Close related #issue
Describe the overview of changes, and introduce why we need it.
auto add label in case that committer add label one by one
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 55a6a80 [Vectorized][Featur
HappenLee merged pull request #7649:
URL: https://github.com/apache/incubator-doris/pull/7649
--
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
vinson0526 opened a new issue #7662:
URL: https://github.com/apache/incubator-doris/issues/7662
### 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
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 9b3897a [Vectorizd] [Functi
HappenLee merged pull request #7661:
URL: https://github.com/apache/incubator-doris/pull/7661
--
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
BiteThet opened a new pull request #7661:
URL: https://github.com/apache/incubator-doris/pull/7661
## Proposed changes
Close related #7660 (replace it with issue number if it exists).
@HappenLee
## Types of changes
What types of changes does your code introdu
BiteThet opened a new issue #7660:
URL: https://github.com/apache/incubator-doris/issues/7660
### 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
BiteThet commented on a change in pull request #7649:
URL: https://github.com/apache/incubator-doris/pull/7649#discussion_r780040361
##
File path: be/src/vec/functions/function_string.h
##
@@ -1038,4 +1041,129 @@ class FunctionStringParseUrl : public IFunction {
}
};
wangbo commented on pull request #7638:
URL: https://github.com/apache/incubator-doris/pull/7638#issuecomment-1007139702
There are two key points for PR description,
First, if PR trys to fix a bug, the specific manifestation of this bug and
its online impact need to be described clearly.
morningman commented on issue #7637:
URL:
https://github.com/apache/incubator-doris/issues/7637#issuecomment-1007130012
Could you provide some sample data to reproduce this bug?
--
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.
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 3b09779 [Bug] Fix function
HappenLee closed issue #7658:
URL: https://github.com/apache/incubator-doris/issues/7658
--
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
HappenLee merged pull request #7659:
URL: https://github.com/apache/incubator-doris/pull/7659
--
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 #7659:
URL: https://github.com/apache/incubator-doris/pull/7659
## Proposed changes
Close related #7658 (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 #7658:
URL: https://github.com/apache/incubator-doris/issues/7658
### 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
zuochunwei commented on a change in pull request #7649:
URL: https://github.com/apache/incubator-doris/pull/7649#discussion_r779992817
##
File path: be/src/vec/functions/function_string.h
##
@@ -1038,4 +1041,129 @@ class FunctionStringParseUrl : public IFunction {
}
};
spaces-X commented on a change in pull request #7649:
URL: https://github.com/apache/incubator-doris/pull/7649#discussion_r779996293
##
File path: be/src/vec/functions/function_string.cpp
##
@@ -272,7 +272,7 @@ struct HexStringName {
struct HexStringImpl {
static DataTy
zuochunwei commented on pull request #7613:
URL: https://github.com/apache/incubator-doris/pull/7613#issuecomment-1007098939
i will review this PR later
--
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
amosbird commented on issue #7657:
URL:
https://github.com/apache/incubator-doris/issues/7657#issuecomment-1007091935
Maybe you will also find this interesting
https://github.com/google/llvm-propeller .
--
This is an automated message from the Apache Git Service.
To respond to the messa
zuochunwei opened a new issue #7657:
URL: https://github.com/apache/incubator-doris/issues/7657
### 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
zuochunwei commented on pull request #7631:
URL: https://github.com/apache/incubator-doris/pull/7631#issuecomment-1007083381
good job
--
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 edited a comment on pull request #7558:
URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006446911
> I have another question,Is using a continuous memory to store some strings
`cpu-cache-friendly`? In current implementation, strings is kept in memory
divide
morningman commented on pull request #7647:
URL: https://github.com/apache/incubator-doris/pull/7647#issuecomment-1007081230
Separate by 2 commits. Close this one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
morningman closed pull request #7647:
URL: https://github.com/apache/incubator-doris/pull/7647
--
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 opened a new pull request #7656:
URL: https://github.com/apache/incubator-doris/pull/7656
## Proposed changes
1. Add a new FE config `colocate_group_relocate_delay_second`
The relocation of a colocation group may involve a large number of
tablets moving within t
lordk911 closed issue #7646:
URL: https://github.com/apache/incubator-doris/issues/7646
--
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
lordk911 commented on issue #7646:
URL:
https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007079662
thanks
--
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
zuochunwei commented on a change in pull request #7600:
URL: https://github.com/apache/incubator-doris/pull/7600#discussion_r779981105
##
File path: be/src/vec/core/block.h
##
@@ -129,6 +129,7 @@ class Block {
Names get_names() const;
DataTypes get_data_types() cons
yiguolei commented on issue #7646:
URL:
https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007076310
@lordk911 you could use vector branch.
https://github.com/apache/incubator-doris/commits/vectorized
--
This is an automated message from the Apache Git Service.
To respo
morningman commented on issue #7646:
URL:
https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007072185
`0.15.0-rc04` does not contains `vectorized_engine`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
lordk911 commented on issue #7646:
URL:
https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007069482
> Could you please login to BE and find the error logs? Maybe BE is dead.
Yes, BE is dead. if I set enable_vectorized_engine=true, then run a
Aggregation query,BE wi
yiguolei commented on issue #7646:
URL:
https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007067865
Could you please login to BE and find the error logs? Maybe BE is dead.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
github-actions[bot] commented on pull request #7655:
URL: https://github.com/apache/incubator-doris/pull/7655#issuecomment-1006719624
--
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
hf200012 closed pull request #7505:
URL: https://github.com/apache/incubator-doris/pull/7505
--
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
hf200012 opened a new pull request #7655:
URL: https://github.com/apache/incubator-doris/pull/7655
Spark connector deletes useless maven dependencies and some code variable
definition issues
## Proposed changes
Close related #issue (replace it with issue number if it exist
morningman commented on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1006698059
> > > What about supporting AVRO format in LOAD function?
> >
> >
> > #7650
>
> Thx for opening an issue.
Add to the roadmap
--
This is an auto
hf200012 closed pull request #7524:
URL: https://github.com/apache/incubator-doris/pull/7524
--
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
morningman edited a comment on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1001839293
The following is the Roadmap for the Doris community in 2022.
The plan includes all aspects of code features, documentation, community
building, etc. that are t
hf200012 opened a new pull request #7654:
URL: https://github.com/apache/incubator-doris/pull/7654
Multiple FE WEB UI login issues
## Proposed changes
Close related #issue (replace it with issue number if it exists).
Describe the overview of changes, and introduce why we
github-actions[bot] commented on pull request #7605:
URL: https://github.com/apache/incubator-doris/pull/7605#issuecomment-1006689750
--
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 a change in pull request #7600:
URL: https://github.com/apache/incubator-doris/pull/7600#discussion_r779633511
##
File path: be/src/vec/core/block.h
##
@@ -129,6 +129,7 @@ class Block {
Names get_names() const;
DataTypes get_data_types() cons
morningman commented on pull request #7620:
URL: https://github.com/apache/incubator-doris/pull/7620#issuecomment-1006678061
hi @adonis0147 , there are some unresolved comments, PTAL
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
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 482bf05 [refactor](log) remove RewriteClasses unused LOG reference
(#7609)
add ad35067 [chore][d
morningman merged pull request #7616:
URL: https://github.com/apache/incubator-doris/pull/7616
--
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 #7609:
URL: https://github.com/apache/incubator-doris/pull/7609
--
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 1e0e472 [fix](audit-plugin) Fix audit load plugin may stopped when
throw unexpected exceptions (#7607)
morningman merged pull request #7607:
URL: https://github.com/apache/incubator-doris/pull/7607
--
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 1e0e472 [fix](audit-plugin) Fix au
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 1f88c5f [improvement](git) add vscode devcontainer config into git
ignore (#7602)
add 90aa6c8 [f
morningman merged pull request #7606:
URL: https://github.com/apache/incubator-doris/pull/7606
--
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 831f4cd [improvement](website)(proc) Make web page base proc dir and
variables orderly (#7535)
ad
morningman closed issue #7598:
URL: https://github.com/apache/incubator-doris/issues/7598
--
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 #7602:
URL: https://github.com/apache/incubator-doris/pull/7602
--
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 5635454 [Optimize](Runtime Filter) Support merge in runtime
filter(#7546) (#7547)
add 831f4cd [i
morningman merged pull request #7535:
URL: https://github.com/apache/incubator-doris/pull/7535
--
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 #7514:
URL: https://github.com/apache/incubator-doris/pull/7514#issuecomment-1006669342
--
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
zbtzbtzbt commented on pull request #7640:
URL: https://github.com/apache/incubator-doris/pull/7640#issuecomment-1006631489
good job
--
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 issue #7651:
URL:
https://github.com/apache/incubator-doris/issues/7651#issuecomment-1006624256
https://doris.apache.org/master/zh-CN/installing/compilation.html#%E4%BD%BF%E7%94%A8-docker-%E5%BC%80%E5%8F%91%E9%95%9C%E5%83%8F%E7%BC%96%E8%AF%91-%E6%8E%A8%E8%8D%90
ljmat closed issue #7651:
URL: https://github.com/apache/incubator-doris/issues/7651
--
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-unsub
ljmat commented on issue #7651:
URL:
https://github.com/apache/incubator-doris/issues/7651#issuecomment-1006610486
>
thanks you answer.
but how can I use the docker-dev-env-0.15? any guide for help?
--
This is an automated message from the Apache Git Service.
To respond to the
morningman commented on issue #7651:
URL:
https://github.com/apache/incubator-doris/issues/7651#issuecomment-1006607275
you need to use docker-dev-env-0.15to compile branch-0.15
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
ljmat opened a new issue #7651:
URL: https://github.com/apache/incubator-doris/issues/7651
### 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
branch-0
Henry2SS commented on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1006594182
> > What about supporting AVRO format in LOAD function?
>
> #7650
Thx for opening an issue.
--
This is an automated message from the Apache Git Service.
To
Henry2SS commented on issue #7650:
URL:
https://github.com/apache/incubator-doris/issues/7650#issuecomment-1006592971
I'd like to do that.
--
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 sp
caiconghui commented on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1006591968
> What about supporting AVRO format in LOAD function?
#7650
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
caiconghui opened a new issue #7650:
URL: https://github.com/apache/incubator-doris/issues/7650
### 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
BiteThet opened a new pull request #7649:
URL: https://github.com/apache/incubator-doris/pull/7649
## Proposed changes
Close related #7648 (replace it with issue number if it exists).
@HappenLee
## Types of changes
What types of changes does your code introdu
BiteThet opened a new issue #7648:
URL: https://github.com/apache/incubator-doris/issues/7648
### 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
github-actions[bot] commented on pull request #7630:
URL: https://github.com/apache/incubator-doris/pull/7630#issuecomment-1006513034
--
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
spaces-X commented on issue #7643:
URL:
https://github.com/apache/incubator-doris/issues/7643#issuecomment-1006504620
I will Implement SIMD for agg functions and do performance comparison tests
in the next week.
--
This is an automated message from the Apache Git Service.
To res
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 5830710 [Vectorized][Feature] fix core dump when using function
override and function alias at the
HappenLee merged pull request #7632:
URL: https://github.com/apache/incubator-doris/pull/7632
--
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
spaces-X removed a comment on issue #7643:
URL:
https://github.com/apache/incubator-doris/issues/7643#issuecomment-1006503376
I will Implement SIMD for agg functions in the next week.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
spaces-X commented on issue #7643:
URL:
https://github.com/apache/incubator-doris/issues/7643#issuecomment-1006503376
I will Implement SIMD for agg functions in the next week.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
lordk911 commented on issue #7646:
URL:
https://github.com/apache/incubator-doris/issues/7646#issuecomment-1006502424
enable_vectorized_engine -> query -> backends dead
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
caiconghui commented on a change in pull request #7630:
URL: https://github.com/apache/incubator-doris/pull/7630#discussion_r779483666
##
File path: docs/zh-CN/administrator-guide/load-data/routine-load-manual.md
##
@@ -85,7 +85,7 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或
EmmyMiao87 commented on a change in pull request #7630:
URL: https://github.com/apache/incubator-doris/pull/7630#discussion_r779481584
##
File path: docs/zh-CN/administrator-guide/load-data/routine-load-manual.md
##
@@ -85,7 +85,7 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或
morningman opened a new pull request #7647:
URL: https://github.com/apache/incubator-doris/pull/7647
## Proposed changes
Currently, if we encounter a problem with a replica of a tablet during the
load process,
such as a write error, rpc error, -235, etc., it will cause the entire
lordk911 opened a new issue #7646:
URL: https://github.com/apache/incubator-doris/issues/7646
### 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
Versi
924060929 opened a new pull request #7645:
URL: https://github.com/apache/incubator-doris/pull/7645
## Proposed changes
Close related #7546.
变更1:支持一种自适应的runtime filter:filter:IN_OR_BLOOM_FILTER
处理逻辑为
1. 如果右表的行数 < runtime_filter_max_in_num,则IN predicate能生效
2. 如果右表的行数 >=
zuochunwei opened a new issue #7644:
URL: https://github.com/apache/incubator-doris/issues/7644
### 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
zuochunwei opened a new issue #7643:
URL: https://github.com/apache/incubator-doris/issues/7643
### 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
This is an automated email from the ASF dual-hosted git repository.
lingmiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from e1374d8 [fix](tablet-scheduler) Fix decommission backend bug (#7563)
add 5635454 [Optimize](Runtime
EmmyMiao87 merged pull request #7547:
URL: https://github.com/apache/incubator-doris/pull/7547
--
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
EmmyMiao87 closed issue #7546:
URL: https://github.com/apache/incubator-doris/issues/7546
--
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-
zuochunwei commented on a change in pull request #7642:
URL: https://github.com/apache/incubator-doris/pull/7642#discussion_r779470220
##
File path: be/src/vec/olap/block_reader.cpp
##
@@ -129,7 +123,7 @@ OLAPStatus BlockReader::init(const ReaderParams&
read_params) {
zuochunwei commented on a change in pull request #7642:
URL: https://github.com/apache/incubator-doris/pull/7642#discussion_r779470220
##
File path: be/src/vec/olap/block_reader.cpp
##
@@ -129,7 +123,7 @@ OLAPStatus BlockReader::init(const ReaderParams&
read_params) {
BiteThet commented on a change in pull request #7547:
URL: https://github.com/apache/incubator-doris/pull/7547#discussion_r779469002
##
File path: be/src/exprs/runtime_filter_slots.h
##
@@ -62,16 +69,42 @@ class RuntimeFilterSlotsBase {
DCHECK(runtime_filter->e
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 5830710 [Vectorized][Featur
HappenLee merged pull request #7640:
URL: https://github.com/apache/incubator-doris/pull/7640
--
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
924060929 commented on a change in pull request #7547:
URL: https://github.com/apache/incubator-doris/pull/7547#discussion_r779321380
##
File path: be/src/exprs/runtime_filter_slots.h
##
@@ -62,16 +69,42 @@ class RuntimeFilterSlotsBase {
DCHECK(runtime_filter->expr
zuochunwei commented on pull request #7558:
URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006446911
> I have another question,Is using a continuous memory to store some strings
`cpu-cache-friendly`? In current implementation, strings is kept in memory
divided.
wangbo commented on pull request #7558:
URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006443258
I have another question,Is using a continuous memory to store some strings
```cpu-cache-friendly```?
In current implementation, strings is kept in memory divided.
-
zuochunwei commented on a change in pull request #7558:
URL: https://github.com/apache/incubator-doris/pull/7558#discussion_r779437852
##
File path: be/src/olap/row_cursor.h
##
@@ -36,10 +36,13 @@ class RowCursor {
public:
static const int DEFAULT_TEXT_LENGTH = 128;
-
wangbo commented on pull request #7558:
URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006436857
I think there is another optimization point for ```row_cursor```;
When only ```string type``` is needed, it's clear that only
```_long_text_buf``` need to be allocate
zenoyang commented on a change in pull request #7642:
URL: https://github.com/apache/incubator-doris/pull/7642#discussion_r779424758
##
File path: be/src/vec/olap/block_reader.cpp
##
@@ -129,7 +123,7 @@ OLAPStatus BlockReader::init(const ReaderParams&
read_params) {
f
1 - 100 of 110 matches
Mail list logo