v2.7.0
Arrow v2.7.0
Merged pull requests:
- cleanup testing (#462) (@baumgold)
- Formatting (#464) (@baumgold)
- Ensure that ArrowTypes.default is defined for Vararg tuples (#466) (@quinnj)
- Fix typo in passing largelists keyword arg (#467) (@quinnj)
- Try to fix docs by publishing to apache infra (#468) (@quinnj)
- Use wkspawn from ConcurrentUtilities instead of Threads.spawn (#469) (@quinnj)
- Fix documentation link (#478) (@guilhermebodin)
- Fix documentation example for Arrow.Writer (#479) (@guilhermebodin)
- Fix example in Arrow.Writer (#480) (@guilhermebodin)
- Docs: add a note about using
copy()
to get aDataFrame
where the columns are regularVector
s (#487) (@DilumAluthge) - bump (#488) (@JoaoAparicio)
- Use https://arrow.apache.org/julia/ as the official document URL (#490) (@kou)
- Fix docs errors (#491) (@ericphanson)
- enable field-order-agnostic overloads of
fromarrow
for struct types (#493) (@jrevels)
Closed issues:
- Loss of parametric type information for custom types (#134)
- Look into potential over-copying when copying arrow vector (#190)
- Arrow.write with partition/partitioner results batch unique value error (#192)
- Roundtrippability of special strings (#196)
- Support InlineStrings (#304)
- Invalid argument error (#336)
ERROR: MethodError: no method matching zero(::Type{Union{Nothing, String}})
when trying to serializeUnion{Nothing,String}
fields (#368)- github releases not in sync (#370)
- Typo in kwargs of arrowvector for ListKind (#392)
- Introduce automatic code formatting with JuliaFormatter.toml (#398)
- Issue with
Union{Missing, VersionNumber}
(#461) - GitHub Pages build error (#463)
- Use https://arrow.apache.org/julia/ as the official Website URL (#470)
Arrow.write
performance on large DataFrame (#473)getindex
broken withSVector{3, UInt}
in the presence of missing data (#486)- Removing .arrow files without closing Julia seems impossible in Windows (#492)