Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22263#discussion_r226380114
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/CachedTableSuite.scala ---
@@ -64,6 +67,13 @@ class CachedTableSuite extends QueryTest with
SQLTestUtils with SharedSQLContext
maybeBlock.nonEmpty
}
+ def isExpectStorageLevel(rddId: Int, level:
DataReadMethod.DataReadMethod): Boolean = {
--- End diff --
`DataReadMethod.DataReadMethod` -> `DataReadMethod` and
remove line 25, `import org.apache.spark.executor.DataReadMethod`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]