-
- Downloads
[SPARK-12558][SQL] AnalysisException when multiple functions applied in GROUP BY clause
cloud-fan Can you please take a look ? In this case, we are failing during check analysis while validating the aggregation expression. I have added a semanticEquals for HiveGenericUDF to fix this. Please let me know if this is the right way to address this issue. Author: Dilip Biswal <dbiswal@us.ibm.com> Closes #10520 from dilipbiswal/spark-12558.
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveShim.scala 23 additions, 0 deletions...e/src/main/scala/org/apache/spark/sql/hive/HiveShim.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveUDFSuite.scala 7 additions, 0 deletions...la/org/apache/spark/sql/hive/execution/HiveUDFSuite.scala
Please register or sign in to comment