there's a bug while displaying IntervalMonthDayNano
❯ 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 #4186 (review)
there's a bug while displaying IntervalMonthDayNano
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 #4186 (review)