You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/15 15:43:33 UTC

[jira] [Commented] (APEXMALHAR-2011) POJO to Avro record converter

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

ASF GitHub Bot commented on APEXMALHAR-2011:
--------------------------------------------

GitHub user devtagare opened a pull request:

    https://github.com/apache/incubator-apex-malhar/pull/211

    APEXMALHAR-2011-2012 Avro to Pojo & Pojo to Avro converter

    Please review changes for Avro to Pojo conversion & back.
    
    Thanks,
    Dev

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/devtagare/incubator-apex-malhar APEXMALHAR-2011-2012

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-apex-malhar/pull/211.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 #211
    
----
commit 12af6b62ada24417fddb78b533d71d3cf6dc58a1
Author: Devendra Tagare <de...@devendras-macbook-pro.local>
Date:   2016-03-15T14:39:06Z

    APEXMALHAR-2011-2012 Avro to Pojo & Pojo to Avro converter

----


> POJO to Avro record converter
> -----------------------------
>
>                 Key: APEXMALHAR-2011
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2011
>             Project: Apache Apex Malhar
>          Issue Type: New Feature
>            Reporter: devendra tagare
>
> We are looking to develop a record converter which would take a POJO as an input and emit a Generic record as the output based on the given Avro schema.
> The expected inputs for this operator would be,
> 1.Class Name of the incoming POJO
> 2.Avro schema for the Generic Record to emit.
> This operator would receive an Object on its input port and emit a Generic record on the output port.
> To start with, we would handle primitive types and then go on to handle complex types.
> Thanks,
> Dev



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