Hive Server getSchema() returns null schema properties ------------------------------------------------------
Key: HIVE-731 URL: https://issues.apache.org/jira/browse/HIVE-731 Project: Hadoop Hive Issue Type: Bug Reporter: Eric Hwang The schema objects returned by Hive Server's getSchema() method currently have the 'properties' field always as null. This method should be properly implemented in the Hive Server such that the 'properties' field in the returned schema objects should contain a map of key-value pairs describing the a result row's format. For example, it should at least have a mapping describing the row's null format, and another describing the field delimiter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.