qidaye opened a new issue #7104:
URL: https://github.com/apache/incubator-doris/issues/7104
### 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
f93dae9
killxdcj commented on a change in pull request #7067:
URL: https://github.com/apache/incubator-doris/pull/7067#discussion_r748059630
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
##
@@ -1456,6 +1463,47 @@ private void computeScanRangeAssignmentBySc
killxdcj commented on a change in pull request #7067:
URL: https://github.com/apache/incubator-doris/pull/7067#discussion_r748059948
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
##
@@ -384,6 +386,9 @@
@VariableMgr.VarAttr(name = ENABLE_LA
qidaye opened a new pull request #7105:
URL: https://github.com/apache/incubator-doris/pull/7105
## Proposed changes
fix #7104.
When sql cache is hit, the profile is like this:
```
Query:
Summary:
- Query ID: 550eb34b2f5541ef-9bfe252bb4c88841
LiaoShulong commented on pull request #6076:
URL: https://github.com/apache/incubator-doris/pull/6076#issuecomment-966922861
能提供一个已经编译好的能在arm上运行的apache doris包吗
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
xinyiZzz commented on a change in pull request #6979:
URL: https://github.com/apache/incubator-doris/pull/6979#discussion_r748069706
##
File path: be/src/runtime/mem_tracker.h
##
@@ -170,6 +173,12 @@ class MemTracker : public
std::enable_shared_from_this {
Release
xy720 opened a new issue #7106:
URL: https://github.com/apache/incubator-doris/issues/7106
### 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
xinyiZzz commented on a change in pull request #6979:
URL: https://github.com/apache/incubator-doris/pull/6979#discussion_r748078661
##
File path: be/src/service/doris_main.cpp
##
@@ -266,6 +266,10 @@ int main(int argc, char** argv) {
#if defined(LEAK_SANITIZER)
__lsa
xinyiZzz commented on a change in pull request #6979:
URL: https://github.com/apache/incubator-doris/pull/6979#discussion_r748069706
##
File path: be/src/runtime/mem_tracker.h
##
@@ -170,6 +173,12 @@ class MemTracker : public
std::enable_shared_from_this {
Release
xinyiZzz commented on a change in pull request #6979:
URL: https://github.com/apache/incubator-doris/pull/6979#discussion_r748086231
##
File path: be/src/runtime/mem_tracker.h
##
@@ -164,11 +167,16 @@ class MemTracker : public
std::enable_shared_from_this {
/// other call
xu20160924 opened a new pull request #7107:
URL: https://github.com/apache/incubator-doris/pull/7107
## Proposed changes
Modify the wrong comment of the ScanTime.
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes tha
xy720 opened a new pull request #7108:
URL: https://github.com/apache/incubator-doris/pull/7108
## Proposed changes
Introduce by pr #4359
VariableMgr.fillValue() method should not call in
ExpressionFunctions.eval(), because in method analyzeImpl() of SysVariableDesc,
it has b
xu20160924 closed pull request #7107:
URL: https://github.com/apache/incubator-doris/pull/7107
--
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
xu20160924 opened a new pull request #7109:
URL: https://github.com/apache/incubator-doris/pull/7109
## Proposed changes
Modify the wrong comment of the ScanTime.
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes tha
zhengshengjun opened a new issue #7110:
URL: https://github.com/apache/incubator-doris/issues/7110
### 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
EmmyMiao87 commented on issue #6746:
URL:
https://github.com/apache/incubator-doris/issues/6746#issuecomment-966963086
TODO:
1. table function from subquery
```
select * from (select k1, bitmap_union_string(v1) as new_v1 from table)
lateral view explode_split(new_v1) t as tb_v1;
EmmyMiao87 commented on issue #7096:
URL:
https://github.com/apache/incubator-doris/issues/7096#issuecomment-966964302
Warshall算法计算 Transitive Closure
--
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
yangzhg commented on issue #7110:
URL:
https://github.com/apache/incubator-doris/issues/7110#issuecomment-966968256
Would you please fix it?
--
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 #7105:
URL: https://github.com/apache/incubator-doris/pull/7105#issuecomment-966989808
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
stdpain closed issue #5977:
URL: https://github.com/apache/incubator-doris/issues/5977
--
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
EmmyMiao87 commented on pull request #7105:
URL: https://github.com/apache/incubator-doris/pull/7105#issuecomment-966996971
You'd better to init cache profile and does not rely on coordinator
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
zhengshengjun opened a new pull request #7111:
URL: https://github.com/apache/incubator-doris/pull/7111
## 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
zhengshengjun commented on issue #7110:
URL:
https://github.com/apache/incubator-doris/issues/7110#issuecomment-967062748
> Would you please fix it?
sure, https://github.com/apache/incubator-doris/pull/7111/files
--
This is an automated message from the Apache Git Service.
To resp
imay closed pull request #2792:
URL: https://github.com/apache/incubator-doris/pull/2792
--
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
imay closed pull request #3915:
URL: https://github.com/apache/incubator-doris/pull/3915
--
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
imay closed pull request #4226:
URL: https://github.com/apache/incubator-doris/pull/4226
--
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
26 matches
Mail list logo