andywalner opened a new issue, #328: URL: https://github.com/apache/hudi-rs/issues/328
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description of the bug Hudi columns of the double type are being read as strings. I discovered this in Ray's [read_hudi](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_hudi.html#ray.data.read_hudi) method ### Steps To Reproduce 1. Create a Hudi table with double columns 2. Read the table with hudi_rs or Ray's [read_hudi](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_hudi.html#ray.data.read_hudi) method ### Expected behavior Double columns in Hudi should be floats when reading with hudi_rs ### Screenshots / Logs _No response_ ### Software information - Operating system: Linux - Rust version: Unsure - Project version: 0.2.0 ### Additional context _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]
