proost opened a new pull request, #134: URL: https://github.com/apache/datasketches-go/pull/134
According to disussion(https://lists.apache.org/thread/8p36zbmjp57fcjq7tlss69zy67459jv1, https://lists.apache.org/thread/yj7mfdg2rttbfosss736t7qtp1wt2fwk), we need to support utf8 validation in serde. Current "ItemSketchSerde" interface can't do. Because "SerializeManyToSlice" and "SerializeOneToSlice" do not return error. To avoid breaking change, I suggest extended interface `ItemSketchSerdeWithValidation`. `ValidateOne` and `ValidateMany` are used to check before serialization or after deserialization. -- 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]
