You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by scottcode <gi...@git.apache.org> on 2016/04/06 00:02:16 UTC

[GitHub] incubator-hawq pull request: HAWQ-178: Add JSON plugin support in ...

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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---