GitHub user maropu opened a pull request:

    https://github.com/apache/incubator-hivemall/pull/122

    [HIVEMALL-147][Spark] Support all Hivemall functions of v0.5-rc.1 in Spark 
Dataframe

    ## What changes were proposed in this pull request?
    This pr added more Hivemall functions for Spark DataFrame. However, some of 
the functions are not supported here because Spark simply cannot handle them 
(e.g., unsupported types, returned types depending on options, ...).
    
    ## What type of PR is it?
    Feature
    
    ## What is the Jira issue?
    https://issues.apache.org/jira/browse/HIVEMALL-147
    
    ## How was this patch tested?
    Added tests in `HivemallOpsWithFeatureSuite`.


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

    $ git pull https://github.com/maropu/incubator-hivemall HIVEMALL-147-2

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

    https://github.com/apache/incubator-hivemall/pull/122.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 #122
    
----
commit 4963c2e71279c095759ba4f545cbbb47cff667b7
Author: Takeshi Yamamuro <yamam...@apache.org>
Date:   2017-10-14T15:11:19Z

    Support all Hivemall functions of v0.5-rc.1 in Spark Dataframe

----


---

Reply via email to