Skip to content

Better rendering of multiline strings in Pretty formats #56912

@alexey-milovidov

Description

@alexey-milovidov

Currently, it works as follows:

SELECT 'hello\nworld' AS x, 123 AS y

┌─x──────────┬───y─┐
│ hello
world │ 123 │
└────────────┴─────┘

But should work as follows:

┌─x─────┬───y─┐
│ hello…│ 123 │
│…world │     │
└───────┴─────┘

Metadata

Metadata

Labels

usabilitywarmup taskThe task for new ClickHouse team members. Low risk, moderate complexity, no urgency.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions