phstudy opened a new issue #27: URL: https://github.com/apache/incubator-datasketches-postgresql/issues/27
Union and intersection operations treat null value as empty sketch in datasketches-java. I think it's less meaning to return `null` when calculating `theta_sketch_union`, `theta_sketch_get_estimate` and `theta_sketch_intersection`. Should we follow the rule in PostgreSQL? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
