mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Disable input file with strange behaviour
This commit is contained in:
parent
4526cae4b9
commit
b3d94fae5f
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +0,0 @@
|
||||
`id` Nullable(Int32), `phoneNumbers` Tuple(Nullable(Int64), Nullable(String))
|
Loading…
Reference in New Issue
Block a user