You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2021/01/26 04:03:51 UTC

[GitHub] [datasketches-postgresql] chongdae commented on issue #35: Cannot buid sketches for empty set

chongdae commented on issue #35:
URL: https://github.com/apache/datasketches-postgresql/issues/35#issuecomment-767278269


   In datasketches-hive, null is treated as empty set.
   
   https://github.com/apache/datasketches-hive/blob/master/src/main/java/org/apache/datasketches/hive/theta/UnionSketchUDF.java
   
   In this case, `theta_sketch_union(null, null)` returns empty sketch, not `null`.
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org