[ 
https://issues.apache.org/jira/browse/HIVE-13409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229554#comment-15229554
 ] 

Mohit Sabharwal commented on HIVE-13409:
----------------------------------------

Actually, this is more involved as JSONObject is using HashMap internally. 

StatsSetupConst::setColumnStatsState()
{code}
          stats = new JSONObject(statsAcc);
{code}

I don't see a constructor that takes both a user constructed LinkedHashMap and 
a json string, so this needs a java 8 specific golden file update :( 

> Fix JDK8 test failures related to COLUMN_STATS_ACCURATE
> -------------------------------------------------------
>
>                 Key: HIVE-13409
>                 URL: https://issues.apache.org/jira/browse/HIVE-13409
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Mohit Sabharwal
>            Assignee: Mohit Sabharwal
>
> 126 failures have crept into JDK8 tests since we resolved HIVE-8607
> http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/
> Majority relate to the ordering of a "COLUMN_STATS_ACCURATE" partition 
> property.
> Looks like a simple fix, use ordered map in 
> HiveStringUtils.getPropertiesExplain()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to