GitHub user vvysotskyi opened a pull request:

    https://github.com/apache/drill/pull/980

    DRILL-5857: Fix NumberFormatException in Hive unit tests

    There is no unit test since with or without this change tests are passes 
and query plan does not change. 
    
    The exception that has been appeared caught and wrote into the logs.
    After the check on [this 
line](https://github.com/apache/drill/blob/3e8b01d5b0d3013e3811913f0fd6028b22c1ac3f/contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/HiveMetadataProvider.java#L90),
 correct stats was created calling 
[getStatsEstimateFromInputSplits()](https://github.com/apache/drill/blob/3e8b01d5b0d3013e3811913f0fd6028b22c1ac3f/contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/HiveMetadataProvider.java#L95)
 method.

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

    $ git pull https://github.com/vvysotskyi/drill DRILL-5857

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

    https://github.com/apache/drill/pull/980.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 #980
    
----
commit 24be497469a976fb51c16c0474774229e44fcc71
Author: Volodymyr Vysotskyi <[email protected]>
Date:   2017-10-09T14:28:42Z

    DRILL-5857: Fix NumberFormatException in Hive unit tests

----


---

Reply via email to