databricks-sql-nodejs
databricks-sql-nodejs copied to clipboard
Array<TIMESTAMP> Returns an empty list
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.
Hi @Dannystu12! Your issue is related to databricks/databricks-sql-nodejs#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
is this issue open to contribution @kravets-levko ?
@Dannystu12 did you have a chance to try newer versions of Nodejs connector? Is this issue still relevant? Thank you!