xushiyan opened a new pull request, #506:
URL: https://github.com/apache/hudi-rs/pull/506
## Description
<!--- Describe your changes in detail -->
### Dependency upgrades
- Arrow/Parquet: 54 → 57
- object_store: 0.11 → 0.12
- DataFusion: 46 → 51
- apache-avro: 0.17 → 0.21
- pyo3: 0.25 → 0.26
- Rust: 1.85 → 1.88 (edition 2024)
### API migrations
- DataFusion: `with_projection` → `with_projection_indices`
- DataFusion: `ParquetObjectReader::new(store, path).with_file_size(size)` →
`ParquetObjectReader::new(store, meta)`
- pyo3: `py.allow_threads()` → `py.detach()`
- pyo3: `.to_pyarrow(py)` now returns `Bound<PyAny>`, added `.unbind()`
### Rust 2024 edition fixes
- Wrapped `set_var`/`remove_var` in `unsafe` blocks (required in edition
2024)
- Removed unnecessary `ref` in pattern matches
### Code improvements
- Simplified `resolve_u8` and `resolve_bytes` in avro_to_arrow
- Inlined format args per clippy suggestions
-
<!--- If it fixes an open issue, please link to the issue here. -->
<!--- Please link any related issues and PRs as well. -->
## How are the changes test-covered
- [ ] N/A
- [ ] Automated tests (unit and/or integration tests)
- [ ] Manual tests
- [ ] Details are described below
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]