dongjoon-hyun commented on a change in pull request #29863:
URL: https://github.com/apache/spark/pull/29863#discussion_r494617608
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveUDFSuite.scala
##########
@@ -658,6 +658,24 @@ class HiveUDFSuite extends QueryTest with
TestHiveSingleton with SQLTestUtils {
}
}
+ test("SPARK-32877: add test for Hive UDF complex decimal type") {
Review comment:
Please add the following at the first line of the test.
```scala
assume(HiveUtils.isHive23)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]