the-other-tim-brown opened a new issue, #17474: URL: https://github.com/apache/hudi/issues/17474
### Bug Description **What happened:** If you have a schema with time (millis and micros), local timestamps (millis and micros), or fixed length byte arrays, the generated spark schema in the sync tool is not accurate or will through an exception. **What you expected:** The conversion in [Parquet2SparkSchemaUtils](https://github.com/apache/hudi/blob/master/hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/util/Parquet2SparkSchemaUtils.java) should be able to handle all of the types that are supported in Hudi. **Steps to reproduce:** 1. Create a schema with these types and run the sync ### Environment **Hudi version:** **Query engine:** (Spark/Flink/Trino etc) **Relevant configs:** ### Logs and Stack Trace _No response_ -- 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]
