Skip to content

Commit 2480a17

Browse files
committed
comment
1 parent 573756f commit 2480a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/scala/org/apache/spark/TaskContext.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ abstract class TaskContext extends Serializable {
5858
// Note: TaskContext must NOT define a get method. Otherwise it will prevent the Scala compiler
5959
// from generating a static get method (based on the companion object's get method).
6060

61+
// Note: Update JavaTaskContextCompileCheck when new methods are added to this class.
62+
6163
// Note: getters in this class are defined with parentheses to maintain backward compatibility.
6264

6365
/**

0 commit comments

Comments
 (0)