Skip to content

v0.5.0

Compare
Choose a tag to compare
@mjakubowski84 mjakubowski84 released this 12 May 11:43
· 374 commits to master since this release

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 and hadoop-client was marked as provided. 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!