### Describe the bug see https://github.com/ClickHouse/clickhouse-rs/pull/267 - `;` or `--` at query tail is valid format right now query fails because `FORMAT` clause added as is, example: ``` SELECT 1 --comment FORMAT RowBinaryWithNamesAndTypes ```