From 48444f2aca16f9efd778f6e2c29595c0ce933866 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Fri, 25 Oct 2024 10:16:10 +0800 Subject: [PATCH] fix: compress and encode algo add single quotes --- tools/shell/src/shellAuto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index 05a996dafc..b8d346f34f 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -353,9 +353,9 @@ char* udf_language[] = {"\'Python\'", "\'C\'"}; char* field_options[] = { "encode ", "compress ", "level ", - "lz4 ", "zlib ", "zstd ", "xz ", "tsz ", "disabled ", // compress - "simple8b ", "delta-i ", "delta-d ", "bit-packing ", - "high ", "medium ", "low ", + "\'lz4\' ", "\'zlib\' ", "\'zstd\' ", "\'xz\' ", "\'tsz\' ", "\'disabled\' ", // compress + "\'simple8b\' ", "\'delta-i\' ", "\'delta-d\' ", "\'bit-packing\' ", + "\'high\' ", "\'medium\' ", "\'low\' ", "comment ", "primary key " };