From 4e8f961209476d269f3330b4b525ed8131d9a212 Mon Sep 17 00:00:00 2001 From: Kenan Yao Date: Mon, 3 Sep 2018 14:25:36 +0800 Subject: [PATCH] update explain count from 10000 to 0 --- cmd/explaintest/r/explain_easy.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/explaintest/r/explain_easy.result b/cmd/explaintest/r/explain_easy.result index 24ea69168bd67..5f9bcc55be58c 100644 --- a/cmd/explaintest/r/explain_easy.result +++ b/cmd/explaintest/r/explain_easy.result @@ -352,4 +352,4 @@ drop table if exists t; create table t(a bigint primary key); explain select * from t where a = 1 and a = 2; id count task operator info -TableDual_5 10000.00 root rows:0 +TableDual_5 0.00 root rows:0