This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 575a199fa Final changelog tweaks for 39.0.0 (#4175)
575a199fa is described below
commit 575a199fa669d75833c13a2a69d71255b9a9f2e6
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri May 5 15:40:40 2023 +0100
Final changelog tweaks for 39.0.0 (#4175)
---
CHANGELOG.md | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5b6293b6..023a65941 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@
**Breaking changes:**
+- Allow creating unbuffered streamreader
[\#4165](https://github.com/apache/arrow-rs/pull/4165)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([ming08108](https://github.com/ming08108))
- Cleanup ChunkReader \(\#4118\)
[\#4156](https://github.com/apache/arrow-rs/pull/4156)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([tustvold](https://github.com/tustvold))
- Remove Type from NativeIndex
[\#4146](https://github.com/apache/arrow-rs/pull/4146)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([tustvold](https://github.com/tustvold))
- Don't Duplicate Offset Index on RowGroupMetadata
[\#4142](https://github.com/apache/arrow-rs/pull/4142)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([tustvold](https://github.com/tustvold))
@@ -37,20 +38,19 @@
**Implemented enhancements:**
-- InMemory append API [\#4152](https://github.com/apache/arrow-rs/issues/4152)
-- Fixed point decimal multiplication for DictionaryArray
[\#4135](https://github.com/apache/arrow-rs/issues/4135)
-- Remove Seek Requirement from CSV ReaderBuilder
[\#4130](https://github.com/apache/arrow-rs/issues/4130)
-- Inconsistent CSV Inference and Parsing DateTime Handling
[\#4129](https://github.com/apache/arrow-rs/issues/4129)
+- Release 39.0.0 of arrow/arrow-flight/parquet/parquet-derive \(next release
after 38.0.0\) [\#4170](https://github.com/apache/arrow-rs/issues/4170)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
+- Fixed point decimal multiplication for DictionaryArray
[\#4135](https://github.com/apache/arrow-rs/issues/4135)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Remove Seek Requirement from CSV ReaderBuilder
[\#4130](https://github.com/apache/arrow-rs/issues/4130)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Inconsistent CSV Inference and Parsing DateTime Handling
[\#4129](https://github.com/apache/arrow-rs/issues/4129)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
- Support accessing ipc Reader/Writer inner by reference
[\#4121](https://github.com/apache/arrow-rs/issues/4121)
-- \[object\_store\] Retry requests on connection error
[\#4119](https://github.com/apache/arrow-rs/issues/4119)
-- Add Type Declarations for All Primitive Tensors and Buffer Builders
[\#4112](https://github.com/apache/arrow-rs/issues/4112)
-- Support `Interval + Timestamp` and `Interval + Date` in addition to
`Timestamp + Interval` and `Interval + Date`
[\#4094](https://github.com/apache/arrow-rs/issues/4094)
-- Enable setting FlightDescriptor on FlightDataEncoderBuilder
[\#3855](https://github.com/apache/arrow-rs/issues/3855)
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
+- Add Type Declarations for All Primitive Tensors and Buffer Builders
[\#4112](https://github.com/apache/arrow-rs/issues/4112)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Support `Interval + Timestamp` and `Interval + Date` in addition to
`Timestamp + Interval` and `Interval + Date`
[\#4094](https://github.com/apache/arrow-rs/issues/4094)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Enable setting FlightDescriptor on FlightDataEncoderBuilder
[\#3855](https://github.com/apache/arrow-rs/issues/3855)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
**Fixed bugs:**
-- Parquet Page Index Reader Assumes Consecutive Offsets
[\#4149](https://github.com/apache/arrow-rs/issues/4149)
-- Equality of nested data types
[\#4110](https://github.com/apache/arrow-rs/issues/4110)
+- Parquet Page Index Reader Assumes Consecutive Offsets
[\#4149](https://github.com/apache/arrow-rs/issues/4149)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
+- Equality of nested data types
[\#4110](https://github.com/apache/arrow-rs/issues/4110)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
**Documentation updates:**
@@ -58,10 +58,11 @@
**Closed issues:**
-- add specific error log for empty JSON array
[\#4105](https://github.com/apache/arrow-rs/issues/4105)
+- add specific error log for empty JSON array
[\#4105](https://github.com/apache/arrow-rs/issues/4105)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
**Merged pull requests:**
+- Prep for 39.0.0 [\#4171](https://github.com/apache/arrow-rs/pull/4171)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([iajoiner](https://github.com/iajoiner))
- Support Compression in parquet-fromcsv
[\#4160](https://github.com/apache/arrow-rs/pull/4160)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([suxiaogang223](https://github.com/suxiaogang223))
- feat: support bitwise shift left/right with scalars
[\#4159](https://github.com/apache/arrow-rs/pull/4159)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([izveigor](https://github.com/izveigor))
- Cleanup reading page index \(\#4149\) \(\#4090\)
[\#4151](https://github.com/apache/arrow-rs/pull/4151)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([tustvold](https://github.com/tustvold))