You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in our slack community, the string results contains line breaker \n are not rendered. To optimise the display, we can use <pre> to render string field so that pre-formated text like \n/\t are correctly displayed.
Steps to reproduce
Execute explain analyze select * from numbers on dashboard
DataFusion can convert Plan into a format that can be displayed by graphviz. Whether to consider supporting generate query plan diagrams through graphviz like arrow-ballista
As shown in our slack community, the string results contains line breaker
\n
are not rendered. To optimise the display, we can use<pre>
to render string field so that pre-formated text like\n
/\t
are correctly displayed.Steps to reproduce
explain analyze select * from numbers
on dashboardHttp response body:
How database cli displays these text:
The text was updated successfully, but these errors were encountered: