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
When I SELECT * from a table with columns containing an Array of TIMESTAMPS I always get back an empty list. Array of STRING seems to work perfectly fine as well as columns of type TIMESTAMP.
The text was updated successfully, but these errors were encountered:
Hi @Dannystu12! Your issue is related to #103 - date/time values anywhere in complex structures, and also any complex structure used as map key, lead to malformed JSON which cannot be parsed on client. Yesterday we merged support for Arrow-based results and very soon we'll cut a release with it - it should help in such cases. Sorry for the inconvenience
Hi,
When I
SELECT *
from a table with columns containing an Array of TIMESTAMPS I always get back an empty list. Array of STRING seems to work perfectly fine as well as columns of type TIMESTAMP.The text was updated successfully, but these errors were encountered: