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 2016/09/22 10:33:20 UTC

[jira] [Resolved] (SPARK-17560) SQLContext tables returns table names in lower case only

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

Sean Owen resolved SPARK-17560.
-------------------------------
    Resolution: Not A Problem

If that resolves the issue, then I believe that's the answer. It is a behavior change in Spark 2, although there is a hidden option to revert the behavior. It's not recommended.

> SQLContext tables returns table names in lower case only
> --------------------------------------------------------
>
>                 Key: SPARK-17560
>                 URL: https://issues.apache.org/jira/browse/SPARK-17560
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Aseem Bansal
>
> I registered a table using
> dataSet.createOrReplaceTempView("TestTable");
> Then I tried to get the list of tables using 
> sparkSession.sqlContext().tableNames()
> but the name that I got was testtable. It used to give table names in proper case in Spark 1.4



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