Is your feature request related to a problem? Please describe.
display the whole logs within logs panel without complex query
Describe the solution you'd like
add support for format JSONEachRow, display the whole log and allow user to specify the time column.
query would by more simple
select * from xxx format JSONEachRow
Describe alternatives you've considered
complex query like select time,toJSONString(tuple(x,y,z)) from xxx, while in this way, column name is absent.
Is your feature request related to a problem? Please describe.
display the whole logs within logs panel without complex query
Describe the solution you'd like
add support for
format JSONEachRow, display the whole log and allow user to specify thetimecolumn.query would by more simple
select * from xxx format JSONEachRowDescribe alternatives you've considered
complex query like
select time,toJSONString(tuple(x,y,z)) from xxx, while in this way, column name is absent.