[ https://issues.apache.org/jira/browse/HIVE-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14069932#comment-14069932 ]
David Chen commented on HIVE-7457: ---------------------------------- The two test failures that may be relevant are TestHCatLoader and TestOrcHCatLoader. Both failures appear to be caused by the following: {code} java.lang.AssertionError: rowNum=0 colNum=0 Reference data=true actual=1; types=(class java.lang.Boolean,class java.lang.Integer) {code} It looks like the cause is that after the test loads the data via Pig, the boolean field is being returned as an Integer rather than a Boolean. This does look like a bug but it does not appear to be caused by this patch. > Minor HCatalog Pig Adapter test clean up > ---------------------------------------- > > Key: HIVE-7457 > URL: https://issues.apache.org/jira/browse/HIVE-7457 > Project: Hive > Issue Type: Sub-task > Reporter: David Chen > Assignee: David Chen > Priority: Minor > Attachments: HIVE-7457.1.patch, HIVE-7457.2.patch > > > Minor cleanup to the HCatalog Pig Adapter tests in preparation for HIVE-7420: > * Run through Hive Eclipse formatter. > * Convert JUnit 3-style tests to follow JUnit 4 conventions. -- This message was sent by Atlassian JIRA (v6.2#6252)