elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.59k stars 8.21k forks source link

[ES|QL] Add wrapping pretty-printing support for list literals #194840

Closed vadimkibana closed 3 weeks ago

vadimkibana commented 4 weeks ago

The WrappingPrettyPrinter should be able to pretty-print with wrapping list literals, which don't fit into a line.

FROM index
  | STATS fn([
      'long long text goes here',
      'long long text goes here',
      'long long text goes here'
    ])
elasticmachine commented 4 weeks ago

Pinging @elastic/kibana-esql (Team:ESQL)