tobilg / sql-workbench

Public issue-tracking and feature suggestion for sql-workbench.com
https://sql-workbench.com
27 stars 0 forks source link

Failure if column is a list #11

Closed alexanderhupfer closed 2 months ago

alexanderhupfer commented 7 months ago
Screenshot 2024-04-04 at 23 29 44

Column type seem to be a list

tobilg commented 7 months ago

Yes, that's unavoidable as Arrow doesn't support the list data type.... The Perspective viewer only supports Arrow though.

The above statement seems wrong when looking at https://arrow.apache.org/docs/r/reference/data-type.html It seems like the Perspective Viewer doesn't support it.

I'll check if testing of unsupported data types, and an eventual type casting is doable and makes sense from a performance perspective...

tobilg commented 2 months ago

Support for displaying complex data types has landed earlier today. Please recheck @alexanderhupfer Thanks!