Xuanwo opened a new pull request, #223: URL: https://github.com/apache/datasketches-rust/pull/223
REQ construction currently exposes overlapping fallible paths through `try_new` and builder configuration, which duplicates validation and makes builder chaining inconsistent. Make `ReqSketchBuilder::build` the sole fallible construction boundary, add the equivalent `ReqUnionBuilder`, remove the unreleased `try_new` APIs, and route deserialization and internal construction through the builders. -- 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]
