You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2016/07/28 09:08:20 UTC

[jira] [Created] (SPARK-16767) existsRecursively method in UserDefinedType is not correct

Liang-Chi Hsieh created SPARK-16767:
---------------------------------------

             Summary: existsRecursively method in UserDefinedType is not correct
                 Key: SPARK-16767
                 URL: https://issues.apache.org/jira/browse/SPARK-16767
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Liang-Chi Hsieh
            Priority: Minor


DataType has a method existsRecursively used to check recursively if a data type contains certain type. UserDefinedType's existsRecursively is the default one which just check itself. However, UserDefinedType has a sqlType attribute that should be checked too.



--
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