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
Copy file name to clipboardExpand all lines: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/ApproximatePercentile.scala
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,10 @@ case class ApproximatePercentile(
91
91
// Rule ImplicitTypeCasts can cast other numeric types to double
92
92
case (_, num: Double) => (false, Array(num))
93
93
case (ArrayType(baseType: NumericType, _), arrayData: ArrayData) =>
0 commit comments