Skip to content

Releases: aloneguid/parquet-dotnet

3.8.1

06 Nov 09:57
Compare
Choose a tag to compare
make version 3.8.1 (nuget conflicts)

3.8.0

05 Nov 16:53
Compare
Choose a tag to compare
typo

3.7.7

25 Jun 16:38
Compare
Choose a tag to compare
3.7.7

3.7.6

16 Jun 11:10
a8bfeef
Compare
Choose a tag to compare

Changes:

  • #58: Dictionary nulls multi page fix
  • #57: Reading dictionary-encoded string columns with null values from multi-page parquet files yields misaligned data

This list of changes was auto generated.

3.7.5

08 Jun 16:25
Compare
Choose a tag to compare
3.7.5

3.7.4

19 May 08:19
Compare
Choose a tag to compare

Changes:

  • #48: Parquet.Net Version 3.6.0 assembly not signed with a strong name

This list of changes was auto generated.

3.7.2

18 May 08:13
Compare
Choose a tag to compare
  • Fixes Snappy encoding issues #53 #56.
  • Snappy write speeds are up to x40 times faster comparing to v3.6.x

Huge thanks to @skyyearxp for amazing work on Snappy!

3.7.1

21 Apr 08:00
af424f6
Compare
Choose a tag to compare

Changes:

  • #21: New SNAPPY Implementation

This list of changes was auto generated.

3.7.0

19 Apr 10:52
e0fd30c
Compare
Choose a tag to compare

Changes:

  • e0fd30c Fix issue with reading and writing table with empty list field of structs (#50)
  • 92a1d3c Update writing.md
  • ee76e8b 16 integer serialization (#45)
  • b6ee39e Added public static IEnumerable<T[]> DeserializeGroups(Stream inpu… (#44)
  • b125f1f Fix issue with repetition levels when having nested lists in a table (#43)
  • b755350 Fix parsing of Decimal types

This list of changes was auto generated.

3.6.0

23 Jan 10:28
Compare
Choose a tag to compare

Changes:

  • a9c87c4 ParquetConvert.Serialize supports [ParquetIgnore] attribute (ability to ignore properties) (#31)
  • 901ccc0 Updated documentation for prerelease feeds. (#33)
  • 23d3023 ParquetConvert.Deserialize can deserialise part of the file by row group index (#32) [ #27 ]
  • 67a78ed bug fixed: [ParquetColumn] was totally ignored on deserialization (#30)
  • 9d72bad Mac build agent is working again
  • 5360109 Support for legacy list schema with single repeated field (#22)
  • 4bf6905 parq tool supports CSV output (#19)

This list of changes was auto generated.