daimin created HADOOP-18424: ------------------------------- Summary: Fix org.apache.hadoop.io.ArrayWritable Key: HADOOP-18424 URL: https://issues.apache.org/jira/browse/HADOOP-18424 Project: Hadoop Common Issue Type: Bug Affects Versions: 3.3.4 Reporter: daimin
When we store an array of string with "new ArrayWritable(String[] strings)", the "valueClass" will be "Text" while the actual value type is "UTF8". This will cause an error on deserialization of ArrayWritable. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org