ParquetSharp 13.0.0-beta1
Pre-release
Pre-release
github-actions
released this
08 Nov 22:49
·
70 commits
to master
since this release
This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 13.0.0, and adds the ability to interoperate with the Arrow C# library, supporting reading Parquet data as Arrow record batches and writing Arrow data to Parquet. See the working with Arrow data documentation for further details.
Full list of changes
- fix ci warnings by @ljubon in #363
- Integrate self-hoster runners by @pavlovic-ivan in #364
- Finalize net7.0 migration by @jgiannuzzi in #365
- Fix "All required checks done" CI job to never be skipped by @jgiannuzzi in #366
- Create "All required checks succeeded" check run when "All required checks done" CI job is actually successful by @jgiannuzzi in #367
- Create MAINTAINERS.md by @demarillacizere in #359
- Upgrade to Arrow 13.0.0 by @adamreeve in #368
- Add prebuilt devcontainer by @jgiannuzzi in #369
- Split up LogicalBatchReader/Writer into separate files by @philjdf in #371
- Support reading and writing data with the Arrow format by @adamreeve in #354
- Upgrade the NUnit test adapter by @adamreeve in #372
- Document workarounds for using the dev container with podman and SELinux by @adamreeve in #373
- add ISSUE_TEMPLATE: Bug Report Form by @naskio in #370
- add ISSUE_TEMPLATE: feature request by @naskio in #374
- TestWriterDoubleDispose: remove outdated comment by @mfkl in #378
- README Enhancements by @jescalada in #379
- exceptions: explicitly catch and throw OutOfMemoryException by @mfkl in #380
- Run tests on Apple Silicon by @jgiannuzzi in #382
- Documentation Enhancements by @jescalada in #383
- Write vcpkg arrow port ABI info in CI by @adamreeve in #384
- Enhance PowerShell documentation by @jescalada in #386
- test: update Microsoft.NET.Test.Sdk by @mfkl in #389
New Contributors
- @demarillacizere made their first contribution in #359
- @naskio made their first contribution in #370
- @jescalada made their first contribution in #379
Full Changelog: 12.0.1...13.0.0-beta1