GitHub user mgaido91 opened a pull request:

    https://github.com/apache/spark/pull/20410

    [SPARK-23234][ML][PYSPARK] Remove default outputCol in python

    ## What changes were proposed in this pull request?
    
    SPARK-22799 and SPARK-22797 are causing valid Python test failures. The 
reason is that Python is setting the default params with set. So an outputCol 
value is always set by the Python API for Bucketizer.
    
    ## How was this patch tested?
    
    passing failing UTs


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mgaido91/spark SPARK-23234

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/20410.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #20410
    
----
commit 13e4731cf983f9fad386875862b806ff03817e1c
Author: Marco Gaido <marcogaido91@...>
Date:   2018-01-26T16:07:45Z

    [SPARK-23234][ML][PYSPARK] Remove default outputCol in python

----


---

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

Reply via email to