You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (Jira)" <ji...@apache.org> on 2019/09/09 16:31:00 UTC

[jira] [Resolved] (SPARK-16275) Implement all the Hive fallback functions

     [ https://issues.apache.org/jira/browse/SPARK-16275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-16275.
-------------------------------
    Target Version/s:   (was: 3.0.0)
          Resolution: Done

> Implement all the Hive fallback functions
> -----------------------------------------
>
>                 Key: SPARK-16275
>                 URL: https://issues.apache.org/jira/browse/SPARK-16275
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Reynold Xin
>            Priority: Major
>
> As of Spark 2.0, Spark falls back to Hive for only the following built-in functions:
> {code}
>     "elt", "hash", "java_method", "histogram_numeric",
>     "map_keys", "map_values",
>     "parse_url", "percentile", "percentile_approx", "reflect", "sentences", "stack", "str_to_map",
>     "xpath", "xpath_boolean", "xpath_double", "xpath_float", "xpath_int", "xpath_long",
>     "xpath_number", "xpath_short", "xpath_string",
>     // table generating function
>     "inline", "posexplode"
> {code}
> The goal of the ticket is to implement all of these in Spark so we don't need to fall back into Hive's UDFs.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org