PsiACE opened a new pull request, #169:
URL: https://github.com/apache/datasketches-rust/pull/169

   # Which issue does this PR close?
   
   N/A.
   
   # Rationale for this change
   
   Preparing cross-language serialization test data currently depends on a 
standalone Python script. Moving this workflow into xtask gives contributors 
and CI a single project-native command.
   
   # What changes are included in this PR?
   
   - Add `cargo x test-data` to download the pinned DataSketches TCK archive 
and synchronize the C++ and Java snapshots.
   - Update CI, contributor documentation, and missing-data guidance to use the 
new command.
   - Remove `tools/download_serde_tests_data.py`.
   - Preserve stale snapshot cleanup and atomic file replacement.
   
   Validated with `cargo x check`, `cargo x test-data`, and `cargo x test`, 
including all 52 serialization compatibility tests.
   
   # Are there any user-facing changes?
   
   Yes. Contributors should now run `cargo x test-data` instead of the Python 
script. There are no changes to the public library API.
   
   # AI Usage Statement
   
   This PR was developed with assistance from OpenAI Codex (GPT-5) for 
implementation and review.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to