Skip to content

Implement Cookie serialization format #3463

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

Draft
wants to merge 20 commits into
base: branch-25.08
Choose a base branch
from

Conversation

ttnghia
Copy link
Collaborator

@ttnghia ttnghia commented Jun 17, 2025

This implements Cookie serialization format, a fast and efficient data serialization that targets efficiency for both data serialization/deserialization and disk IO. From the input as an array of host buffers given as byte arrays, the serializer simply compresses these byte arrays (using CPU thread pool) and assembles the compressed data along with other metadata into one output byte array for efficient disk IO. Deserialization is performed in the reversed way.

Contribute to NVIDIA/spark-rapids#12509.

ttnghia added 2 commits June 12, 2025 14:12
The exception handling in cudf jni is changed to prepare for support
capturing native stacktrace when exception being thrown. That is
breaking changes and this PR fixes it.

No new feature/implementation is added.

Depends on:
 * rapidsai/cudf#18983

This is part of [[Epic] Capture native stacktrace when throwing
exception using cpptrace
NVIDIA#3398](NVIDIA#3398).

---------

Signed-off-by: Nghia Truong <[email protected]>
Signed-off-by: Nghia Truong <[email protected]>
@ttnghia ttnghia requested a review from revans2 June 17, 2025 20:48
@ttnghia ttnghia self-assigned this Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant