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/07/30 16:36:08 UTC

[GitHub] [arrow-rs] viirya opened a new issue, #2246: Fix maximum and minimum for decimal values for precision > 38

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

   **Describe the bug**
   <!--
   A clear and concise description of what the bug is.
   -->
   
   I made a mistake when filling out `MAX_DECIMAL_FOR_LARGER_PRECISION` and `MIN_DECIMAL_FOR_EACH_PRECISION`. It is less one digit for each value.
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   **Additional context**
   <!--
   Add any other context about the problem 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] viirya closed issue #2246: Fix maximum and minimum for decimal values for precision greater than 38

Posted by GitBox <gi...@apache.org>.
viirya closed issue #2246: Fix maximum and minimum for decimal values for precision greater than 38
URL: https://github.com/apache/arrow-rs/issues/2246


-- 
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 #2246: Fix maximum and minimum for decimal values for precision greater than 38

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

   FWIW this was found by the arrow integration test https://github.com/apache/arrow/pull/13685#issuecomment-1200248799 🎉 


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