Skip to content

Releases: mukunku/ParquetViewer

v2.3.2

14 Aug 16:59
a67b1ff
Compare
Choose a tag to compare
  • add support for timestamp types #40

v2.4

13 Jun 15:06
Compare
Choose a tag to compare
v2.4 Pre-release
Pre-release

Update 2022-09-25: This is a highly experimental build that never went anywhere. Keeping it here for historical reference.

Change Log

  • feat: add filter box to field selection dialog (thanks @rguerraalmeida) #34
  • feat: add support for list type fields (no nested list support... for now) #33
  • chore: some minor UI improvements

Screenshots

List Type Example:
image

v2.3.1

29 Mar 03:17
320cbcb
Compare
Choose a tag to compare

feat(#31): display null values as Italic "NULL" similar to SSMS
chore: update nuget packages

v2.3

08 Feb 03:29
Compare
Choose a tag to compare

fix: bugs when files have multiple row groups (#27) (thanks @felipepessoto)
feat(beta): add multi-threaded parquet engine for faster file load times at the expense of cpu utilization (access from Edit -> Parquet Engine)
chore: modify create sql script menu button logic for a better user experience
chore: rename the release executable to "ParquetViewer.exe"

v2.2.2

11 Dec 21:47
Compare
Choose a tag to compare

fix: upgrade parquet.net to support parquet files with dots "." in the column names (#25) (thanks @felipepessoto)

v2.2.1

08 Dec 18:30
bd28852
Compare
Choose a tag to compare

fix: fill weight overflow when there are too many columns (#22)
chore: prettify sql syntax when generating schema script
chore: add millisecond precision to ISO 8601 date format (#19)

v2.2 Release

17 Nov 04:02
c1a7374
Compare
Choose a tag to compare

Following changes we're made for this release:

-fix deselection of fields after "Select All" (#17) (thanks @mortenf)
-fix: update dependency libraries (#20)
-feat: add iso 8601 date format support (#19)
-feat: add ability to create sql schema script for parquet files (#11)
-feat: add option to always open all files with all fields selected ( #10)

v2.1 Release

11 Aug 03:09
Compare
Choose a tag to compare

#14 Push fix that was missed (#12)

#8 Update Parquet.NET library to latest (3.3.8)

v1.1 Release

22 Jul 13:50
de9dd0e
Compare
Choose a tag to compare

Added better Windows explorer integration such that you may make ParquetViewer your default program for .parquet files.

v1.0 Release

22 Jul 13:46
de9dd0e
Compare
Choose a tag to compare

Initial Release