Jefffrey commented on issue #5288:
URL: https://github.com/apache/arrow-rs/issues/5288#issuecomment-1880558771

   Right, I see.
   
   So I guess for the sake of backward compatibility, arrow-rs would maintain 
its current behaviour for Date64 (essentially treating it like a timestamp, 
being able to extract a non-zero hour/minute/second from it and displaying the 
time as part of pretty print), but some changes can be made to clarify things 
for users:
   
   - Introduce an optional `validate` function similar to what C++ did
   - Fix up the doc on Date64 data type to document what the spec says, vs how 
its treated in reality (i.e. like a timestamp, unless validated)


-- 
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]

Reply via email to