attilapiros commented on code in PR #50122: URL: https://github.com/apache/spark/pull/50122#discussion_r1990091266
########## core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala: ########## @@ -474,6 +474,26 @@ class BlockManagerSuite extends SparkFunSuite with Matchers with PrivateMethodTe assert(!BlockManagerId("notADriverIdentifier", "XXX", 1).isDriver) } + test("SPARK-43221: Host local block fetching should use a block status with disk size") { + conf.set(IO_ENCRYPTION_ENABLED, true) Review Comment: gentle ping @dongjoon-hyun -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org