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 49 to 50 #122

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

Updates the requirements on parquet to permit the latest version.

Changelog

Sourced from parquet's changelog.

50.0.0 (2024-01-08)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Support get offsets or blocks info from arrow file. #5252 [arrow]
  • Make regexp_match take scalar pattern and flag #5246 [arrow]
  • Cannot access pen state website on arrow-row #5238 [arrow]
  • RecordBatch with_schema's error message is hard to read #5227 [arrow]
  • Support cast between StructArray. #5219 [arrow]
  • Remove nightly-only simd feature and related code in ArrowNumericType #5185 [arrow]
  • Use Vec instead of Slice in ColumnReader #5177 [parquet]
  • Request to Memmap Arrow IPC files on disk #5153 [arrow]
  • GenericColumnReader::read_records Yields Truncated Records #5150 [parquet]
  • Nested Schema Projection #5148 [parquet] [arrow]
  • Support specifying quote and escape in Csv WriterBuilder #5146 [arrow]
  • Support casting of Float16 with other numeric types #5138 [arrow]
  • Parquet: read parquet metadata with page index in async and with size hints #5129 [parquet]
  • Cast from floating/timestamp to timestamp/floating #5122 [arrow]
  • Support Casting List To/From LargeList in Cast Kernel #5113 [arrow]
  • Expose a path for converting bytes::Bytes into arrow_buffer::Buffer without copy #5104 [arrow]
  • API inconsistency of ListBuilder make it hard to use as nested builder #5098 [arrow]
  • Parquet: don't truncate min/max statistics for float16 and decimal when writing file #5075 [parquet]
  • Parquet: derive boundary order when writing columns #5074 [parquet]
  • Support new Arrow PyCapsule Interface for Python FFI #5067 [arrow]
  • 48.0.1 arrow patch release #5050 [parquet] [arrow]
  • Binary columns do not receive truncated statistics #5037 [parquet]
  • Re-evaluate Explicit SIMD Aggregations #5032 [arrow]
  • Min/Max Kernels Should Use Total Ordering #5031 [arrow]
  • Allow zip compute kernel to take Scalar / Datum #5011 [arrow]
  • Add Float16/Half-float logical type to Parquet #4986 [parquet]
  • feat: cast (Large)List to FixedSizeList #5081 [arrow] (wjones127)
  • Update Parquet Encoding Documentation #5051 [parquet]

Fixed bugs:

  • json schema inference can't handle null field turned into object field in subsequent rows #5215 [arrow]
  • Invalid trailing content after Z in timezone is ignored #5182 [arrow]
  • Take panics on a fixed size list array when given null indices #5169 [arrow]

... (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@49.0.0...50.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 Jan 12, 2024
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5a7e467) 88.22% compared to head (10af831) 88.22%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #122   +/-   ##
=======================================
  Coverage   88.22%   88.22%           
=======================================
  Files         122      122           
  Lines        3219     3219           
=======================================
  Hits         2840     2840           
  Misses        379      379           

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

@marvin-hansen
Copy link
Member

merged in PR #123

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2024

Looks like parquet is up-to-date now, so this is no longer needed.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/parquet-50 branch January 14, 2024 14:11
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