You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by cvaliente <gi...@git.apache.org> on 2018/10/18 08:09:58 UTC

[GitHub] hive pull request #450: [HIVE-20771] LazyBinarySerDe fails on empty structs.

GitHub user cvaliente opened a pull request:

    https://github.com/apache/hive/pull/450

    [HIVE-20771] LazyBinarySerDe fails on empty structs.

    

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

    $ git pull https://github.com/cvaliente/hive HIVE-20771

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

    https://github.com/apache/hive/pull/450.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 #450
    
----
commit c4b839f610e4a57c497cfc108823d8da1b466fa7
Author: Clemens Valiente <cl...@...>
Date:   2018-10-18T08:08:08Z

    HIVE-20771 enable LazyBinarySerDe to read fields with empty structs

----


---