[GitHub] [incubator-doris] hf200012 opened a new issue #3856: Create a table in v2 storage format,Import data is successful, but be down

2020-06-12 Thread GitBox
hf200012 opened a new issue #3856: URL: https://github.com/apache/incubator-doris/issues/3856 Create a table in v2 storage format Import data is successful, but be down 2020-06-13 06:48:59,268 WARN 150 [HeartbeatMgr$BackendHeartbeatHandler.call():248] backend heartbeat got except

[GitHub] [incubator-doris] imay merged pull request #3815: Optimize the logic for getting TabletMeta from TabletInvertedIndex to reduce frequency of getting read lock

2020-06-12 Thread GitBox
imay merged pull request #3815: URL: https://github.com/apache/incubator-doris/pull/3815 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 g

[incubator-doris] branch master updated: Optimize the logic for getting TabletMeta from TabletInvertedIndex to reduce frequency of getting read lock (#3815)

2020-06-12 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 6928c72 Optimize the logic for getting

[GitHub] [incubator-doris] imay merged pull request #3848: [Bug] fix uninitialized member vars

2020-06-12 Thread GitBox
imay merged pull request #3848: URL: https://github.com/apache/incubator-doris/pull/3848 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 g

[GitHub] [incubator-doris] imay merged pull request #3846: fix for be server crash which throwing syntax error when parse json …

2020-06-12 Thread GitBox
imay merged pull request #3846: URL: https://github.com/apache/incubator-doris/pull/3846 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 g

[incubator-doris] branch master updated: fix for be server crash which throwing syntax error when parse json … (#3846)

2020-06-12 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 61be713 fix for be server crash which t

[incubator-doris] branch master updated: [Bug] fix uninitialized member vars (#3848)

2020-06-12 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 38b6d29 [Bug] fix uninitialized member

[GitHub] [incubator-doris] imay merged pull request #3844: [UDF] StringVal::operator==(): avoid pass NULL to memcmp()

2020-06-12 Thread GitBox
imay merged pull request #3844: URL: https://github.com/apache/incubator-doris/pull/3844 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 g

[incubator-doris] branch master updated: Avoid pass NULL to memcmp() (#3844)

2020-06-12 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 83d39ff Avoid pass NULL to memcmp() (#3

[GitHub] [incubator-doris] kangkaisen closed issue #3854: CaseExpr toThrift NPE

2020-06-12 Thread GitBox
kangkaisen closed issue #3854: URL: https://github.com/apache/incubator-doris/issues/3854 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] kangkaisen opened a new issue #3855: select list support subquery

2020-06-12 Thread GitBox
kangkaisen opened a new issue #3855: URL: https://github.com/apache/incubator-doris/issues/3855 ``` mysql> SELECT a+b*2+c*3+d*4, ->CASE a+1 WHEN b THEN 111 WHEN c THEN 222 -> WHEN d THEN 333 WHEN e THEN 444 ELSE 555 END, ->(SELECT count(*) FRO

[GitHub] [incubator-doris] kangkaisen commented on issue #3854: CaseExpr toThrift NPE

2020-06-12 Thread GitBox
kangkaisen commented on issue #3854: URL: https://github.com/apache/incubator-doris/issues/3854#issuecomment-643560243 The following query has the same error: ``` SELECT c, d-e, CASE a+1 WHEN b THEN 111 WHEN c THEN 222 WHEN d THEN 333 WHEN e THEN 444 EL

[GitHub] [incubator-doris] kangkaisen opened a new issue #3854: CaseExpr toThrift NPE

2020-06-12 Thread GitBox
kangkaisen opened a new issue #3854: URL: https://github.com/apache/incubator-doris/issues/3854 ``` CREATE TABLE `t1` ( `a` int(11) NULL COMMENT "", `b` int(11) NULL COMMENT "", `c` int(11) NULL COMMENT "", `d` int(11) NULL COMMENT "", `e` int(11) NULL COMMENT ""

[incubator-doris] branch master updated (88a5429 -> dac156b)

2020-06-12 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 88a5429 [FE] Add db&tbl info in broker load log (#3837) add dac156b [Spill To Disk] Analytic_Eval

[GitHub] [incubator-doris] kangkaisen merged pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
kangkaisen merged pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman commented on a change in pull request #3063: (#3061) [Spark Load] Doris Support Using Hive Table to Build Global Dict

2020-06-12 Thread GitBox
morningman commented on a change in pull request #3063: URL: https://github.com/apache/incubator-doris/pull/3063#discussion_r439456426 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/GlobalDictBuilder.java ## @@ -0,0 +1,413 @@ +// Licensed to the Apache Softwar

[GitHub] [incubator-doris] hffariel closed issue #3540: [Feature]Support FullText searching for doris documents

2020-06-12 Thread GitBox
hffariel closed issue #3540: URL: https://github.com/apache/incubator-doris/issues/3540 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

[GitHub] [incubator-doris] hffariel closed issue #3836: [BUG] Document site got pushed into asf-site even if a error occurred during travis building

2020-06-12 Thread GitBox
hffariel closed issue #3836: URL: https://github.com/apache/incubator-doris/issues/3836 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

[GitHub] [incubator-doris] hffariel closed issue #3650: [BUG] travis build failed

2020-06-12 Thread GitBox
hffariel closed issue #3650: URL: https://github.com/apache/incubator-doris/issues/3650 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

[GitHub] [incubator-doris] wyb commented on a change in pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-12 Thread GitBox
wyb commented on a change in pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439424765 ## File path: fe/src/main/java/org/apache/doris/analysis/FromClause.java ## @@ -72,6 +78,39 @@ public int compare(TableRef tableref1, TableRef tablere

[GitHub] [incubator-doris] morningman commented on pull request #3851: [Enhancement] Replace N/A use NULL

2020-06-12 Thread GitBox
morningman commented on pull request #3851: URL: https://github.com/apache/incubator-doris/pull/3851#issuecomment-643276175 Actually, in MySQL protocal, the `null` is represented as `(byte) (251 & 0xff)`. https://github.com/apache/incubator-doris/blob/88a5429165c65690eb443c017ed0b3b

[incubator-doris] branch master updated (7591527 -> 88a5429)

2020-06-12 Thread morningman
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 7591527 [Bug] Fix a bug that insert null bitmap crashes BE (#3830) add 88a5429 [FE] Add db&tbl in

[GitHub] [incubator-doris] morningman merged pull request #3837: [FE] add db&tbl info in broker load log

2020-06-12 Thread GitBox
morningman merged pull request #3837: URL: https://github.com/apache/incubator-doris/pull/3837 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman commented on issue #3853: Kafka-Topic长时间没有新消息到达,Routine Load任务会被卡住,没有重新被调度

2020-06-12 Thread GitBox
morningman commented on issue #3853: URL: https://github.com/apache/incubator-doris/issues/3853#issuecomment-643254185 你是否观察到 在 show routine Load 的结果中, abortedTaskNum 数量在上升? This is an automated message from the Apache Git S

[GitHub] [incubator-doris] morningman commented on a change in pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-12 Thread GitBox
morningman commented on a change in pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439397932 ## File path: fe/src/main/java/org/apache/doris/analysis/FromClause.java ## @@ -72,6 +78,39 @@ public int compare(TableRef tableref1, TableRef

[GitHub] [incubator-doris] wyb commented on a change in pull request #3063: (#3061) [Spark Load] Doris Support Using Hive Table to Build Global Dict

2020-06-12 Thread GitBox
wyb commented on a change in pull request #3063: URL: https://github.com/apache/incubator-doris/pull/3063#discussion_r439381355 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/GlobalDictBuilder.java ## @@ -0,0 +1,413 @@ +// Licensed to the Apache Software Found

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439357363 ## File path: be/src/exec/analytic_eval_node.cpp ## @@ -195,9 +194,19 @@ Status AnalyticEvalNode::open(RuntimeState* state) { RETURN_IF_CAN

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
kangkaisen commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439356007 ## File path: be/src/exec/analytic_eval_node.cpp ## @@ -195,9 +194,19 @@ Status AnalyticEvalNode::open(RuntimeState* state) { RETURN_IF_CA

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
kangkaisen commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439354607 ## File path: be/src/runtime/data_stream_recvr.cc ## @@ -360,9 +360,14 @@ DataStreamRecvr::DataStreamRecvr( _row_desc(row_desc),

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
kangkaisen commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439354065 ## File path: gensrc/thrift/PaloInternalService.thrift ## @@ -136,6 +136,8 @@ struct TQueryOptions { // see BE config `max_pushdown_conditio

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439339662 ## File path: be/src/runtime/data_stream_recvr.cc ## @@ -360,9 +360,14 @@ DataStreamRecvr::DataStreamRecvr( _row_desc(row_desc),

[GitHub] [incubator-doris] phenixmzy opened a new issue #3853: Kafka-Topic长时间没有新消息到达,Routine Load任务会被卡住,没有重新被调度

2020-06-12 Thread GitBox
phenixmzy opened a new issue #3853: URL: https://github.com/apache/incubator-doris/issues/3853 **Describe the bug** 当Kafka-Topic长时间没有新消息到达时,Routine Load任务会被卡住, routine load任务一直处于waiting_task. 一旦kafka-topic有新消息到达后,routine load 任务仍然一直waiting_task:1, 在UI上的Progress列offset 也一直是{"0": OFF

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-12 Thread GitBox
EmmyMiao87 commented on a change in pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439329406 ## File path: docs/zh-CN/administrator-guide/running-profile.md ## @@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义: - HashProbe: HashTab

[incubator-doris] branch master updated (75f4df4 -> 7591527)

2020-06-12 Thread gaodayue
This is an automated email from the ASF dual-hosted git repository. gaodayue pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 75f4df4 Stop travis building when an error occurred (#3838) add 7591527 [Bug] Fix a bug that insert

[GitHub] [incubator-doris] gaodayue closed issue #3828: BE cores when insert null into bitmap column

2020-06-12 Thread GitBox
gaodayue closed issue #3828: URL: https://github.com/apache/incubator-doris/issues/3828 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

[GitHub] [incubator-doris] gaodayue merged pull request #3830: [Bug] Fix a bug that insert null bitmap crashes BE

2020-06-12 Thread GitBox
gaodayue merged pull request #3830: URL: https://github.com/apache/incubator-doris/pull/3830 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

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439324739 ## File path: be/src/exec/analytic_eval_node.cpp ## @@ -195,9 +194,19 @@ Status AnalyticEvalNode::open(RuntimeState* state) { RETURN_IF_CAN

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439320842 ## File path: be/src/exec/exchange_node.cpp ## @@ -110,7 +110,7 @@ Status ExchangeNode::close(RuntimeState* state) { if (_stream_recvr != N

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-12 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439317382 ## File path: gensrc/thrift/PaloInternalService.thrift ## @@ -136,6 +136,8 @@ struct TQueryOptions { // see BE config `max_pushdown_condition

[GitHub] [incubator-doris] chaoyli commented on issue #3852: [Enhancement] Replace N/A use NULL

2020-06-12 Thread GitBox
chaoyli commented on issue #3852: URL: https://github.com/apache/incubator-doris/issues/3852#issuecomment-643164082 ![image](https://user-images.githubusercontent.com/44767902/84485760-0593c700-accf-11ea-9d27-54612621c6b0.png) -

[GitHub] [incubator-doris] chaoyli commented on issue #3852: [Enhancement] Replace N/A use NULL

2020-06-12 Thread GitBox
chaoyli commented on issue #3852: URL: https://github.com/apache/incubator-doris/issues/3852#issuecomment-643162120 ![image](https://user-images.githubusercontent.com/44767902/84485267-7a1a3600-acce-11ea-883d-b701e7a6d6e1.png) -

[GitHub] [incubator-doris] chaoyli opened a new issue #3852: [Enhancement] Replace N/A use NULL

2020-06-12 Thread GitBox
chaoyli opened a new issue #3852: URL: https://github.com/apache/incubator-doris/issues/3852 Before, Doris use N/A to indicate not available value. It's better to use NULL to indicate it in Database. This is an automated m

[GitHub] [incubator-doris] chaoyli opened a new pull request #3851: [Enhancement] Replace N/A use NULL

2020-06-12 Thread GitBox
chaoyli opened a new pull request #3851: URL: https://github.com/apache/incubator-doris/pull/3851 Before, Doris use N/A to indicate not available value. It's better to use NULL to indicate it in Database. This is an automa

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-06-12 Thread GitBox
wuyunfeng commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439292860 ## File path: fe/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java ## @@ -17,92 +17,183 @@ package org.apache.doris.ex

[GitHub] [incubator-doris] stalary commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-06-12 Thread GitBox
stalary commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439290677 ## File path: fe/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java ## @@ -17,92 +17,183 @@ package org.apache.doris.exte

[GitHub] [incubator-doris] wyb commented on a change in pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-12 Thread GitBox
wyb commented on a change in pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439289895 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -1244,6 +1244,15 @@ data_desc ::= RESULT = new DataDescription(tableName, partitionNames,

[GitHub] [incubator-doris] wyb commented on a change in pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-12 Thread GitBox
wyb commented on a change in pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439289793 ## File path: fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java ## @@ -165,6 +170,33 @@ public void parse(Database db, DataDescription data

[GitHub] [incubator-doris] morningman commented on a change in pull request #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-12 Thread GitBox
morningman commented on a change in pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439287609 ## File path: docs/zh-CN/administrator-guide/running-profile.md ## @@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义: - HashProbe: HashTab

[GitHub] [incubator-doris] morningman commented on a change in pull request #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-12 Thread GitBox
morningman commented on a change in pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439286764 ## File path: docs/zh-CN/administrator-guide/running-profile.md ## @@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义: - HashProbe: HashTab

[GitHub] [incubator-doris] imay commented on a change in pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-12 Thread GitBox
imay commented on a change in pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439286886 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -1244,6 +1244,15 @@ data_desc ::= RESULT = new DataDescription(tableName, partitionNames,

[GitHub] [incubator-doris] stalary commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-06-12 Thread GitBox
stalary commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439281895 ## File path: fe/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java ## @@ -17,92 +17,183 @@ package org.apache.doris.exte

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-06-12 Thread GitBox
wuyunfeng commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439277536 ## File path: fe/src/main/java/org/apache/doris/external/elasticsearch/EsFieldInfo.java ## @@ -0,0 +1,47 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-12 Thread GitBox
morningman commented on a change in pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439279242 ## File path: docs/zh-CN/administrator-guide/running-profile.md ## @@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义: - HashProbe: HashTab

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-06-12 Thread GitBox
wuyunfeng commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439274920 ## File path: fe/src/main/java/org/apache/doris/external/elasticsearch/EsFieldInfo.java ## @@ -0,0 +1,47 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-12 Thread GitBox
EmmyMiao87 commented on a change in pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439275209 ## File path: docs/zh-CN/administrator-guide/running-profile.md ## @@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义: - HashProbe: HashTab

[GitHub] [incubator-doris] morningman commented on a change in pull request #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-12 Thread GitBox
morningman commented on a change in pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439251334 ## File path: docs/zh-CN/administrator-guide/running-profile.md ## @@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义: - HashProbe: HashTab

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-12 Thread GitBox
EmmyMiao87 commented on a change in pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439241779 ## File path: docs/en/administrator-guide/running-profile.md ## @@ -127,21 +127,105 @@ There are many statistical information collected at BE.