Skip to content

Releases: G-Research/ParquetSharp.Dataset

ParquetSharp.Dataset 0.4.0

03 Sep 21:54
f6f849c

Choose a tag to compare

What's Changed

  • Allow ignoring files and directories using a prefix by @adamreeve in #29

Full Changelog: 0.3.1...0.4.0

ParquetSharp.Dataset 0.3.1

01 Jul 09:06
24a8104

Choose a tag to compare

What's Changed

  • Dispose of Parquet RecordBatches when creating a new filtered batch by @adamreeve in #25

Full Changelog: 0.3.0...0.3.1

ParquetSharp.Dataset 0.3.0

15 Jun 21:45
bfae663

Choose a tag to compare

What's Changed

  • Add support for Arrow LargeString, LargeBinary and LargeList types by @adamreeve in #24
  • Bumped minimum supported Apache.Arrow version to 18.0.0

Full Changelog: 0.2.0...0.3.0

ParquetSharp.Dataset 0.2.0

21 May 21:53
8669935

Choose a tag to compare

What's Changed

  • Add more binary comparison operators for filtering integer typed columns by @adamreeve in #21
  • Allow filtering date and timestamp columns using binary comparisons by @adamreeve in #22

Full Changelog: 0.1.0...0.2.0

ParquetSharp.Dataset 0.1.0

19 Mar 09:39
2e863ac

Choose a tag to compare

What's Changed

  • Fix incompatibility with Arrow 17.0.0 by @adamreeve in #19
  • Bump ParquetSharp dependency to stable 15.0.2.1 release by @adamreeve in #20

Full Changelog: 0.1.0-beta4...0.1.0

ParquetSharp.Dataset 0.1.0-beta4

22 Aug 21:28
13ed6c3

Choose a tag to compare

Pre-release

Note: This release has a breaking behaviour change. IsInRange methods now treat the range end as exclusive rather than inclusive.

What's Changed

Full Changelog: 0.1.0-beta3...0.1.0-beta4

ParquetSharp.Dataset 0.1.0-beta3

10 Apr 10:10
11c5080

Choose a tag to compare

Pre-release

What's Changed

  • Fix only the first record batch being read from each file by @adamreeve in #12
  • Fix reading all row groups when none are selected by @adamreeve in #13

Full Changelog: 0.1.0-beta2...0.1.0-beta3

ParquetSharp.Dataset 0.1.0-beta2

09 Apr 09:11
7c56fc7

Choose a tag to compare

Pre-release

What's Changed

  • Add initial implementation by @adamreeve in #1
  • Configure CI and formatting by @adamreeve in #2
  • Support filtering data based on data file columns by @adamreeve in #3
  • Add tests demonstrating reading encryped files by @adamreeve in #5
  • Skip row groups based on statistics by @adamreeve in #4
  • Support filtering using date columns by @adamreeve in #7
  • Add benchmark project and improve performance of constant array creation by @adamreeve in #8
  • Fix mistake in README by @adamreeve in #6
  • Improve performance of computing filter masks by @adamreeve in #10
  • Return query results ordered by partition values by @adamreeve in #9
  • Allow specifying columns to exclude rather than columns to read by @adamreeve in #11

Full Changelog: https://github.com/G-Research/ParquetSharp.Dataset/commits/0.1.0-beta2

ParquetSharp.Dataset 0.1.0-beta1

04 Apr 20:59

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: https://github.com/G-Research/ParquetSharp.Dataset/commits/0.1.0-beta1