-
Notifications
You must be signed in to change notification settings - Fork 279
Fix support for integer values in float/decimal type columns #2205
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
Conversation
/azp run |
/azp run |
/azp run |
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.
Before merging, would like additional perspective from you about your approach.
/azp run |
Can you try with SINGLE_TYPE as well? Supply an int value for single types and see what happens? |
And add tests for all Also, please add tests for null values in the column if not already present. |
/azp run |
/azp run |
/azp run |
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.
LGTM. Thank you for addressing all concerns.
Why make this change?
What is this change?
float.Parse()
anddecimal.Parse()
which automatically takes care of int values.How was this tested?
Sample Request(s)
Before:
After: