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 2021/04/13 14:44:07 UTC

[GitHub] [arrow] anthonylouisbsb commented on pull request #9877: ARROW-12189: [C++][Gandiva] Implement TO_TIME, TO_TIMESTAMP, UNIX_TIMESTAMP and IS_DATE functions

anthonylouisbsb commented on pull request #9877:
URL: https://github.com/apache/arrow/pull/9877#issuecomment-818792951


   @projjal I checked that all functions that parse dates in C++, as the **strptime**(that is used by the [arrow functions that checks if the function matches a date](https://github.com/apache/arrow/blob/c2adaad3855a470c33b24189641008726ee63eed/cpp/src/arrow/util/value_parsing.h#L663) use the second as the maximum granularity. You said to correct the limitation about the milliseconds in the Pull Request if possible but I don't know any function or library that can replace **strptime** for casting dates. Do you have any tip?


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

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