Skip to content

Deprecate useless format option #36

@nezed

Description

@nezed

The problem:

Clickhouse understands the FORMAT statement which is accepted for both read (SELECT/DESCRIBE/SHOW/etc) and write (INSERT) kinds of queries.

That means format public option is redundant because we'll always have to parse FORMAT value from query.

For now, we have several issues related to it:

Proposed solution:

  • Mark format option as deprecated and remove it from public options later
  • Improve handling of FORMAT statement
  • Get rid of unimplemented inputFormat references (It useless too)

@apla are you agree with this solution?
I can add deprecation warning to master, for current 1+ releases and create 2.0.0 branch with deprecation.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions