| tag | d4b5d546c834cb6a3f4033268ced03f8d35b65ab | |
|---|---|---|
| tagger | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Thu Nov 19 18:00:54 2020 +0000 |
| object | 4e45ceaf2c488b889fc37175f712d52b5399c493 |
## Arrow v1.0.1 [Diff since v1.0.0](https://github.com/JuliaData/Arrow.jl/compare/v1.0.0...v1.0.1) **Closed issues:** - Wrong handling of `missing` with `Char` (#68) **Merged pull requests:** - Check field nullability for custom extension types (#69) (@quinnj)
| commit | 4e45ceaf2c488b889fc37175f712d52b5399c493 | [log] [tgz] |
|---|---|---|
| author | Jacob Quinn <quinn.jacobd@gmail.com> | Thu Nov 19 10:37:34 2020 -0700 |
| committer | GitHub <noreply@github.com> | Thu Nov 19 10:37:34 2020 -0700 |
| tree | e2196f539c141a98d66dc50145b67325b7842b1f | |
| parent | c33a8186d1f5f3972483c87ab9307afb58d936db [diff] |
Bump version
This is a pure Julia implementation of the Apache Arrow data standard. This package provides Julia AbstractVector objects for referencing data that conforms to the Arrow standard. This allows users to seamlessly interface Arrow formatted data with a great deal of existing Julia code.
Please see this document for a description of the Arrow memory layout.
This implementation supports the 1.0 version of the specification, including support for:
It currently doesn't include support for:
Third-party data formats:
See the full documentation for details on reading and writing arrow data.