Skip to content

v0.15.8

Choose a tag to compare

@kellen kellen released this 29 Jun 09:14
dbf5b5c

Bugfix release. v0.15.7 includes a config change in a dependency which enabled vectored reads in GCS, but due to a version incompatibility, on read this results in:

java.lang.NoSuchMethodError: 'void org.apache.hadoop.fs.VectoredReadUtils.validateRangeRequest(org.apache.hadoop.fs.FileRange)'

The config is toggled back to default to false.

🐛 Bug Fixes

  • Fix GCS/hadoop read options by @kellen in #5949
  • Disable parquet vectored reads to fix gcs-connector incompatibility by @kellen in #5954
  • Fix FixBigtableIO scalafix rule mangling named arguments by @kellen in #5948

🏗️ Build Improvements

Full Changelog: v0.15.7...v0.15.8