[
https://issues.apache.org/jira/browse/HAWQ-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227210#comment-15227210
]
ASF GitHub Bot commented on HAWQ-178:
-------------------------------------
Github user scottcode commented on the pull request:
https://github.com/apache/incubator-hawq/pull/302#issuecomment-206002524
I have a feature request within the JSON plugin. (Not sure if this is the
right venue for this...) Right now, if you specify an element within the JSON
that corresponds to further nested objects or arrays, you just get null. I'd
like to be able to coerce the nested object as a JSON string. This would be
especially useful for structures that have variably-sized nested contents. For
example, the Twitter API's `entities` object has an array under the `hashtags`
key. It would be nice if specifying `"entities.hashtags" text` within the
external table would give you a text representation of the array (e.g.
`["tag1", "tag2", "etc"]`).
If this isn't the right place, let me know where to post such a suggestion.
Thanks.
> Add JSON plugin support in code base
> ------------------------------------
>
> Key: HAWQ-178
> URL: https://issues.apache.org/jira/browse/HAWQ-178
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: PXF
> Reporter: Goden Yao
> Assignee: Christian Tzolov
> Fix For: backlog
>
> Attachments: PXFJSONPluginforHAWQ2.0andPXF3.0.0.pdf,
> PXFJSONPluginforHAWQ2.0andPXF3.0.0v.2.pdf,
> PXFJSONPluginforHAWQ2.0andPXF3.0.0v.3.pdf
>
>
> JSON has been a popular format used in HDFS as well as in the community,
> there has been a few JSON PXF plugins developed by the community and we'd
> like to see it being incorporated into the code base as an optional package.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)