nevi-me opened a new pull request #8926: URL: https://github.com/apache/arrow/pull/8926
Contains the following: - Fixes the date64 writer by writing the array as a timestamp milli - Adds support for reading and writing interval types > Apache Spark doesn't read intervals (as they're fixed len binary) > It looks like the CPP impl at v2.0.0 just reads back the binary data. The binary data read is however correct. The result is that we can now correctly read and write the temporal types. The Duration type remains unsupported. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
