You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by pudidic <gi...@git.apache.org> on 2018/07/02 16:42:25 UTC

[GitHub] hive pull request #386: HIVE-20052: Arrow serde should fill ArrowColumnVecto...

GitHub user pudidic opened a pull request:

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

    HIVE-20052: Arrow serde should fill ArrowColumnVector(Decimal) with t…

    …he given schema precision/scale (Teddy Choi)

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

    $ git pull https://github.com/pudidic/hive HIVE-20052

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

    https://github.com/apache/hive/pull/386.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 #386
    
----
commit 574485f81609820601bb20557de50143ec56a0d7
Author: Teddy Choi <pu...@...>
Date:   2018-07-02T16:41:40Z

    HIVE-20052: Arrow serde should fill ArrowColumnVector(Decimal) with the given schema precision/scale (Teddy Choi)

----


---