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 573756f commit 2480a17Copy full SHA for 2480a17
core/src/main/scala/org/apache/spark/TaskContext.scala
@@ -58,6 +58,8 @@ abstract class TaskContext extends Serializable {
58
// Note: TaskContext must NOT define a get method. Otherwise it will prevent the Scala compiler
59
// from generating a static get method (based on the companion object's get method).
60
61
+ // Note: Update JavaTaskContextCompileCheck when new methods are added to this class.
62
+
63
// Note: getters in this class are defined with parentheses to maintain backward compatibility.
64
65
/**
0 commit comments