spark-instrumented-optimizer/sql/core/src
Pete Robbins 2dfb9cd1f7 [SPARK-15154] [SQL] Change key types to Long in tests
## What changes were proposed in this pull request?

As reported in the Jira the 2 tests changed here are using a key of type Integer where the Spark sql code assumes the type is Long. This PR changes the tests to use the correct key types.

## How was this patch tested?

Test builds run on both Big Endian and Little Endian platforms

Author: Pete Robbins <robbinspg@gmail.com>

Closes #13009 from robbinspg/HashedRelationSuiteFix.
2016-05-10 09:53:56 -07:00
..
main [SPARK-14127][SQL] "DESC <table>": Extracts schema information from table properties for data source tables 2016-05-10 09:00:53 -07:00
test [SPARK-15154] [SQL] Change key types to Long in tests 2016-05-10 09:53:56 -07:00