Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Conversation

@mxwli
Copy link
Contributor

@mxwli mxwli commented Jul 26, 2024

In principle should fix #3949
Breaks a million other tests because decimal -> string formatting is slightly different from double -> string formatting, leading to errors where tests expect 1.000000 but get 1.0. This is probably not the only cause but it's very prevalent
Uses inferMinimalType from the csv-sniffing branch to determine whether or not the string should be interpreted as a decimal or double.

Contributor agreement

@mxwli
Copy link
Contributor Author

mxwli commented Aug 6, 2024

closing because this idea takes a lot of work; possibly reopen if revisiting this project

@mxwli mxwli closed this Aug 6, 2024
@mxwli mxwli reopened this Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Decimal edge case failure

1 participant