You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Shubham Chaurasia (JIRA)" <ji...@apache.org> on 2019/02/14 10:10:00 UTC

[jira] [Created] (HIVE-21270) A UDTF to show schema (column names and types) of given query

Shubham Chaurasia created HIVE-21270:
----------------------------------------

             Summary: A UDTF to show schema (column names and types) of given query
                 Key: HIVE-21270
                 URL: https://issues.apache.org/jira/browse/HIVE-21270
             Project: Hive
          Issue Type: New Feature
          Components: UDF
            Reporter: Shubham Chaurasia
            Assignee: Shubham Chaurasia


We can get ResultSet metadata using {{ResultSet#getMetaData()}}but JDBC provides no way of getting nested data types(of columns) associated with it. This UDTF helps to retrieve each column name and it's data type.



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