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
Accessing the type information from a struct column that contains a field with spaces in it returns a data type string that cannot be parsed by trino itself.
We rely on this type information in Ibis and right now we're unable to support structs with fields that contain spaces due to this behavior.
Accessing the type information from a struct column that contains a field with spaces in it returns a data type string that cannot be parsed by trino itself.
We rely on this type information in Ibis and right now we're unable to support structs with fields that contain spaces due to this behavior.
Is there a higher-fidelity way to access this information? How do retrieve the quoted fields?
The text was updated successfully, but these errors were encountered: