[ https://issues.apache.org/jira/browse/HADOOP-13386?focusedWorklogId=733148&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-733148 ]
ASF GitHub Bot logged work on HADOOP-13386: ------------------------------------------- Author: ASF GitHub Bot Created on: 25/Feb/22 16:26 Start Date: 25/Feb/22 16:26 Worklog Time Spent: 10m Work Description: aajisaka commented on pull request #3990: URL: https://github.com/apache/hadoop/pull/3990#issuecomment-1051000513 TestEnumSetWritable failure looks related. @pjfanning would you check this? ``` [INFO] Running org.apache.hadoop.io.TestEnumSetWritable [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.172 s <<< FAILURE! - in org.apache.hadoop.io.TestEnumSetWritable [ERROR] testAvroReflect(org.apache.hadoop.io.TestEnumSetWritable) Time elapsed: 0.134 s <<< FAILURE! java.lang.AssertionError: expected:<{"type":"array","items":{"type":"enum","name":"TestEnumSet","namespace":"org.apache.hadoop.io.TestEnumSetWritable$","symbols":["CREATE","OVERWRITE","APPEND"]},"java-class":"org.apache.hadoop.io.EnumSetWritable"}> but was:<{"type":"array","items":{"type":"enum","name":"TestEnumSet","namespace":"org.apache.hadoop.io.TestEnumSetWritable","symbols":["CREATE","OVERWRITE","APPEND"]},"java-class":"org.apache.hadoop.io.EnumSetWritable"}> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at org.junit.Assert.assertEquals(Assert.java:146) at org.apache.hadoop.io.AvroTestUtil.testReflect(AvroTestUtil.java:44) at org.apache.hadoop.io.TestEnumSetWritable.testAvroReflect(TestEnumSetWritable.java:127) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 733148) Time Spent: 2h (was: 1h 50m) > Upgrade Avro to 1.8.x or later > ------------------------------ > > Key: HADOOP-13386 > URL: https://issues.apache.org/jira/browse/HADOOP-13386 > Project: Hadoop Common > Issue Type: Sub-task > Components: build > Reporter: Ben McCann > Priority: Major > Labels: pull-request-available > Time Spent: 2h > Remaining Estimate: 0h > > Avro 1.8.x makes generated classes serializable which makes them much easier > to use with Spark. It would be great to upgrade Avro to 1.8.x -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org