Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Parquet.Net from 3.9.1 to 4.23.5 in /src #15

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps Parquet.Net from 3.9.1 to 4.23.5.

Release notes

Sourced from Parquet.Net's releases.

4.23.5

Bug fixes

4.23.4

Bug fixes

Fixed regression in schema discovery of nullables for DateTime, DateOnly, TimeOnly.

4.23.3

Fixed regression in schema discovery of nullable decimal data types. Thanks to @​stefer in #465 for investigating and reporting this.

4.23.2

Bug fixes

4.23.1

Improvement

  • Flat file converter understands simple arrays and lists.

4.23.0

New features

  • Class serializer now supports fields, in addition to properties (#405).
  • New helper class ParquetToFlatTableConverter to simplify conversion of parquet files to flat data destinations.

Bugs fixed

  • .NET >= 6 specific types DateOnly and TimeOnly deserialization was failing due to schema validation errors (#395).
  • TimeOnly nullability wasn't respected.
  • Custom attributes like [ParquetTimestamp], [ParquetMicroSecondsTime] or [ParquetDecimal] were ignored for nullable class properties (408).

Floor

  • Remembers theme variant - "light" or "dark".
  • Ask for permission to send anonymous telemetry data on start.
  • New button - reload file from disk.
  • Simple conversion to CSV.
  • Implemented version check on start.

4.22.1

Improvements

  • Deserialization into array of primitives is now supported on root class level in #456.
  • Untyped deserialiser supports legacy arrays.

... (truncated)

Changelog

Sourced from Parquet.Net's changelog.

4.23.5

Bug fixes

4.23.4

Bug fixes

Fixed regression in schema discovery of nullables for DateTime, DateOnly, TimeOnly.

4.23.3

Fixed regression in schema discovery of nullable decimal data types. Thanks to @​stefer in #465 for investigating and reporting this.

4.23.2

Bug fixes

4.23.1

Improvement

  • Flat file converter understands simple arrays and lists.

4.23.0

New features

  • Class serializer now supports fields, in addition to properties (#405).
  • New helper class ParquetToFlatTableConverter to simplify conversion of parquet files to flat data destinations.

Bugs fixed

  • .NET >= 6 specific types DateOnly and TimeOnly deserialization was failing due to schema validation errors (#395).
  • TimeOnly nullability wasn't respected.
  • Custom attributes like [ParquetTimestamp], [ParquetMicroSecondsTime] or [ParquetDecimal] were ignored for nullable class properties (408).

Floor

  • Remembers theme variant - "light" or "dark".
  • Ask for permission to send anonymous telemetry data on start.
  • New button - reload file from disk.
  • Simple conversion to CSV.
  • Implemented version check on start.

... (truncated)

Commits
  • 6d2bda7 formatting!
  • f4712d5 read/write UUID with big-endian encoding (#496)
  • e4d61f7 update release notes
  • 2bede5f test: add test case to schema encoder
  • f508380 fix: decimal fields deserialization
  • a79a1a9 test: add schema fields deserialization tests
  • 60e4c0b test: add decimal field test and verify column types
  • d8febde test for reflecting nullable TimeOnly
  • f0f9901 refactoring flaky unit tests for schema reflector, and fixing nullable dateti...
  • e5c24ed Fixed regression in schema discovery of nullable decimal data types (#465)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner April 22, 2024 05:34
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 22, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Parquet.Net-4.23.5 branch 2 times, most recently from 1564aa4 to 663a12b Compare April 25, 2024 15:26
Bumps [Parquet.Net](https://github.com/aloneguid/parquet-dotnet) from 3.9.1 to 4.23.5.
- [Release notes](https://github.com/aloneguid/parquet-dotnet/releases)
- [Changelog](https://github.com/aloneguid/parquet-dotnet/blob/master/docs/release-history.md)
- [Commits](aloneguid/parquet-dotnet@3.9.1...4.23.5)

---
updated-dependencies:
- dependency-name: Parquet.Net
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Parquet.Net-4.23.5 branch from 663a12b to 4b30842 Compare April 26, 2024 10:24
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #54.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/Parquet.Net-4.23.5 branch June 10, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants