sapienza88 opened a new issue, #748: URL: https://github.com/apache/incubator-xtable/issues/748
### Feature Request / Improvement Converting a Parquet Binary type stat to a corresponding type in either Delta/Iceberg/Hudi format causes Exceptions to raise. In order to make the table formats unaware of the all stat conversions from the Parquet format and to properly handle the conversion within the Parquet side, _Binary_ (aka _BYTE_ARRAY_) logical types (e.g., _ENUM, JSON, BSON_) have to be treated on a per-case basis . We have to add tests for these types and as needed extend the cases in `xtable-core/src/main/java/org/apache/xtable/parquet/ParquetStatsConverterUtil.java` to include a more comprehensive list of _Binary_ or other types. ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
