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

with_checksum_algorithm fails when used in with CsvWriter on large files #13528

Open
avantgardnerio opened this issue Nov 22, 2024 · 0 comments · May be fixed by #13529
Open

with_checksum_algorithm fails when used in with CsvWriter on large files #13528

avantgardnerio opened this issue Nov 22, 2024 · 0 comments · May be fixed by #13529
Labels
bug Something isn't working

Comments

@avantgardnerio
Copy link
Contributor

avantgardnerio commented Nov 22, 2024

Describe the bug

with_checksum_algorithm fails when used in with CsvWriter on large files

To Reproduce

  1. Set standard AWS env vars
  2. Run test
  3. observe
Error: status: Internal, 
message: "Query failed with error: 
DatafusionError/Internal: 
Error encountered while finalizing writes! Partial results may have been written to ObjectStore! 
Error: 
Generic S3 error: 
Client error with status 400 Bad Request: <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n
<Error><Code>InvalidRequest</Code><Message>
Checksum Type mismatch occurred, expected checksum Type: null, actual checksum Type: sha256

Expected behavior

It should write the file

Additional context

See PR for failing test

@avantgardnerio avantgardnerio added the bug Something isn't working label Nov 22, 2024
@avantgardnerio avantgardnerio linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant