Commit 7e29e02
Merge pull request apache#591 from mengxr/transient-new.
SPARK-1076: [Fix apache#578] add @transient to some vals
I'll try to be more careful next time.
Author: Xiangrui Meng <[email protected]>
Closes apache#591 and squashes the following commits:
2b4f044 [Xiangrui Meng] add @transient to prev in ZippedWithIndexRDD add @transient to seed in PartitionwiseSampledRDD1 parent 2bea070 commit 7e29e02
File tree
2 files changed
+2
-2
lines changed- core/src/main/scala/org/apache/spark/rdd
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments