44.0.0 (2023-07-14)
Breaking changes:
- Use Parser for cast kernel (#4512) #4513 [arrow] (tustvold)
- Add Datum based arithmetic kernels (#3999) #4465 [arrow] (tustvold)
Implemented enhancements:
- eq_dyn_binary_scalar should support FixedSizeBinary types #4491 [arrow]
- Port Tests from Deprecated Arithmetic Kernels #4480 [arrow]
- Implement RecordBatchReader for Boxed trait object #4474 [arrow]
- Support
Date
-Date
kernel #4383 [arrow] - Default FlightSqlService Implementations #4372 [arrow] [arrow-flight]
Fixed bugs:
- Parquet:
AsyncArrowWriter
to a file corrupts the footer for large columns #4526 [parquet] - [object_store] Failure to send bytes to azure #4522
- Cannot cast string '2021-01-02' to value of Date64 type #4512 [arrow]
- Incorrect Interval Subtraction #4489 [arrow]
- Interval Negation Incorrect #4488 [arrow]
- Parquet: AsyncArrowWriter inner buffer is not correctly limited and causes OOM #4477 [parquet]
Merged pull requests:
- Fix AsyncArrowWriter flush for large buffer sizes (#4526) #4527 [parquet] (tustvold)
- Cleanup cast_primitive_to_list #4511 [arrow] (tustvold)
- Bump actions/upload-pages-artifact from 1 to 2 #4508 (dependabot[bot])
- Support Date - Date (#4383) #4504 [arrow] (tustvold)
- Bump actions/labeler from 4.2.0 to 4.3.0 #4501 (dependabot[bot])
- Update proc-macro2 requirement from =1.0.63 to =1.0.64 #4500 [arrow] [arrow-flight] (dependabot[bot])
- Add negate kernels (#4488) #4494 [arrow] (tustvold)
- Add Datum Arithmetic tests, Fix Interval Substraction (#4480) #4493 [arrow] (tustvold)
- support FixedSizeBinary types in eq_dyn_binary_scalar/neq_dyn_binary_scalar #4492 [arrow] (maxburke)
- Add default implementations to the FlightSqlService trait #4485 [arrow] [arrow-flight] (rossjones)
- add num-complex requirement #4482 [arrow] (mwlon)
- fix incorrect buffer size limiting in parquet async writer #4478 [parquet] (richox)
- feat: support RecordBatchReader on boxed trait objects #4475 [arrow] (wjones127)
- Improve in-place primitive sorts by 13-67% #4473 [arrow] (psvri)
- Add Scalar/Datum abstraction (#1047) #4393 [arrow] (tustvold)
* This Changelog was automatically generated by github_changelog_generator