viirya commented on a change in pull request #30742:
URL: https://github.com/apache/spark/pull/30742#discussion_r541506842
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
##########
@@ -1749,6 +1749,20 @@ class DataSourceV2SQLSuite
}
}
+ test("SPARK-33653: REFRESH TABLE should recache the target table itself") {
+ val tblName = "testcat.ns.t"
+ withTable(tblName) {
+ withTempView("t") {
Review comment:
Did you create temp view "t"?
----------------------------------------------------------------
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]