We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb444d commit 29b6162Copy full SHA for 29b6162
core/src/main/scala/org/apache/spark/TaskContext.scala
@@ -41,7 +41,7 @@ class TaskContext(
41
val attemptId: Long,
42
val runningLocally: Boolean = false,
43
private[spark] val taskMetrics: TaskMetrics = TaskMetrics.empty)
44
- extends Serializable {
+ extends Serializable with Logging {
45
46
@deprecated("use partitionId", "0.8.1")
47
def splitId = partitionId
0 commit comments