Commit 3f969ad
[SPARK-39676][CORE][TESTS] Add task partition id for TaskInfo assertEquals method in JsonProtocolSuite
### What changes were proposed in this pull request?
In #35185 , task partition id was added in taskInfo. And, JsonProtocolSuite#assertEquals about TaskInfo doesn't have partitionId.
### Why are the changes needed?
Should assert partitionId equals or not.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No need to add unit test.
Closes #37081 from dcoliversun/SPARK-39676.
Authored-by: Qian.Sun <qian.sun2020@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent 3e28f33 commit 3f969ad
File tree
1 file changed
+2
-0
lines changed- core/src/test/scala/org/apache/spark/util
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| 793 | + | |
| 794 | + | |
793 | 795 | | |
794 | 796 | | |
795 | 797 | | |
| |||
0 commit comments