You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by dawidwys <gi...@git.apache.org> on 2018/05/25 09:04:10 UTC

[GitHub] flink pull request #6078: Avro deserialization docs

GitHub user dawidwys opened a pull request:

    https://github.com/apache/flink/pull/6078

    Avro deserialization docs

    Added documentation for `(Registry)AvroDeserializationSchema`.
    
    R: @aljoscha @StephanEwen 

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

    $ git pull https://github.com/dawidwys/flink avro-deserialization-docs

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

    https://github.com/apache/flink/pull/6078.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 #6078
    
----
commit 5fd7979763af1fbdf23feebb6b607745e71c803a
Author: Dawid Wysakowicz <dw...@...>
Date:   2018-05-25T08:59:38Z

    [hotfix][docs] Make documentation docker image work with ruby >= 2.1

commit f3676e1c6c03ca80251c0cb3c43ce5e26cdcdbd2
Author: Dawid Wysakowicz <dw...@...>
Date:   2018-05-25T09:01:39Z

    [FLINK-9438][docs] Add documentation for AvroDeserializationSchema

----


---