cboumalh opened a new issue, #699: URL: https://github.com/apache/datasketches-java/issues/699
Hi all, Not sure if this a bug or a feature, but the if we try to union a tuple sketch (string array summary) and a theta sketch using `ArrayOfStringsSummaryFactory().newSummary()` for the summary argument in the union function, we get an error [here](https://github.com/apache/datasketches-java/blob/main/src/main/java/org/apache/datasketches/tuple/strings/ArrayOfStringsSummary.java#L50) since the stringArr is null. Is this fine? Thank you! Chris -- 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]
