ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.33k stars 599 forks source link

fix(datatypes): ensure that decimals can be upcast when source precision, scale are lte to their target fields #10470

Closed cpcloud closed 1 week ago

cpcloud commented 1 week ago

Looks like we had some flipped logic in the castable branch for decimals that did not allow upcasting. Fixes #10467.

github-actions[bot] commented 1 week ago

ACTION NEEDED

Ibis follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message.

Please update your PR title and description to match the specification.