leerho commented on issue #699:
URL: 
https://github.com/apache/datasketches-java/issues/699#issuecomment-3684537006

   As for your Question #3.  
   Set operations on string arrays are very case specific, hard to generalize, 
and can be ambiguous.
   
   - union(String[] A, String[] B):  What does this mean? Union the elements 
producing a String[] with more elements? Or concatenate the string elements 
based on array order? How to concatenate?  With a space in between? comma? 
nothing? What if the arrays aren't the same length?
   - set Intersection: very ambiguous
   - set difference: Again ambiguous 
   
   The class _/tuple/strings/ArrayOfStringsSummarySetOperations_ is there only 
as an example and is super simple.  I suggest you create your own class for 
rules for set operations that you need.
   
   
   


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