swanandx commented on issue #7208: URL: https://github.com/apache/arrow-rs/issues/7208#issuecomment-2811774150
facing same issue when using delta lake. Able to write the files and stats, but when parsing i get: `Error parsing timestamp from '+57216-08-06T00:59:13Z': error parsing date` To fix the issue can we just update the `date` method here: https://github.com/apache/arrow-rs/blob/b07d8ca48d375dc5c4b1119e0b4aa0bf3e255772/arrow-cast/src/parse.rs#L69 to be functionally similar to https://github.com/apache/arrow-rs/blob/b07d8ca48d375dc5c4b1119e0b4aa0bf3e255772/arrow-cast/src/parse.rs#L588 ( which was introduced in #7074 ) would love to open PR to fix this if this approach is valid. Please LMK! thanks :) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org