You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yin Huai (JIRA)" <ji...@apache.org> on 2016/04/01 22:40:25 UTC

[jira] [Created] (SPARK-14335) Describe function command returns wrong output because some of built-in functions are not in function registry.

Yin Huai created SPARK-14335:
--------------------------------

             Summary: Describe function command returns wrong output because some of built-in functions are not in function registry.
                 Key: SPARK-14335
                 URL: https://issues.apache.org/jira/browse/SPARK-14335
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Yin Huai
            Priority: Minor


{code}
%sql describe function `and`

unction: and
Class: org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPAnd
Usage: a and b - Logical and
{code}

The output still shows Hive's function because {{and}} is not in our FunctionRegistry. Here is a list of such kind of commands
{code}
-
!
!=
*
/
&
%
^
+
<
<=
<=>
<>
=
==
>
>=
|
~
and
between
case
in
like
not
or
rlike
when
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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