Skip to content

Fix JSON writes to fsspec targets - #23603

Open
fallintoplace wants to merge 1 commit into
NVIDIA:mainfrom
fallintoplace:fix-json-fsspec-target
Open

Fix JSON writes to fsspec targets#23603
fallintoplace wants to merge 1 commit into
NVIDIA:mainfrom
fallintoplace:fix-json-fsspec-target

Conversation

@fallintoplace

Copy link
Copy Markdown
Contributor

Summary

  • pass the opened fsspec file object to the cuDF JSON writer
  • add a memory:// regression test

This follows the existing CSV and ORC fsspec writer handling.

Testing

  • pre-commit run ruff --files python/cudf/cudf/io/json.py python/cudf/cudf/tests/input_output/test_json.py
  • pre-commit run ruff-format --files python/cudf/cudf/io/json.py python/cudf/cudf/tests/input_output/test_json.py
  • python3 -m py_compile python/cudf/cudf/io/json.py python/cudf/cudf/tests/input_output/test_json.py

@fallintoplace
fallintoplace requested a review from a team as a code owner August 9, 2026 18:44
@copy-pr-bot

copy-pr-bot Bot commented Aug 9, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the Python Affects Python cuDF API. label Aug 9, 2026
@GPUtester GPUtester moved this to In Progress in cuDF Python Aug 9, 2026
@mroeschke mroeschke added bug Something isn't working non-breaking Non-breaking change labels Aug 10, 2026
@mroeschke

Copy link
Copy Markdown
Contributor

/ok to test aebf9ac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants