Szehon Ho created HIVE-8882: ------------------------------- Summary: Fix test TestHiveKVResultCache [Spark Branch] Key: HIVE-8882 URL: https://issues.apache.org/jira/browse/HIVE-8882 Project: Hive Issue Type: Sub-task Components: Tests Affects Versions: spark-branch Reporter: Szehon Ho Priority: Minor
TestHiveKVResultCache is broken with latest builds: {noformat} java.lang.NumberFormatException: For input string: "0���" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Long.parseLong(Long.java:441) at java.lang.Long.valueOf(Long.java:540) at org.apache.hadoop.hive.ql.exec.spark.TestHiveKVResultCache.scanAndVerify(TestHiveKVResultCache.java:127) at org.apache.hadoop.hive.ql.exec.spark.TestHiveKVResultCache.testResultList(TestHiveKVResultCache.java:106) {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)