Skip to content

v2.1.0

Compare
Choose a tag to compare
@dforsber dforsber released this 30 Jan 22:23
· 25 commits to master since this release
ec1cd49
  • Feature: explainSelect() takes the same arguments as select(), but returns information about partitions, S3 Keys to be queried and the SQL itself. This is also a nice way to find out where the data on S3 resides and how the partition pre-filtering affects.
  • Fixed: SQL with partition pre-filtering, where the partition filters were passed to S3 SELECT as is
  • Improved tests and coverage