alamb opened a new issue, #4220:
URL: https://github.com/apache/arrow-datafusion/issues/4220

           thank you @Jefffrey 
   
   there's a bug while displaying IntervalMonthDayNano
   ```bash
   ❯ select interval '0.0001 second';
   +----------------------------------------------------+
   | IntervalMonthDayNano("100000")                     |
   +----------------------------------------------------+
   | 0 years 0 mons 0 days 0 hours 0 mins 0.100000 secs |
   +----------------------------------------------------+
   1 row in set. Query took 0.002 seconds.
   ```
   i checked the underline value it's correct `(month: 0, day: 0, nanos: 
100000)`
   i think this is the display issue
   
   _Originally posted by @waitingkuo in 
https://github.com/apache/arrow-datafusion/pull/4186#pullrequestreview-1178643913_
         


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