[GitHub] [incubator-doris] qidaye opened a new issue #7104: [Bug] query profile is not working when sql cache is enabled

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] killxdcj commented on a change in pull request #7067: [Feature] Support config scheduling strategy.

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] killxdcj commented on a change in pull request #7067: [Feature] Support config scheduling strategy.

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] qidaye opened a new pull request #7105: [BUG] fix profile not working with sql_cache enabled

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] LiaoShulong commented on pull request #6076: [Build][ARM] Fix some compilation problems on ARM64

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xy720 opened a new issue #7106: [Bug] Fix the incompatibility of sql mode between Doris and MySQL

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xu20160924 opened a new pull request #7107: 【Doc】Modify the wrong comment of the ScanTime

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xy720 opened a new pull request #7108: save code

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xu20160924 closed pull request #7107: 【Doc】Modify the wrong comment of the ScanTime

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] xu20160924 opened a new pull request #7109: Modify the wrong comment of the ScanTime

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] zhengshengjun opened a new issue #7110: [Bug] Build ZSTD failed due to inappropriate Cmake option

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #6746: [Feature] Lateral view

2021-11-12 Thread GitBox
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;

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #7096: [Feature] Transitive Closure

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] yangzhg commented on issue #7110: [Bug] Build ZSTD failed due to inappropriate Cmake option

2021-11-12 Thread GitBox
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] [incubator-doris] github-actions[bot] commented on pull request #7105: [BUG] fix profile not working with sql_cache enabled

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] stdpain closed issue #5977: [Feature][UDF] support LUA UDF

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #7105: [BUG] fix profile not working with sql_cache enabled

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] zhengshengjun opened a new pull request #7111: [Bug] Fix inappropriate Cmake option used to build ZSTD

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] zhengshengjun commented on issue #7110: [Bug] Build ZSTD failed due to inappropriate Cmake option

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] imay closed pull request #2792: Reformat BE code 1/7

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] imay closed pull request #3915: fix subquery bug when reorder table

2021-11-12 Thread GitBox
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

[GitHub] [incubator-doris] imay closed pull request #4226: [Calcite optimzer] support opertor of scan, filter, project of One QueryBlock #4223

2021-11-12 Thread GitBox
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