[ 
https://issues.apache.org/jira/browse/NIFI-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433058#comment-15433058
 ] 

ASF subversion and git services commented on NIFI-2623:
-------------------------------------------------------

Commit fbec3b9c13dce360a501790b8e215646101d4e77 in nifi's branch 
refs/heads/master from [~mattyb149]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=fbec3b9 ]

NIFI-2623: Fixed support for binary types in SelectHiveQL

This closes #920.

Signed-off-by: Bryan Bende <[email protected]>


> SelectHiveQL with Avro output doesn't handle binary types
> ---------------------------------------------------------
>
>                 Key: NIFI-2623
>                 URL: https://issues.apache.org/jira/browse/NIFI-2623
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>             Fix For: 1.1.0
>
>
> SelectHiveQL, when specifying Avro output, and having columns of binary 
> types, throws an error when run.
> The error is a SQLException with text "Method not supported". This is coming 
> from the Hive driver because HiveJdbcCommon is calling getBytes() on the 
> ResultSet, and that method has not been implemented in the driver (HIVE-7134).
> It may be possible to use getObject() and convert it into a byte array or 
> ByteBuffer (if it is not already) for storage into an Avro record.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to