ghdna / athena-express

Athena-Express can simplify executing SQL queries in Amazon Athena AND fetching cleaned-up JSON results in the same synchronous or asynchronous request - well suited for web applications.
https://www.npmjs.com/package/athena-express
MIT License
181 stars 70 forks source link

Query returns string results for COUNT operations #41

Closed yonimor closed 4 years ago

yonimor commented 4 years ago

Hello, Nice library - saved me a ton of time!

I've ran into an issue where results for COUNT operations return as a string in the JSON, causing issues with sorting etc. Although the issue is probably with the AWS SDK, perhaps it can be abstracted away in this library.

Thanks in advance.