MINOR: [Docs] Update implementation status for nanoarrow#45333
MINOR: [Docs] Update implementation status for nanoarrow#45333WillAyd merged 1 commit intoapache:mainfrom
Conversation
docs/source/status.rst
Outdated
There was a problem hiding this comment.
Does Large Binary View / Large Utf8 View exist? I couldn't see mention of this anywhere else in the codebase or flatbuffers spec
d9dfd7a to
4e4ff7a
Compare
|
Looks like Decimal32/64 support was also added in apache/arrow-nanoarrow#683 by @zeroshade |
paleolimbot
left a comment
There was a problem hiding this comment.
Thank you!
We also added ZSTD compression support to IPC and an IPC writer (but I forget if that's on the compatibility table).
4e4ff7a to
45d498f
Compare
45d498f to
0a9dd65
Compare
|
Updated to reflect the recent additions of list view / large list view |
paleolimbot
left a comment
There was a problem hiding this comment.
Thanks for the update!
Apologies if I was supposed to merge this before...do you have the merge script set up?
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit d88ef57. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 9 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Binary view support was implemented in apache/arrow-nanoarrow#596 and run end encoded support was added in apache/arrow-nanoarrow#507
What changes are included in this PR?
Updated documentation
Are these changes tested?
N/A
Are there any user-facing changes?
No