Apache Arrow 1.0.1 (2020年8月21日)
这是一个补丁版本,解决了 1.0.0 版本中的错误。
下载
贡献者
此版本包含来自 15 位不同贡献者的 39 个提交。
$ git shortlog -sn apache-arrow-1.0.0..apache-arrow-1.0.1
9 Krisztián Szűcs
8 Neal Richardson
4 Benjamin Kietzman
3 Andy Grove
3 Antoine Pitrou
3 Uwe L. Korn
1 Jorge C. Leitao
1 Joris Van den Bossche
1 Mahmut Bulut
1 Matthias
1 Micah Kornfield
1 alamb
1 mubai
1 offthewall123
1 ptaylor
补丁提交者
以下 Apache 提交者将贡献的补丁合并到代码库中。
$ git shortlog -csn apache-arrow-1.0.0..apache-arrow-1.0.1
39 Krisztián Szűcs
变更日志
Apache Arrow 1.0.1 (2020-08-21)
错误修复
- ARROW-9535 - [Python] 从 conda 配方中删除符号链接修复
- ARROW-9536 - PlasmaOutOfMemoryException.java 中缺少参数
- ARROW-9544 - [R] write_parquet 的 version 参数不起作用
- ARROW-9549 - [Rust] Parquet 无法构建
- ARROW-9556 - [Python][C++] 具有空值的 UnionArray 中出现段错误
- ARROW-9560 - [打包] 由于缺少 conda-forge.yml,conda 配方失败
- ARROW-9569 - [CI][R] 为 msys2 密钥更改修复 rtools35 构建
- ARROW-9570 - [文档] 清理 sphinx 侧边栏
- ARROW-9573 - [Python] 当分区列以 '_' 开头时,Parquet 无法加载
- ARROW-9574 - [R] CRAN 1.0.0 版本的清理
- ARROW-9575 - [R] CRAN 上的 gcc-UBSAN 失败
- ARROW-9577 - [Python][C++] pyarrow 1.0.0 在 Debian 上的 posix_madvise 错误
- ARROW-9589 - [C++/R] arrow_exports.h 包含声明为 class 的结构体
- ARROW-9592 - [CI] 在调用 brew bundle 之前更新 homebrew
- ARROW-9596 - [CI][Crossbow] 再次修复 homebrew-cpp
- ARROW-9598 - [C++][Parquet]spaced definition levels 未正确分配
- ARROW-9599 - [CI] Appveyor 工具链构建失败,因为 CMake 检测到不同的 C 和 C++ 编译器
- ARROW-9600 - [Rust] 当用作 crate 依赖项时,arrow-flight 在每次调用 cargo build 时都会重新构建
- ARROW-9600 - [Rust] 当用作 crate 依赖项时,arrow-flight 在每次调用 cargo build 时都会重新构建
- ARROW-9602 - [R] 改进 Linux 构建中的 cmake 检测
- ARROW-9606 - [C++][Dataset] 表达式中的 in 不适用于 >1 个分区级别
- ARROW-9609 - [C++] CSV 数据集未实现虚拟列
- ARROW-9621 - [Python] test_move_file() 在 fsspec 0.8.0 中失败
- ARROW-9631 - [Rust] Arrow crate 不应依赖于 flight
- ARROW-9631 - [Rust] Arrow crate 不应依赖于 flight
- ARROW-9644 - [C++][Dataset] 不要在基本路径中检查 ignore_prefixes
- ARROW-9659 - [C++] RecordBatchStreamReader 在 CUDA 设备缓冲区上抛出异常
- ARROW-9684 - [C++] 修复无效 IPC / Parquet 输入的未定义行为 (OSS-Fuzz)
- ARROW-9700 - [Python] create_library_symlinks 在 macos 中不起作用
- ARROW-9712 - [Rust] [DataFusion] ParquetScanExec 在出错时崩溃
- ARROW-9743 - [R] 在 open_dataset 中清理路径
新功能和改进
- ARROW-9402 - [C++] 为 __builtin_add_overflow 等添加可移植包装器
- ARROW-9563 - [开发][发布] 在为网站创建发行说明时使用 archery 的 changelog 生成器
- ARROW-9715 - [R] 1.0.1 的 changelog/doc 更新