Releases: dforsber/s3-selectable
Releases · dforsber/s3-selectable
v2.2.0
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
- Feature:
explainSelect()
takes the same arguments asselect()
, 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