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/21 17:39:36 UTC

[GitHub] [arrow-datafusion] andre-cc-natzka opened a new issue, #4311: Support for type coercion for a (Timestamp, Utf8) pair

andre-cc-natzka opened a new issue, #4311:
URL: https://github.com/apache/arrow-datafusion/issues/4311

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   At the moment DataFusion supports type coercion for (`DataType::Time`, `DataType::Utf8`) and (`DataType::Date`, `DataType::Utf8`) pairs, but does not account for type coercion for (`DataType::Timestamp`, `DataType::Utf8`).
   
   **Describe the solution you'd like**
   We need to add support for type coercion for a (`DataType::Timestamp(_, _)`, `DataType::Utf8`) pair (all time units considered) into a `DataType::Timestamp(TimeUnit::Nanosecond, _)`. The reason why the output type has to consider nanosecond accuracy is the fact that this is the only time unit supported by Arrow.
   
   **Describe alternatives you've considered**
   
   
   **Additional context**
   
   


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

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


[GitHub] [arrow-datafusion] alamb closed issue #4311: Support for type coercion for a (Timestamp, Utf8) pair

Posted by GitBox <gi...@apache.org>.
alamb closed issue #4311: Support for type coercion for a (Timestamp, Utf8) pair
URL: https://github.com/apache/arrow-datafusion/issues/4311


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