Uh oh!
There was an error while loading. Please reload this page.
ARROW-10907: [Rust] Fix Cast UTF8 to Date64 - #8918
Conversation
Codecov Report
@@ Coverage Diff @@## master #8918 +/- ##
===========================================
- Coverage 75.35% 51.90% -23.46%
===========================================
Files 177 173 -4 Lines 40821 31082 -9739 ===========================================
- Hits 30762 16132 -14630 - Misses 10059 14950 +4891
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
See latest commits in #8913. There is a default parser for the same format that also avoids parsing the format for each value (faster), and also supports the decimal fraction
There was a problem hiding this comment.
have updated with your suggested changes. thank you very much - this helps me learn.
f02a51d to
1863c08Comparealamb
commented
Dec 15, 2020
Thanks @Dandandan and @seddonm1 👍 |
This PR fixes the behavior of a UTF8 -> Date64 conversion process to use
%Y-%m-%dT%H:%M:%Srather than%Y-%m-%dwith00:00:00time component.It aligns with #8913.