[ https://issues.apache.org/jira/browse/HIVE-23019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060065#comment-17060065 ]
Peter Varga commented on HIVE-23019: ------------------------------------ [~pvary] The sort was introduced in the previous attempt, the fix the test being dependent on the order which the FileSystem returns the elements, but it was only dependent on the order because of the indexing problem. Now that is fixed, the sort is unnecessary. > Fix TestTxnCommandsForMmTable test case > --------------------------------------- > > Key: HIVE-23019 > URL: https://issues.apache.org/jira/browse/HIVE-23019 > Project: Hive > Issue Type: Bug > Components: Test > Reporter: Peter Varga > Assignee: Peter Varga > Priority: Minor > Attachments: HIVE-23019.2.patch, HIVE-23019.patch > > > TestTxnCommandsForMmTable.testInsertOverwriteForPartitionedMmTable was fixed > in HIVE-19084 to avoid being dependent on the order of the element returned > by FileSystem.listStatus. > However the fix introduced a new bug, as now the assertion for the base > directory name doesn't run for the second partition, instead it runs twice > for the first one. -- This message was sent by Atlassian Jira (v8.3.4#803005)