-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coerce to float64 when user tries to pass in float32 as float64 - fixes #1717 #2189
Coerce to float64 when user tries to pass in float32 as float64 - fixes #1717 #2189
Conversation
Thank you for your contribution and Welcome to our Open Source Community! To make sure your pull request is accepted successfully, we ask all our open source contributors to sign a Contributor License Agreement; having reviewed our contributor list, we require a CLA for the following people : (@justice-asare). In order to sign a CLA with FINOS, just submit a Pull Request with a simple change to this file (adding an empty line, or some random text at the bottom); this will trigger the EasyCLA bot, which will post a comment to the Pull Request stating whether all PR contributors are covered by FINOS CLA; if not covered, the bot will post instructions on how to sign the CLA. Thanks once again for your contribution. Let us work with you to make the CLA process quick, easy and efficient so we can move forward with reviewing and accepting your pull request. Feel free to email help@finos.org for any questions. |
The code in the issue explicitly tells the table to use |
Could you please specify the tests that are required in more detail? |
tests that cover the new code added see the Pull request template
|
@cla-bot[bot] check |
Thank you for your contribution and Welcome to our Open Source Community! To make sure your pull request is accepted successfully, we ask all our open source contributors to sign a Contributor License Agreement; having reviewed our contributor list, we require a CLA for the following people : (@justice-asare). In order to sign a CLA with FINOS, just submit a Pull Request with a simple change to this file (adding an empty line, or some random text at the bottom); this will trigger the EasyCLA bot, which will post a comment to the Pull Request stating whether all PR contributors are covered by FINOS CLA; if not covered, the bot will post instructions on how to sign the CLA. Thanks once again for your contribution. Let us work with you to make the CLA process quick, easy and efficient so we can move forward with reviewing and accepting your pull request. Feel free to email help@finos.org for any questions. |
The cla-bot has been summoned, and re-checked this pull request! |
@cla-bot[bot] check |
The cla-bot has been summoned, and re-checked this pull request! |
e563e1b
to
b2714a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are likely more conversions for us to do outside the scope of the original ticket, but I'm happy with this change as is.
I'm glad to hear that you're satisfied with the current change. |
@timkpaine I would like to see whatever changes you want in Issues if you can please! |
Thanks for the PR! Looks good! |
resolved #1717
Before
After
Some extra tests