aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorCheng Hao <hao.cheng@intel.com>2015-02-17 12:25:35 -0800
committerMichael Armbrust <michael@databricks.com>2015-02-17 12:25:43 -0800
commit01356514ef42321e09e9a67ba08366bb2bd5af4b (patch)
treef336e6f62e510511a14903edad6743b2441bc605 /python
parentd74d5e86abcb2ee4f142bb76f641d66cb4ffeb42 (diff)
downloadspark-01356514ef42321e09e9a67ba08366bb2bd5af4b.tar.gz
spark-01356514ef42321e09e9a67ba08366bb2bd5af4b.tar.bz2
spark-01356514ef42321e09e9a67ba08366bb2bd5af4b.zip
[SQL] [Minor] Update the HiveContext Unittest
In unit test, the table src(key INT, value STRING) is not the same as HIVE src(key STRING, value STRING) https://github.com/apache/hive/blob/branch-0.13/data/scripts/q_test_init.sql And in the reflect.q, test failed for expression `reflect("java.lang.Integer", "valueOf", key, 16)`, which expect the argument `key` as STRING not INT. This PR doesn't aim to change the `src` schema, we can do that after 1.3 released, however, we probably need to re-generate all the golden files. Author: Cheng Hao <hao.cheng@intel.com> Closes #4584 from chenghao-intel/reflect and squashes the following commits: e5bdc3a [Cheng Hao] Move the test case reflect into blacklist 184abfd [Cheng Hao] revert the change to table src1 d9bcf92 [Cheng Hao] Update the HiveContext Unittest (cherry picked from commit 9d281fa56022800dc008a3de233fec44379a2bd7) Signed-off-by: Michael Armbrust <michael@databricks.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions