Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

athena-jdbc-0.2.0-SNAPSHOT

Pre-release
Pre-release
Compare
Choose a tag to compare
@iconara iconara released this 05 Jul 16:02
· 56 commits to master since this release
82026f0

build 1, 2019-07-05

This release changes the result loading mechanism to stream result sets from S3 instead of using the GetQueryResults API call. It's slightly slower for results with fewer than 1000 rows, but very much faster than the official driver for larger result sets. Hopefully the performance for small results can be improved before the final 0.2.0.

build 2, 2019-09-30

In addition to the above, this release adds proper query timeouts: when a query runs over the given limit it is cancelled, and an exception is thrown. See #4 for more information.

The release also improves the error handling. See #1 for more information.