You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by qu...@apache.org on 2023/06/05 21:30:01 UTC

[arrow-julia] annotated tag v2.6.0 updated (771db0a -> 2d84a04)

This is an automated email from the ASF dual-hosted git repository.

quinnj pushed a change to annotated tag v2.6.0
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


*** WARNING: tag v2.6.0 was modified! ***

    from 771db0a  (commit)
      to 2d84a04  (tag)
 tagging 771db0a31685e6b12e8b576685b7d8d5c573b855 (commit)
 replaces v2.5.2
      by github-actions[bot]
      on Mon Jun 5 21:29:55 2023 +0000

- Log -----------------------------------------------------------------
[Diff since v2.5.2](https://github.com/apache/arrow-julia/compare/v2.5.2...v2.6.0)

**Closed issues:**
- Support Tables.partitions when reading "arrow file" format in addition to "stream" format (#293)
- Make recursive iteration to get dictionaries more defensive for interop (#375)
- Error/Segfault when writing many partitions (#396)
- `Vector{UInt8}` mis-represented when writing to disk (#411)
- CI doesn't test with multiple threads (#426)
- Malformed file by `Arrow.write` on a `IOStream` created with `open(filename, "w")` (#432)
- Unhandled sentinel value for len in compression causes invalid Array dimensions (#435)

**Merged pull requests:**
- Get dictionaries of children only when field.children not nothing  (#382) (@okartal)
- fix Base.eltype methods and functions that take Type parameters (#404) (@baumgold)
- enable incremental reads of arrow-formatted files (#408) (@baumgold)
- Base.isdone for Stream (#428) (@baumgold)
- Run with 1 and 2 threads during tests (#431) (@quinnj)
- Add handling of len = -1 in uncompress (#436) (@DrChainsaw)
- Don't treat Vector{UInt8} as Arrow Binary type (#439) (@quinnj)
- Bump BitIntegers compat (#441) (@quinnj)
- Handle len of -1 in "compressed" buffers from other languages (#442) (@quinnj)
- Add Tables.partitions definition for Arrow.Table (#443) (@quinnj)
- Remove scopedenum for EnumX (#444) (@quinnj)
- Refactor compressors/decompressors for laziness + safety (#445) (@quinnj)
- Return SubArrays when possible for arrow list types (#446) (@quinnj)
- bump version of Arrow and ArrowTypes to prepare for new release (#447) (@baumgold)
-----------------------------------------------------------------------


No new revisions were added by this update.

Summary of changes: