Commit ebb889b
[SPARK-7498] [ML] removed varargs annotation from Params.setDefaults
In SPARK-7429 and PR apache#5960, I added the varargs annotation to Params.setDefault which takes a variable number of ParamPairs. It worked locally and on Jenkins for me.
However, mengxr reported issues compiling on his machine. So I'm reverting the change introduced in apache#5960 by removing varargs.
Author: Joseph K. Bradley <[email protected]>
Closes apache#6021 from jkbradley/revert-varargs and squashes the following commits:
098ed39 [Joseph K. Bradley] removed varargs annotation from Params.setDefaults taking multiple ParamPairs1 parent 3d9e16b commit ebb889b
File tree
2 files changed
+2
-2
lines changed- mllib/src
- main/scala/org/apache/spark/ml/param
- test/java/org/apache/spark/ml/param
2 files changed
+2
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| 390 | + | |
| 391 | + | |
390 | 392 | | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
394 | | - | |
395 | 396 | | |
396 | 397 | | |
397 | 398 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
0 commit comments