Remove irrelevant comment

This commit is contained in:
FawnD2 2020-11-07 21:01:30 +03:00
parent 65e4fa555b
commit 42c9dba86e
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import json
import sys
TYPE_PARQUET_CONVERTED_TO_CLICKHOUSE = {
"DECIMAL": "Decimal128(1)",
"TIMESTAMP_MICROS": "DateTime",
"TIMESTAMP_MILLIS": "DateTime",
"UTF8": "String",

View File

@ -5,8 +5,6 @@
# TODO: Add more files.
#
# To regenerate data install perl JSON::XS module: sudo apt install libjson-xs-perl
# Also 5 sample files from
# wget https://github.com/Teradata/kylo/raw/master/samples/sample-data/parquet/userdata1.parquet
# ...