Omega359 commented on PR #9019:
URL:
https://github.com/apache/arrow-datafusion/pull/9019#issuecomment-1913636836
> Date64 contains more number in my opinion. Maybe Date32 is better?
```
/// A signed 32-bit date representing the elapsed time since UNIX epoch
(1970-01-01)
/// in days (32 bits).
Date32,
/// A signed 64-bit date representing the elapsed time since UNIX epoch
(1970-01-01)
/// in milliseconds (64 bits). Values are evenly divisible by 86400000.
Date64,
```
Date32 is the way.
--
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]