HyukjinKwon commented on a change in pull request #32452:
URL: https://github.com/apache/spark/pull/32452#discussion_r630142773
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/CachedTableSuite.scala
##########
@@ -1187,6 +1188,20 @@ class CachedTableSuite extends QueryTest with
SQLTestUtils
}
}
+ test("cache supports for YearMonthIntervalType and DayTimeIntervalType") {
Review comment:
I would add a JIRA fix though:
```suggestion
test("SPARK-35243: cache supports for YearMonthIntervalType and
DayTimeIntervalType") {
```
--
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]