You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nicolas Poggi (JIRA)" <ji...@apache.org> on 2018/09/15 15:04:00 UTC

[jira] [Updated] (SPARK-25439) [TESTS][SQL] TPCHQuerySuite customer.c_nationkey should be bigint instead of string

     [ https://issues.apache.org/jira/browse/SPARK-25439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Poggi updated SPARK-25439:
----------------------------------
    Description: 
 

The [TPCHQuerySuite|https://github.com/apache/spark/blob/be454a7cef1cb5c76fb22589fc3a55c1bf519cf4/sql/core/src/test/scala/org/apache/spark/sql/TPCHQuerySuite.scala#L72] currently has {{string}} for the {{customer.c_nationkey}} column, while it should be bigint according to [the spec|http://www.tpc.org/TPC_Documents_Current_Versions/pdf/tpc-h_v2.17.3.pdf] (identifier type) and matching the {{nation}} table. 

Note: this update would make previousTPCH results not comparable for queries using the {{customer}} table

 

  was:
 

The [TPCHQuerySuite|https://github.com/apache/spark/blob/be454a7cef1cb5c76fb22589fc3a55c1bf519cf4/sql/core/src/test/scala/org/apache/spark/sql/TPCHQuerySuite.scala#L72] currently has {{string}} for the {{customer.c_nationkey}} column, while it should be bigint according to [the spec|http://www.tpc.org/TPC_Documents_Current_Versions/pdf/tpc-h_v2.17.3.pdf] (identifier type). 

Note: this update would make previousTPCH results not comparable for queries using the {{customer}} table


 


> [TESTS][SQL] TPCHQuerySuite customer.c_nationkey should be bigint instead of string
> -----------------------------------------------------------------------------------
>
>                 Key: SPARK-25439
>                 URL: https://issues.apache.org/jira/browse/SPARK-25439
>             Project: Spark
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 2.3.1
>            Reporter: Nicolas Poggi
>            Priority: Minor
>              Labels: benchmark, easy-fix, test
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
>  
> The [TPCHQuerySuite|https://github.com/apache/spark/blob/be454a7cef1cb5c76fb22589fc3a55c1bf519cf4/sql/core/src/test/scala/org/apache/spark/sql/TPCHQuerySuite.scala#L72] currently has {{string}} for the {{customer.c_nationkey}} column, while it should be bigint according to [the spec|http://www.tpc.org/TPC_Documents_Current_Versions/pdf/tpc-h_v2.17.3.pdf] (identifier type) and matching the {{nation}} table. 
> Note: this update would make previousTPCH results not comparable for queries using the {{customer}} table
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org