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

chore(deps): update rust crate serde_arrow to 0.12 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Type Update Change
serde_arrow workspace.dependencies minor 0.11 -> 0.12

Release Notes

chmp/serde_arrow (serde_arrow)

v0.12.2

Compare Source

Bug fixes:

  • Fixed deserialization from sliced arrays (#​248).
    Note that the current solution requires up front work when constructing the array deserializers,
    as described in the issue. The removal of the performance penalty is tracked in
    (#​250)
Thanks

v0.12.1

Compare Source

New features

  • Add support for various jiff types (jiff::Date, jiff::Time, jiff::DateTime,
    jiff::Timestamp, jiff::Span, jiff::SignedDuration)
  • Add support for tracing lists as List instead of LargeList by setting sequence_as_large_list
    to false in TracingOptions
  • Add support for tracing strings and strings in dictionaries as Utf8 instead of LargeUtf8 by
    setting strings_as_large_utf8 to false in TracingOptions
  • Add support to auto-detect dates (2024-09-30, mapped to Date32) and times (12:00:00, mapped
    to Time64(Nanosecond))) in from_samples
  • Improved error messages for non self describing types (chrono::*, uuid::Uuid,
    std::net::IpAddr)
Thanks

The following people contributed to this release:

  • @​jkylling added support for tracing lists as List and strings as
    Utf8

v0.12.0

Compare Source

Refactor the underlying implementation to prepare for further development

New features

  • Add Binary, LargeBinary, FixedSizeBinary(n), FixedSizeList(n) support for arrow2
  • Add support to serialize / deserialize bool from integer arrays
  • Add a helper to construct Bool8 arrays
  • Include the path of the field that caused an error in the error message
  • Include backtrace information only for the debug representations of errors

API changes

  • Use impl serde::Serialize instead of &(impl serde::Serialize + ?Sized)
  • Use &[FieldRef] instead of &[Field] in arrow APIs

Removed deprecated API

  • Remove serde_arrow::schema::Schema
  • Remove serde_arrow::ArrowBuilder and serde_arrow::Arrow2Builder
  • Remove from_arrow_fields / to_arrow_fields for SerdeArrowSchema, use the
    TryFrom conversions to convert between fields and SerdeArrowSchema
  • Remove SerdeArrowSchema::new(), Overwrites::new()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate serde_arrow to 0.12 chore(deps): update rust crate serde_arrow to 0.12 Oct 27, 2024
Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.79%. Comparing base (2643171) to head (77181e2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   77.79%   77.79%           
=======================================
  Files          47       47           
  Lines        5993     5993           
=======================================
  Hits         4662     4662           
  Misses       1331     1331           
Components Coverage Δ
boomerang 100.00% <ø> (ø)
boomerang_derive 89.13% <ø> (ø)
boomerang_runtime 77.04% <ø> (ø)
boomerang_tinymap 87.84% <ø> (ø)
boomerang_util 26.92% <ø> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants