Github user setjet commented on the issue:
https://github.com/apache/spark/pull/18113
An empty sets min and max are defined is -infinity and +infinity:
https://en.wikipedia.org/wiki/Empty_set
This is supported for Java doubles, but not for Longs. We could instead
Long.MIN and Long.MAX values? --- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
