Releases: burtcorp/athena-jdbc
athena-jdbc-0.4.0
athena-jdbc-0.3.0
This release primarily changes how additional requests for additional data is requested from S3, making it much more likely that we stay relatively close to the desired 32MB buffer (#19).
In addition, this fixes an encoding issue (#12), bumps the AWS SDK dependency mainly to solve an issue with IP-address caching (#17).
Also, the build system was overhauled, and this release was performed automatically using the standard maven releaser workflow (#15).
https://search.maven.org/artifact/io.burt/athena-jdbc/0.3.0/jar
athena-jdbc-0.2.0-SNAPSHOT
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.
athena-jdbc-0.1.0
First release! This version works, but may have rough edges. Its performance is worse than the official driver on result sets with more than one page (1000+ rows), but faster when the result fits in one page.
athena-jdbc-0.1.0-SNAPSHOT
Initial release. This version should work, but will have a lot of rough edges. Help us out making it better.