[
https://issues.apache.org/jira/browse/HIVE-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476592#comment-13476592
]
Carl Steinbach commented on HIVE-3583:
--------------------------------------
This issue was first observed while running TestBeeLineDriver. It is missed by
TestCliDriver due to over-aggressive diff-masking in QTestUtil.
The 'totalSize' and 'numRows' subcomponents of the 'parameters' field are
frequently reversed:
parameters:{numPartitions=1, numFiles=3, transient_lastDdlTime=!!UNIXTIME!!,
totalSize=636, numRows=0, rawDataSize=0}
vs:
parameters:{numPartitions=1, numFiles=3, transient_lastDdlTime=!!UNIXTIME!!,
numRows=0, totalSize=636, rawDataSize=0}
The easiest way to fix this is sort the parameters alphabetically by key name.
> 'parameters' component of DESCRIBE EXTENDED output is non-deterministic
> -----------------------------------------------------------------------
>
> Key: HIVE-3583
> URL: https://issues.apache.org/jira/browse/HIVE-3583
> Project: Hive
> Issue Type: Sub-task
> Components: Query Processor
> Reporter: Carl Steinbach
> Assignee: Carl Steinbach
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira