You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by clin7 <gi...@git.apache.org> on 2015/04/30 22:46:12 UTC

[GitHub] avro pull request: Trunk

GitHub user clin7 opened a pull request:

    https://github.com/apache/avro/pull/35

    Trunk

    This is a helper tool to construct avro schema json objects. It currently constructs both primitive types and complex types, such as enum, fixed, map, array, record, and union. Feedback about the builder and if it is worth to be included in the main repo is appreciated.

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

    $ git pull https://github.com/Yelp/avro trunk

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

    https://github.com/apache/avro/pull/35.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 #35
    
----
commit 4f0a4ec8102a143e18499854411de70ac860dcf1
Author: Chia-Chi Lin <cl...@yelp.com>
Date:   2015-04-13T20:49:49Z

    Added help tool avro_builder to construct avro schemas

commit 751b9e4b70e4e0ef0941e4415c7b55b6c9b12af6
Author: Chia-Chi Lin <cl...@yelp.com>
Date:   2015-04-14T00:15:22Z

    Removed end_field function since it serves little purpose; also renamed begin_field to add_field

commit ca54b665f4f0ae3e59ba1f574bc628349dd6f0a1
Author: Chia-Chi Lin <cl...@yelp.com>
Date:   2015-04-14T00:21:28Z

    Removed incorrect docstring

commit ab3cde48ef707ec75a4877c54d8144e0d0700888
Author: Chia-chi Lin <cl...@yelp.com>
Date:   2015-04-22T00:13:33Z

    Merge pull request #1 from clin7/trunk
    
    Added help tool avro_builder to construct avro schemas

----


---
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.
---

[GitHub] avro pull request: Trunk

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/avro/pull/35


---
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.
---