-
- Downloads
[SPARK-10865] [SPARK-10866] [SQL] Fix bug of ceil/floor, which should returns...
[SPARK-10865] [SPARK-10866] [SQL] Fix bug of ceil/floor, which should returns long instead of the Double type Floor & Ceiling function should returns Long type, rather than Double. Verified with MySQL & Hive. Author: Cheng Hao <hao.cheng@intel.com> Closes #8933 from chenghao-intel/ceiling.
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/mathExpressions.scala 21 additions, 3 deletions...ache/spark/sql/catalyst/expressions/mathExpressions.scala
- sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathFunctionsSuite.scala 2 additions, 2 deletions...e/spark/sql/catalyst/expressions/MathFunctionsSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/MathExpressionsSuite.scala 8 additions, 6 deletions...est/scala/org/apache/spark/sql/MathExpressionsSuite.scala
Loading
Please register or sign in to comment