You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vani (JIRA)" <ji...@apache.org> on 2017/02/02 14:08:51 UTC

[jira] [Updated] (HIVE-15793) Supporting Quoted Identifiers in Column Names inside Struct datatype

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

Vani updated HIVE-15793:
------------------------
    Description: 
Hive throws an error when the column specified inside the struct datatype has spaces.

For Example:-
CREATE TABLE est ( id string, name string, a struct<`Backup Typ':string>) 
throws error




  was:
Hive throws an error when the column specified inside the struct datatype has spaces.

For Example:-
CREATE TABLE est ( id string, name string, struct<`Backup Typ':string>) 
throws error





> Supporting Quoted Identifiers in Column Names inside Struct datatype
> --------------------------------------------------------------------
>
>                 Key: HIVE-15793
>                 URL: https://issues.apache.org/jira/browse/HIVE-15793
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: Vani
>            Priority: Minor
>
> Hive throws an error when the column specified inside the struct datatype has spaces.
> For Example:-
> CREATE TABLE est ( id string, name string, a struct<`Backup Typ':string>) 
> throws error



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)