[
https://issues.apache.org/jira/browse/NIFI-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433085#comment-15433085
]
ASF GitHub Bot commented on NIFI-2622:
--------------------------------------
GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/922
NIFI-2622: Added support for complex types in SelectHiveQL
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-2622
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/922.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #922
----
commit b954297a7bf52ebd7f60429df172d274b86dd9b3
Author: Matt Burgess <[email protected]>
Date: 2016-08-23T15:54:09Z
NIFI-2622: Added support for complex types in SelectHiveQL
----
> SelectHiveQL with Avro output doesn't handle complex types
> ----------------------------------------------------------
>
> Key: NIFI-2622
> URL: https://issues.apache.org/jira/browse/NIFI-2622
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Fix For: 1.1.0
>
>
> Hive supports table columns of complex type, such as Arrays, Structs, Maps,
> etc. However when using SelectHiveQL with Avro output, the result set is not
> being converted correctly and an error occurs.
> This is a fundamental issue with the way SelectHiveQL attempts to create an
> Avro schema without having seen any of the rows, since the sub-types of
> complex items cannot be determined from the SQL type alone.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)