Description
In SPARK-7429 and PR https://github.com/apache/spark/pull/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 https://github.com/apache/spark/pull/5960 by removing varargs.
Attachments
Issue Links
- is related to
-
SPARK-7429 Cleanups: Params.setDefault varargs, CrossValidatorModel transformSchema
- Resolved
- relates to
-
SPARK-9268 Params.setDefault should not keep varargs annotation
- Resolved
- links to