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

Update parquet requirement from 47.0 to 48.0 #115

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2023

Updates the requirements on parquet to permit the latest version.

Changelog

Sourced from parquet's changelog.

48.0.0 (2023-10-18)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow schema fields to merge with Null datatype #4901 [arrow]
  • Add option to FlightDataEncoder to always send dictionaries #4895 [arrow] [arrow-flight]
  • Rework Thrift Encoding / Decoding of Parquet Metadata #4891 [parquet]
  • Plans for supporting Extension Array to support Fixed shape tensor Array #4890
  • Implement Take for UnionArray #4882 [arrow]
  • Check precision overflow for casting floating to decimal #4865 [arrow]
  • Replace lexical #4774 [arrow]
  • Add read access to settings in csv::WriterBuilder #4735 [arrow]
  • Improve the performance of "DictionaryValue" row encoding #4712 [arrow] [arrow-flight]

Fixed bugs:

  • Should we make blank values and empty string to None in csv? #4939 [arrow]
  • [FlightSQL] SubstraitPlan structure is not exported #4932 [arrow] [arrow-flight]
  • Loading page index breaks skipping of pages with nested types #4921 [parquet]
  • CSV schema inference assumes Utf8 for empty columns #4903 [arrow]
  • parquet: Field Ids are not read from a Parquet file without serialized arrow schema #4877 [parquet]
  • make_primitive_scalar function loses DataType Internal information #4851 [arrow]
  • StructBuilder doesn't handle nulls correctly for empty structs #4842 [arrow]
  • NullArray::is_null() returns false incorrectly #4835 [arrow]
  • cast_string_to_decimal should check precision overflow #4829 [arrow]
  • Null fields are omitted by infer_json_schema_from_seekable #4814 [arrow]

Closed issues:

  • Support for reading JSON Array to Arrow #4905 [arrow]

Merged pull requests:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md)
- [Commits](apache/arrow-rs@47.0.0...48.0.0)

---
updated-dependencies:
- dependency-name: parquet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 24, 2023
@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7a40371) 89.00% compared to head (2991eb5) 89.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   89.00%   89.00%           
=======================================
  Files         122      122           
  Lines        3201     3201           
=======================================
  Hits         2849     2849           
  Misses        352      352           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marvin-hansen marvin-hansen merged commit 1b11c67 into main Oct 25, 2023
13 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/parquet-48.0 branch October 25, 2023 03:06
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant