What's coming in Parquet.Net 3.1

...
  • By Ivan Gavryliuk
  • In C#  |  Apache Parquet  |  Parquet.Net  |  Big Data
  • Posted 03/10/2018

Parquet.Net is about to be released in the following few days. Since v3.0 was pushed to the public, it saw a lot of interest and appraisal for it's incredible performance boost, however there were problems as well.

To reiterate, v3.0 was a complete rewrite of 2.0 and allowed you to get deeper into parquet internals, especially API for creating row groups, writing columns directly, controlling row group sizes etc.

Although this was a big improvement in the library's core itself, it made it harder to use for a general audience, because v2.0 had a handy row-based interface for accessing data. Although working with rows slows down parquet library, you will eventually run into a situation where you need to work with rows anyway. For instance, writing utilities for viewing parquet data, converting between parquet and row-based formats like CSV and so on.

Therefore, V3.1 resurrects row-based access and makes it faster and better. The way you work with rows has changed slightly but mostly you shouldn't notice any differences at all. They come in play when working with complex data structures like maps, list, structures etc. Preview documentation for this feature is located here so feel free to browse and leave feedback either on this page or raise an issue on GitHub.


Thanks for reading. If you would like to follow up with future posts please subscribe to my rss feed and/or follow me on twitter.