dongjoon-hyun commented on a change in pull request #33748:
URL: https://github.com/apache/spark/pull/33748#discussion_r689758728
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcQuerySuite.scala
##########
@@ -742,6 +742,43 @@ abstract class OrcQuerySuite extends OrcQueryTest with
SharedSparkSession {
}
}
}
+
+ test("SPARK-36516: simple select queries with file meta cache") {
+ withSQLConf(SQLConf.FILE_META_CACHE_ORC_ENABLED.key -> "true") {
+ import org.scalatest.PrivateMethodTester._
+ import com.github.benmanes.caffeine.cache.stats.CacheStats
Review comment:
For this one, shall we make a new test suite like
`FileBasedDataSourceSuite` for both Parquet/ORC? For example,
`FileMetaCacheSuite`?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]