GitHub user npoggi opened a pull request:

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

    [SPARK-25439][TESTS][SQL] Fixes TPCHQuerySuite datatype of 
customer.c_nationkey to BIGINT according to spec

    ## What changes were proposed in this pull request?
    Fixes TPCH DDL datatype of `customer.c_nationkey` from `STRING` to `BIGINT` 
according to spec and `nation.nationkey` in `TPCHQuerySuite.scala`. The rest of 
the keys are OK.
    Note, this will lead to **non-comparable previous results** to new runs 
involving the customer table.
    
    ## How was this patch tested?
    Manual tests

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

    $ git pull https://github.com/npoggi/sparkos 
SPARK-25439_Fix-TPCH-customer-c_nationkey

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

    https://github.com/apache/spark/pull/22430.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 #22430
    
----
commit 8277ff66286ed3a6438cfd4aa5c48c8f01ceb2ff
Author: npoggi <npmnpm@...>
Date:   2018-09-15T15:35:56Z

    Fixing TPCH DDL datatype of `customer.c_nationkey` from `STRING` to 
`BIGINT` according to spec and `nation.nationkey`. The rest of the keys are 
fine.
    Note, this will lead to **non-comparable previous results** to new runs 
involving the customer table.

----


---

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

Reply via email to