alamb opened a new issue, #9315:
URL: https://github.com/apache/arrow-rs/issues/9315
**Describe the bug**
While testing the unreleased arrow version with the latest DataFusion, some
of the tests begin failing like this when reading some parquet files
```
Error: ParquetError(ArrowError("Parquet argument error: Parquet error:
Required field type_ is missing"))
```
**To Reproduce**
See the DataFusion upgrade PR here
- https://github.com/apache/datafusion/pull/19728
To run
```shell
cargo test --profile=ci --test core_integration -- path_partition
```
```
---- sql::path_partition::parquet_distinct_partition_col stdout ----
Error: ParquetError(ArrowError("Parquet argument error: Parquet error:
Required field type_ is missing"))
```
The error appears to come from here:
https://github.com/apache/arrow-rs/blob/5695bb33746735dde01b80ee9e7e6bcccbd7bdd4/parquet/src/file/metadata/thrift/mod.rs#L1260
However, that came in via the thrift remodel in
https://github.com/apache/arrow-rs/commit/c94698c561bb76a1d5bd0532c4143718a40f9e86
which has been released.
This PR looks like it could be related:
- https://github.com/apache/arrow-rs/pull/9008
**Expected behavior**
Tests should pass
**Additional context**
*
--
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]