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

Disable JSON and CSV floating-point reads by default #5078

Merged

Conversation

andygrove
Copy link
Contributor

Closes #5035

This PR reverts recent changes that enabled float/double/decimal reads by default for the CSV and JSON readers. The motivation for this change is that we are not bit-for-bit compatible with Spark when reading floating-point types.

@andygrove andygrove added this to the Mar 21 - Apr 1 milestone Mar 28, 2022
@andygrove andygrove self-assigned this Mar 28, 2022
@andygrove
Copy link
Contributor Author

build

@andygrove
Copy link
Contributor Author

build

1 similar comment
@pxLi
Copy link
Collaborator

pxLi commented Mar 29, 2022

build

@andygrove andygrove marked this pull request as ready for review March 29, 2022 14:39
@andygrove andygrove changed the title WIP: Disable JSON and CSV floating-point reads by default Disable JSON and CSV floating-point reads by default Mar 29, 2022
@andygrove andygrove merged commit 3139f54 into NVIDIA:branch-22.04 Mar 29, 2022
@andygrove andygrove deleted the csv-json-floats-off-by-default branch March 29, 2022 16:31
@sameerz sameerz added the task Work required that improves the product but is not user facing label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Different CSV parsing behavior between 22.04 and 22.02
4 participants