ClickHouse/tests/queries/0_stateless/format_schemas
Robert Schulze 08d3f7fa14
Add tests for ProtobufList formats
- Various tests of the Protobuf format existed already. Most of them
  check serialization/deserialization of specific data types, e.g.
  arrays, arrays in arrays, enums, maps, columns with default values
  etc. There is also an end-to-end test which uses a complex table
  that combines aforementioned data types.

- Since "ProtobufList" reuses the data conversion code of "Protobuf"
  and only differs slightly in the schema matching logic it should
  suffice to extend only the end-to-end test. This avoids testing the
  same stuff twice (and the same was done btw. for the ProtobufSingle
  format).
2022-03-16 19:33:58 +01:00
..
00825_protobuf_format_array_3dim.proto
00825_protobuf_format_array_of_arrays.proto
00825_protobuf_format_enum_mapping.proto
00825_protobuf_format_map.proto
00825_protobuf_format_nested_in_nested.proto
00825_protobuf_format_nested_optional.proto
00825_protobuf_format_no_length_delimiter.proto
00825_protobuf_format_persons_syntax2.proto
00825_protobuf_format_persons.proto
00825_protobuf_format_skipped_column_in_nested.proto
00825_protobuf_format_splitted_nested.proto
00825_protobuf_format_squares.proto
00825_protobuf_format_syntax2.proto
00825_protobuf_format_table_default.proto
02030_capnp_enum.capnp
02030_capnp_fake_nullable.capnp
02030_capnp_lists.capnp
02030_capnp_low_cardinality.capnp
02030_capnp_nested_lists_and_tuples.capnp
02030_capnp_nested_table.capnp
02030_capnp_nested_tuples.capnp
02030_capnp_nullable.capnp
02030_capnp_simple_types.capnp
02030_capnp_tuples.capnp
02030_capnp_unnamed_union.capnp
02240_protobuflist1_format_persons.proto
02240_protobuflist2_format_persons.proto
02240_protobuflist3_format_persons.proto
02240_protobuflist_format_persons_syntax2.proto