You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/19 15:51:02 UTC

[GitHub] [spark] viirya commented on a change in pull request #24401: [SPARK-27504][SQL] File source V2: support refreshing metadata cache

viirya commented on a change in pull request #24401: [SPARK-27504][SQL] File source V2: support refreshing metadata cache
URL: https://github.com/apache/spark/pull/24401#discussion_r277021002
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/MetadataCacheSuite.scala
 ##########
 @@ -60,14 +61,14 @@ class MetadataCacheSuite extends QueryTest with SharedSQLContext {
     }
   }
 
-  test("SPARK-16337 temporary view refresh") {
+  test("SPARK-16337,SPARK-27504 temporary view refresh") {
     withTempView("view_refresh") { withTempPath { (location: File) =>
       // Create a Parquet directory
 
 Review comment:
   Let's update this comment if happening to edit this file in the future.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org