HyukjinKwon commented on code in PR #41749:
URL: https://github.com/apache/spark/pull/41749#discussion_r1242983499
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala:
##########
@@ -366,14 +366,25 @@ class CacheManager extends Logging with
AdaptiveSparkPlanHelper {
fileIndex: FileIndex,
fs: FileSystem,
qualifiedPath: Path): Boolean = {
- val prefixToInvalidate = qualifiedPath.toString
val needToRefresh = fileIndex.rootPaths
- .map(_.makeQualified(fs.getUri, fs.getWorkingDirectory).toString)
- .exists(_.startsWith(prefixToInvalidate))
Review Comment:
I think it'd break Hive's partitioned table. Think about that a partition
like `mytable/col=A`, and `col` gets updated?
--
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]