Related to this Issue: https://github.com/AfterShip/clickhouse-sql-parser/issues/72 ClickHouse supports both column type formats: For example: `Codec(Delta, ZSTD(3))` or `Codec(Delta(9), ZSTD(3))` Both formats are valid and can be used interchangeably.