GitHub user carloea2 created a discussion: Clarify minValue intent in AggregationOperation (Double.MIN_VALUE)
In AggregationOperation.scala, minValue uses Double.MIN_VALUE, which is the smallest positive double, not most-negative. Is the intent “most-negative” or “smallest non-negative”? https://github.com/apache/texera/blob/07c35d004a1185e4098b56591166b62cc9ab4856/common/workflow-operator/src/main/scala/org/apache/amber/operator/aggregate/AggregationOperation.scala#L335-L345 GitHub link: https://github.com/apache/texera/discussions/4049 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
