[ https://issues.apache.org/jira/browse/HIVE-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369169#comment-15369169 ]
Ashutosh Chauhan commented on HIVE-14115: ----------------------------------------- +1 > 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 > Attachments: HIVE-14115.01.patch > > > 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)