Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19458#discussion_r146412838
--- Diff: core/src/main/scala/org/apache/spark/storage/BlockId.scala ---
@@ -100,6 +100,8 @@ private[spark] case class TestBlockId(id: String)
extends BlockId {
override def name: String = "test_" + id
}
+class UnrecognizedBlockId(name: String) extends Exception
--- End diff --
nit: extend `SparkException`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]