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/06/09 14:15:25 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #9948: ARROW-12150: [Python] Correctly infer type of mixed-precision Decimals

jorisvandenbossche commented on pull request #9948:
URL: https://github.com/apache/arrow/pull/9948#issuecomment-857731668


   OK, updated this, and the last commit changes the default inference from a python Decimal (`InferDecimalPrecisionAndScale`) to not use a negative scale (you can of course still specify a type manually with a negative scale to force it). 
   
   The last commit only contains that change (with changes in the tests to follow the new behaviour). Additionally, I also added a python test to check several cases using a specified type (just to cover that case as well, it should not be impacted by the changes in the last commit)
   
   


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