Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] ScanJson should accept "1." as a valid Decimal #10469

Closed
revans2 opened this issue Feb 22, 2024 · 0 comments · Fixed by #10542
Closed

[BUG] ScanJson should accept "1." as a valid Decimal #10469

revans2 opened this issue Feb 22, 2024 · 0 comments · Fixed by #10542
Labels
bug Something isn't working

Comments

@revans2
Copy link
Collaborator

revans2 commented Feb 22, 2024

Describe the bug
This is kind of the opposite of #10467

Spark happily accepts quoted strings as decimal values and interprets "1." as a value of 1.0. This appears to work right now for from_json, but not for a scan.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants