GitHub user petermaxlee opened a pull request:

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

    [SPARK-16318][SQL] Implement all remaining xpath functions (branch-2.0)

    ## What changes were proposed in this pull request?
    This patch implements all remaining xpath functions that Hive supports and 
not natively supported in Spark: xpath_int, xpath_short, xpath_long, 
xpath_float, xpath_double, xpath_string, and xpath.
    
    This is based on https://github.com/apache/spark/pull/13991 but for 
branch-2.0.
    
    ## How was this patch tested?
    Added unit tests and end-to-end tests.


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

    $ git pull https://github.com/petermaxlee/spark xpath-branch-2.0

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

    https://github.com/apache/spark/pull/14131.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 #14131
    
----
commit 4d6f6544be4373a32150fd6d59ba539d3fcb6aab
Author: petermaxlee <petermax...@gmail.com>
Date:   2016-07-11T05:28:34Z

    [SPARK-16318][SQL] Implement all remaining xpath functions
    
    This patch implements all remaining xpath functions that Hive supports and 
not natively supported in Spark: xpath_int, xpath_short, xpath_long, 
xpath_float, xpath_double, xpath_string, and xpath.
    
    Added unit tests and end-to-end tests.
    
    Author: petermaxlee <petermax...@gmail.com>
    
    Closes #13991 from petermaxlee/SPARK-16318.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to