tisonkun opened a new pull request, #21: URL: https://github.com/apache/datasketches-rust/pull/21
This refers to #10 I found it quite tricky, and we may need some collaboration from other languages as well to make the snapshot generation more sane. This is only for tracking the general test structure, how the snapshot generator should work, and the integration tests use generated snapshots. So far, we can check in the snapshot files as is; just ensure they are excluded from the final crate release. And since they are in binary format, either generating it on the fly or downloading it from somewhere (e.g., GitHub raw assets, nightlies.apache.org) isn't that technically different. The main purpose here, from what I can see, is to improve interoperability between different language implementations by exposing the functionality to create snapshots. Then we may have a dedicated repo to hold these snapshots, tag them with the generated date, and download them before running the test. -- 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]
