Repository: spark
Updated Branches:
  refs/heads/master 371e4e205 -> f6c5d8f69


[SPARK-21027][MINOR][FOLLOW-UP] add missing since tag

## What changes were proposed in this pull request?

add missing since tag for `setParallelism` in #19110

## How was this patch tested?

N/A

Author: WeichenXu <weichen...@databricks.com>

Closes #19214 from WeichenXu123/minor01.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f6c5d8f6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f6c5d8f6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f6c5d8f6

Branch: refs/heads/master
Commit: f6c5d8f6925e1868b8948a442b44c19535150e2a
Parents: 371e4e2
Author: WeichenXu <weichen...@databricks.com>
Authored: Wed Sep 13 09:48:04 2017 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Sep 13 09:48:04 2017 +0100

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/ml/classification/OneVsRest.scala   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f6c5d8f6/mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala
----------------------------------------------------------------------
diff --git 
a/mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala 
b/mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala
index 942e981..92a7742 100644
--- a/mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala
+++ b/mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala
@@ -303,6 +303,7 @@ final class OneVsRest @Since("1.4.0") (
    *
    * @group expertSetParam
    */
+  @Since("2.3.0")
   def setParallelism(value: Int): this.type = {
     set(parallelism, value)
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to