[
https://issues.apache.org/jira/browse/HIVE-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800363#action_12800363
]
John Sichi commented on HIVE-972:
---------------------------------
@Prasad: DESCRIBE gets the columns of a view the same way as for a table (I
store them as part of CREATE VIEW), so actually we do need to keep the
StorageDescriptor there for holding the column descriptors. It's the SerDeInfo
attribute of the StorageDescriptor, along with others mentioned above, that are
not relevant for a view.
> support views
> -------------
>
> Key: HIVE-972
> URL: https://issues.apache.org/jira/browse/HIVE-972
> Project: Hadoop Hive
> Issue Type: New Feature
> Components: Metastore, Query Processor
> Reporter: Namit Jain
> Assignee: John Sichi
> Attachments: HIVE-972.1.patch
>
>
> Hive currently does not support views.
> It would be a very nice feature to have.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.