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

   ## Summary
   
   - defer configuration validation for `BloomFilterBuilder`, 
`ThetaSketchBuilder`, `ThetaUnionBuilder`, `TupleSketchBuilder`, and 
`TupleUnionBuilder` until `build`
   - make each `build` return `Result` and route Theta/Tuple construction 
through shared fallible validation
   - migrate internal callers and documentation examples, add 
invalid-configuration coverage, and document the breaking API change
   
   ## Validation
   
   - `cargo x check`
   - `cargo x test`
   - `cargo x lint`
   


-- 
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