You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Maxim Gekk (JIRA)" <ji...@apache.org> on 2018/07/24 21:47:00 UTC

[jira] [Created] (SPARK-24911) SHOW CREATE TABLE drops escaping of nested column names

Maxim Gekk created SPARK-24911:
----------------------------------

             Summary: SHOW CREATE TABLE drops escaping of nested column names
                 Key: SPARK-24911
                 URL: https://issues.apache.org/jira/browse/SPARK-24911
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.3.1
            Reporter: Maxim Gekk


Create a table with quoted nested column - *`b`*:
{code:sql}
create table `test` (`a` STRUCT<`b`:STRING>);
{code}
and show how the table was created:
{code:sql}
SHOW CREATE TABLE `test`
{code}
{code}
CREATE TABLE `test`(`a` struct<b:string>)
{code}

The column *b* becomes unquoted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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