Disable input file with strange behaviour

This commit is contained in:
FawnD2 2020-11-08 15:00:55 +03:00
parent 4526cae4b9
commit b3d94fae5f
4 changed files with 1 additions and 5 deletions

View File

@ -271,9 +271,6 @@ Code: 70. DB::Ex---tion: The type "map" of an input column "a" is not supported
=== Try load data from nulls.snappy.parquet
Code: 70. DB::Ex---tion: The type "struct" of an input column "b_struct" is not supported for conversion from a Parquet data format: data for INSERT was parsed from stdin
=== Try load data from repeated_no_annotation.parquet
Code: 349. DB::Ex---tion: Can not insert NULL data into non-nullable column "phoneNumbers": data for INSERT was parsed from stdin
=== Try load data from single_nan.parquet
\N
=== Try load data from userdata1.parquet

View File

@ -31,7 +31,7 @@ DATA_DIR=$CUR_DIR/data_parquet
# There is failure due parsing nested arrays or nested maps with NULLs:
# ../contrib/arrow/cpp/src/arrow/array/array_nested.cc:192: Check failed: (self->list_type_->value_type()->id()) == (data->child_data[0]->type->id())
# Strange behaviour for repeated_no_annotation.parquet:
# Strange behaviour for repeated_no_annotation.parquet around __buitin_expect, so this file was disabled:
# debug:
# ../contrib/arrow/cpp/src/arrow/array/array_nested.cc:193: Check failed: self->list_type_->value_type()->Equals(data->child_data[0]->type)
# release:

View File

@ -1 +0,0 @@
`id` Nullable(Int32), `phoneNumbers` Tuple(Nullable(Int64), Nullable(String))