gangliao opened a new issue #1420: URL: https://github.com/apache/arrow-datafusion/issues/1420
**Describe the bug** We have a `Date64` field in the schema. But when `select date_time from table`, it only shows the following general date: ```bash +--------+----------+------------+-----+ | seller | final | date_time | row | +--------+----------+------------+-----+ | 1000 | 511 | 2015-07-15 | 1 | | 1000 | 71458 | 2015-07-15 | 2 | | 1000 | 292483 | 2015-07-15 | 3 | | 1000 | 139263 | 2015-07-15 | 4 | ``` Is that possible to show the details such as second or even millisecond? `2015-07-15 09:10:01 XXXX` **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- 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]
