From 6abac2e9c5b28ea5d78d7419ef3c007cd7422de4 Mon Sep 17 00:00:00 2001 From: wuaho Date: Sun, 26 Sep 2021 19:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2/sketch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/sketch.py b/v2/sketch.py index 1733942..1c5aefc 100644 --- a/v2/sketch.py +++ b/v2/sketch.py @@ -98,7 +98,7 @@ class Sketch: default_field[k] = 'Nullable(String)' if isinstance(v, int): - default_field[k] = 'Nullable(UInt64)' + default_field[k] = 'Nullable(Int64)' if isinstance(v, float): default_field[k] = 'Nullable(Float32)'