You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eric Wohlstadter (JIRA)" <ji...@apache.org> on 2018/05/23 18:43:00 UTC

[jira] [Created] (HIVE-19682) Provide option for GenericUDTFGetSplits to return only schema metadata

Eric Wohlstadter created HIVE-19682:
---------------------------------------

             Summary: Provide option for GenericUDTFGetSplits to return only schema metadata
                 Key: HIVE-19682
                 URL: https://issues.apache.org/jira/browse/HIVE-19682
             Project: Hive
          Issue Type: Improvement
            Reporter: Eric Wohlstadter
            Assignee: Eric Wohlstadter


For some uses cases it is necessary to know the output schema for a HiveQL before executing the query. But there is no existing client API that provides this information.

Hive JDBC doesn't provide the schema for parametric types in {{ResultSetMetaData}}.

GenericUDTFGetSplits bundles the proper schema metadata with the fragments for input splits. An option can be added to return only the schema metadata from compilation, and the generation of input splits can be skipped.





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