|
19 | 19 |
|
20 | 20 | # Changelog |
21 | 21 |
|
22 | | -## [34.0.0](https://github.com/apache/arrow-rs/tree/34.0.0) (2023-02-23) |
| 22 | +## [34.0.0](https://github.com/apache/arrow-rs/tree/34.0.0) (2023-02-24) |
23 | 23 |
|
24 | 24 | [Full Changelog](https://github.com/apache/arrow-rs/compare/33.0.0...34.0.0) |
25 | 25 |
|
|
30 | 30 |
|
31 | 31 | **Implemented enhancements:** |
32 | 32 |
|
33 | | -- Add datatime/interval/duration into comparison kernels [\#3729](https://github.com/apache/arrow-rs/issues/3729) |
34 | | -- ! \(not\) operator overload for SortOptions [\#3726](https://github.com/apache/arrow-rs/issues/3726) |
35 | | -- parquet: convert Bytes to ByteArray directly [\#3719](https://github.com/apache/arrow-rs/issues/3719) |
| 33 | +- Support casting string to timestamp with microsecond resolution [\#3751](https://github.com/apache/arrow-rs/issues/3751) |
| 34 | +- Add datatime/interval/duration into comparison kernels [\#3729](https://github.com/apache/arrow-rs/issues/3729) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] |
| 35 | +- ! \(not\) operator overload for SortOptions [\#3726](https://github.com/apache/arrow-rs/issues/3726) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] |
| 36 | +- parquet: convert Bytes to ByteArray directly [\#3719](https://github.com/apache/arrow-rs/issues/3719) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] |
36 | 37 | - Implement simple RecordBatchReader [\#3704](https://github.com/apache/arrow-rs/issues/3704) |
37 | 38 | - Is possible to implement GenericListArray::from\_iter ? [\#3702](https://github.com/apache/arrow-rs/issues/3702) |
38 | | -- `take_run` improvements [\#3701](https://github.com/apache/arrow-rs/issues/3701) |
39 | | -- object\_store: support azure cli credential [\#3697](https://github.com/apache/arrow-rs/issues/3697) |
| 39 | +- `take_run` improvements [\#3701](https://github.com/apache/arrow-rs/issues/3701) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] |
40 | 40 | - Support `as_mut_any` in Array trait [\#3655](https://github.com/apache/arrow-rs/issues/3655) |
41 | | -- `Array` --\> `Display` formatter that supports more options and is configurable [\#3638](https://github.com/apache/arrow-rs/issues/3638) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] |
42 | | -- arrow-csv: support decimal256 [\#3474](https://github.com/apache/arrow-rs/issues/3474) |
43 | | -- Skip the wrong JSON line. [\#3392](https://github.com/apache/arrow-rs/issues/3392) |
| 41 | +- `Array` --\> `Display` formatter that supports more options and is configurable [\#3638](https://github.com/apache/arrow-rs/issues/3638) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] |
| 42 | +- arrow-csv: support decimal256 [\#3474](https://github.com/apache/arrow-rs/issues/3474) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] |
44 | 43 |
|
45 | 44 | **Fixed bugs:** |
46 | 45 |
|
47 | | -- CSV reader infers Date64 type for fields like "2020-03-19 00:00:00" that it can't parse to Date64 [\#3744](https://github.com/apache/arrow-rs/issues/3744) |
48 | | -- object\_store: bearer token is azure is used like access key [\#3696](https://github.com/apache/arrow-rs/issues/3696) |
49 | | - |
50 | | -**Closed issues:** |
51 | | - |
52 | | -- Should we write a "arrow-rs" update blog post? [\#3565](https://github.com/apache/arrow-rs/issues/3565) |
| 46 | +- CSV reader infers Date64 type for fields like "2020-03-19 00:00:00" that it can't parse to Date64 [\#3744](https://github.com/apache/arrow-rs/issues/3744) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] |
53 | 47 |
|
54 | 48 | **Merged pull requests:** |
55 | 49 |
|
| 50 | +- Update to 34.0.0 and update changelog [\#3757](https://github.com/apache/arrow-rs/pull/3757) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] [[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)) |
| 51 | +- Update MIRI for split crates \(\#2594\) [\#3754](https://github.com/apache/arrow-rs/pull/3754) ([tustvold](https://github.com/tustvold)) |
56 | 52 | - Update prost-build requirement from =0.11.6 to =0.11.7 [\#3753](https://github.com/apache/arrow-rs/pull/3753) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] [[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)] ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 53 | +- Enable casting of string to timestamp with microsecond resolution [\#3752](https://github.com/apache/arrow-rs/pull/3752) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([gruuya](https://github.com/gruuya)) |
57 | 54 | - Use Typed Buffers in Arrays \(\#1811\) \(\#1176\) [\#3743](https://github.com/apache/arrow-rs/pull/3743) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([tustvold](https://github.com/tustvold)) |
58 | 55 | - Cleanup arithmetic kernel type constraints [\#3739](https://github.com/apache/arrow-rs/pull/3739) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([tustvold](https://github.com/tustvold)) |
59 | 56 | - Make dictionary kernels optional for comparison benchmark [\#3738](https://github.com/apache/arrow-rs/pull/3738) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([tustvold](https://github.com/tustvold)) |
|
0 commit comments