This commit is contained in:
Anton Popov 2024-10-15 15:27:23 +00:00
parent 8738f57d4d
commit d7db8d0093
2 changed files with 1 additions and 3 deletions

View File

@ -60,8 +60,6 @@ ORC
9260153077572524277
Parquet
9260153077572524277
Protobuf
9260153077572524277
Raw
9260153077572524277
RawWithNames

View File

@ -9,7 +9,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
formats=$($CLICKHOUSE_CLIENT --query "
SELECT name FROM system.formats
WHERE is_input AND is_output AND name NOT IN ('Template', 'Npy', 'RawBLOB', 'ProtobufList', 'ProtobufSingle', 'LineAsString')
WHERE is_input AND is_output AND name NOT IN ('Template', 'Npy', 'RawBLOB', 'ProtobufList', 'ProtobufSingle', 'Protobuf', 'LineAsString')
ORDER BY name FORMAT TSV
")