All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bumped Apache Arrow to v4.0.0.
- Adopted the ActiveModel type register - supporting binary, date, integer and unsigned integer Arrow column types and casting.
- Added support for decimal Arrow column types
- "klasses" that are used across table now work as expected. The "klass" parquet contains data from all relevant tables, not just the last.
generator.output_filesnow includes the total row count as well as the generated file path- Changed
Generator#loadto more meaningfulGenerator#process
- Initial release