Skip to content

v2.6.0

Compare
Choose a tag to compare
@mukunku mukunku released this 12 Mar 22:45

PR: #71

This release:

  • Adds support for partitioned parquet files: File -> Open Folder (Ctrl + Shift + O). (#35)
  • Removes the Parquet Engine setting. The tool will now automatically use whichever engine would be best for the file being opened. (#69)
  • Improves performance when Column Sizing is set to "Fit Headers & Content" as well as some other micro optimizations.
  • Adds field count to the metadata viewer in the Thrift metadata.
  • Updates the parquet-dotnet library to version 4.6.0.
    • Fields with dots in the end of their names are now supported. (#70)
  • Shows a progress bar on the loading screen now.
  • Includes unit tests and other improvements related to the project. Checkout the pull request if you're interested.

To be able to use the executable .NET Desktop Runtime 7 must be installed on your machine.