GitHub user dilipbiswal opened a pull request:

    https://github.com/apache/spark/pull/22619

    [SQL][MINOR] Make use of TypeCoercion.findTightestCommonType while 
inferring CSV schema.

    ## What changes were proposed in this pull request?
    Current the CSV's infer schema code inlines 
`TypeCoercion.findTightestCommonType`. This is a minor refactor to make use of 
the common type coercion code when applicable.  This way we can take advantage 
of any improvement to the base method.
    
    Thanks to @MaxGekk for finding this while reviewing another PR.
    
    ## How was this patch tested?
    This is a minor refactor.  Existing tests are used to verify the change.

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

    $ git pull https://github.com/dilipbiswal/spark csv_minor

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

    https://github.com/apache/spark/pull/22619.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 #22619
    
----
commit d4e0bdb5a06f59ff1df3933cb43804e71cde8259
Author: Dilip Biswal <dbiswal@...>
Date:   2018-10-03T00:47:42Z

    Make use of TypeCoercion.findTightestCommonType while inferring CSV schema

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to