You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. For round function for decimal values, if value is infinity or NaN, assign as such with no rouding operation
2. If null bit map for column contains docid and it's a Double, set value to negative infinity
Copy file name to clipboardExpand all lines: pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/RoundDecimalTransformFunction.java
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,18 +90,33 @@ public double[] transformToDoubleValuesSV(ValueBlock valueBlock) {
0 commit comments