chore(deps): update rust crate serde_arrow to 0.12 #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11
->0.12
Release Notes
chmp/serde_arrow (serde_arrow)
v0.12.2
Compare Source
Bug fixes:
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
(#248) and for discussing potential solutions
v0.12.1
Compare Source
New features
jiff
types (jiff::Date
,jiff::Time
,jiff::DateTime
,jiff::Timestamp
,jiff::Span
,jiff::SignedDuration
)List
instead ofLargeList
by settingsequence_as_large_list
to
false
inTracingOptions
Utf8
instead ofLargeUtf8
bysetting
strings_as_large_utf8
tofalse
inTracingOptions
2024-09-30
, mapped toDate32
) and times (12:00:00
, mappedto
Time64(Nanosecond))
) infrom_samples
chrono::*
,uuid::Uuid
,std::net::IpAddr
)Thanks
The following people contributed to this release:
List
and strings asUtf8
v0.12.0
Compare Source
Refactor the underlying implementation to prepare for further development
New features
Binary
,LargeBinary
,FixedSizeBinary(n)
,FixedSizeList(n)
support forarrow2
bool
from integer arraysBool8
arraysAPI changes
impl serde::Serialize
instead of&(impl serde::Serialize + ?Sized)
&[FieldRef]
instead of&[Field]
in arrow APIsRemoved deprecated API
serde_arrow::schema::Schema
serde_arrow::ArrowBuilder
andserde_arrow::Arrow2Builder
from_arrow_fields
/to_arrow_fields
forSerdeArrowSchema
, use theTryFrom
conversions to convert between fields andSerdeArrowSchema
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.
This PR was generated by Mend Renovate. View the repository job log.