You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by mattk42 <gi...@git.apache.org> on 2017/12/18 21:42:05 UTC

[GitHub] hive pull request #278: HIVE-18295 - Add ability to ignore invalid values in...

GitHub user mattk42 opened a pull request:

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

    HIVE-18295 - Add ability to ignore invalid values in JSON SerDe 

    

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

    $ git pull https://github.com/mattk42/hive master

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

    https://github.com/apache/hive/pull/278.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 #278
    
----
commit 7d1a1aa42c4661ba9373c21acacc059bf894d1ed
Author: Matt Knox <ma...@sphero.com>
Date:   2017-12-15T19:21:25Z

    Add ability to ignore values that cannot be parsed into the final type.

----


---