Ryu Kobayashi created HIVE-14115: ------------------------------------ Summary: Custom FetchFormatter is not supported Key: HIVE-14115 URL: https://issues.apache.org/jira/browse/HIVE-14115 Project: Hive Issue Type: Bug Affects Versions: 2.1.0 Reporter: Ryu Kobayashi Assignee: Ryu Kobayashi Priority: Minor
The following code is supported only FetchFormatter of ThriftFormatter and DefaultFetchFormatter. It can not be used Custom FetchFormatter. {code} if (SessionState.get().isHiveServerQuery()) { conf.set(SerDeUtils.LIST_SINK_OUTPUT_FORMATTER,ThriftFormatter.class.getName()); } else { conf.set(SerDeUtils.LIST_SINK_OUTPUT_FORMATTER, DefaultFetchFormatter.class.getName()); } {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)