Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array<TIMESTAMP> Returns an empty list #124

Open
Dannystu12 opened this issue Mar 15, 2023 · 3 comments
Open

Array<TIMESTAMP> Returns an empty list #124

Dannystu12 opened this issue Mar 15, 2023 · 3 comments
Labels

Comments

@Dannystu12
Copy link

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.

@kravets-levko
Copy link
Collaborator

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

@vishalsingh2972
Copy link

is this issue open to contribution @kravets-levko ?

@kravets-levko
Copy link
Collaborator

@Dannystu12 did you have a chance to try newer versions of Nodejs connector? Is this issue still relevant? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants