Skip to content
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

Revert #529 #662

Merged
merged 1 commit into from
Jun 3, 2019
Merged

Revert #529 #662

merged 1 commit into from
Jun 3, 2019

Conversation

chingor13
Copy link
Collaborator

@chingor13 chingor13 commented May 31, 2019

reverts "Fix int type transformed as BigDecimal value when parsing as …Map (#529)"

This reverts commit da597e8.

See #664

This commit breaks many internal customers. It also now crashing when you pass it a very large integer. We can possibly try to parse as and Integer and if it overflows, then parse as a BigInteger or BigDecimal, but then as a consumer, you are unsure of what type of value you will see. We should revert this behavior and then add a unit test separately to prevent regression.

@chingor13 chingor13 requested a review from a team as a code owner May 31, 2019 22:21
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2019
@chingor13 chingor13 requested a review from sduskis May 31, 2019 22:21
@chingor13 chingor13 changed the base branch from 1.29.x to master May 31, 2019 22:22
@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2019
@chingor13 chingor13 merged commit de65de2 into googleapis:master Jun 3, 2019
@chingor13 chingor13 deleted the revert-529 branch June 3, 2019 16:26
chingor13 added a commit that referenced this pull request Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants