aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorscwf <wangfei1@huawei.com>2014-12-30 11:30:47 -0800
committerMichael Armbrust <michael@databricks.com>2014-12-30 11:30:47 -0800
commit65357f11c25a7c91577df5da31ebf349d7845eef (patch)
treeaa3ab9f535e69171b2846239ec4148d6a79ba082 /data
parent94d60b7021960dc10d98039dbc6ad7193e8557f5 (diff)
downloadspark-65357f11c25a7c91577df5da31ebf349d7845eef.tar.gz
spark-65357f11c25a7c91577df5da31ebf349d7845eef.tar.bz2
spark-65357f11c25a7c91577df5da31ebf349d7845eef.zip
[SPARK-4975][SQL] Fix HiveInspectorSuite test failure
HiveInspectorSuite test failureļ¼š [info] - wrap / unwrap null, constant null and writables *** FAILED *** (21 milliseconds) [info] 1 did not equal 0 (HiveInspectorSuite.scala:136) this is because the origin date(is 3914-10-23) not equals the date returned by ```unwrap```(is 3914-10-22). Setting TimeZone and Locale fix this. Another minor change here is rename ```def checkValues(v1: Any, v2: Any): Unit``` to ```def checkValue(v1: Any, v2: Any): Unit ``` to make the code more clear Author: scwf <wangfei1@huawei.com> Author: Fei Wang <wangfei1@huawei.com> Closes #3814 from scwf/fix-inspectorsuite and squashes the following commits: d8531ef [Fei Wang] Delete test.log 72b19a9 [scwf] fix HiveInspectorSuite test error
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions