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/16 17:57:08 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #3125: Structured Interval Native Type

tustvold opened a new issue, #3125:
URL: https://github.com/apache/arrow-rs/issues/3125

   _Placeholder needs fleshing out_
   
   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for this feature, in addition to  the *what*)
   -->
   
   Currently interval types are represented as single primitive i64, i128, etc... This is despite them being composite types. The result is error prone, leading to incorrect overflow, parsing, etc... behaviour
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   I would like to use a structured type as the native type for interval arrays, in a similae vein to the custom i256 type
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
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-rs] tustvold closed issue #3125: Structured Interval Native Type

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #3125: Structured Interval Native Type
URL: https://github.com/apache/arrow-rs/issues/3125


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


[GitHub] [arrow-rs] tustvold commented on issue #3125: Structured Interval Native Type

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #3125:
URL: https://github.com/apache/arrow-rs/issues/3125#issuecomment-1439979925

   This may fall out of the arrow2 integration work #1176 


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