From 5d068661b309b5c12f82264761b9e9b707b79784 Mon Sep 17 00:00:00 2001 From: SunShine Chan Date: Mon, 28 Jun 2021 07:39:52 +0800 Subject: [PATCH] CHANGE keepColumnName to 1 --- packaging/cfg/taos.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/cfg/taos.cfg b/packaging/cfg/taos.cfg index d3bd7510a3..9ad06cd1bd 100644 --- a/packaging/cfg/taos.cfg +++ b/packaging/cfg/taos.cfg @@ -40,7 +40,7 @@ # ratioOfQueryCores 1.0 # the last_row/first/last aggregator will not change the original column name in the result fields -# keepColumnName 0 +keepColumnName 1 # number of management nodes in the system # numOfMnodes 3 -- GitLab