mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
08d3f7fa14
- 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). |
||
---|---|---|
.. | ||
00900_parquet_create_table_columns.py | ||
02112_clean.sh | ||
02112_prepare.sh | ||
client.py | ||
httpclient.py | ||
httpexpect.py | ||
protobuf_length_delimited_encoder.py | ||
pure_http_client.py | ||
shell.py | ||
uexpect.py |