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/12/05 02:33:06 UTC

[GitHub] [arrow-rs] liukun4515 opened a new issue #1009: Add creator from array of `i128` to get the decimalarray

liukun4515 opened a new issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009


   **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*)
   
   https://github.com/apache/arrow-datafusion/pull/1394#discussion_r762053386
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **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

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



[GitHub] [arrow-rs] alamb commented on issue #1009: Add creator from Iterator of `i128` to get the decimalarray

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009#issuecomment-1019475331


   i took a crack at this in https://github.com/apache/arrow-rs/pull/1223


-- 
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] alamb closed issue #1009: Add creator from Iterator of `i128` to get the decimalarray

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009


   


-- 
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] alamb commented on issue #1009: Add creator from array of `i128` to get the decimalarray

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009#issuecomment-987392318


   Hi @liukun4515  -- thanks for the ticket; I added some more description to this ticket and some ideas which hopefully would help.


-- 
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] alamb commented on issue #1009: Add creator from array of `i128` to get the decimalarray

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009#issuecomment-989909913


   
   BTW the more I tried playing around with this, the nicer I think it would be to be able to do something like
   
   ```rust
       let array : DecimalArray = vec![1,2,3].into()
           .with_precision(10)
           .with_scale(5);
   ```


-- 
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] liukun4515 commented on issue #1009: Add creator from array of `i128` to get the decimalarray

Posted by GitBox <gi...@apache.org>.
liukun4515 commented on issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009#issuecomment-987497146


   > Hi @liukun4515 -- thanks for the ticket; I added some more description to this ticket and some ideas which hopefully would help.
   
   Thank you.
   I think the decimal type is more complex than other types, I will start this task when the tasks in the datafusion ends. 


-- 
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] liukun4515 commented on issue #1009: Add creator from array of `i128` to get the decimalarray

Posted by GitBox <gi...@apache.org>.
liukun4515 commented on issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009#issuecomment-986154863


   Please assign this to me.


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