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