[ https://issues.apache.org/jira/browse/HIVE-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jimmy Xiang updated HIVE-8882: ------------------------------ Status: Patch Available (was: Open) Attached a patch that works with both hadoop 1 and 2. > 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 > Assignee: Jimmy Xiang > Priority: Minor > Attachments: HIVE-8882.1-spark.patch > > > 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)