You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/14 08:51:41 UTC

[GitHub] [arrow-datafusion] Jefffrey commented on pull request #4186: Parse nanoseconds for intervals

Jefffrey commented on PR #4186:
URL: https://github.com/apache/arrow-datafusion/pull/4186#issuecomment-1313302175

   > thank you @Jefffrey
   > 
   > there's a bug while displaying IntervalMonthDayNano
   > 
   > ```shell
   > ❯ 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
   
   Issue with arrow-rs, has already been addressed: https://github.com/apache/arrow-rs/pull/3093


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org