v0.5.0
Version 0.5.0 brings many new changes, amongst all most notable is making the library more lightweight in terms of dependencies and allows (and forces) developers to define their own version of Hadoop.
Full list of changes:
Bug fixes
- Thanks to @mac01021 we found and fixed the bug that in some cases prevented to resolve schemas with nested case classes and so it was impossible to write them to Parquet
Improvements:
- In an answer to @rtoomey-coatue's request
slf4j
dependencies were cleaned andhadoop-client
was marked asprovided
. It allows developers to define their own version of Hadoop and avoid solving dependency conflicts. The library is more lightweight now. - Support for following types was added:
- Byte
- Short
- Char
- BigDecimal
Many thanks to all contributors!