Queries in input40.q should be deterministic --------------------------------------------
Key: HIVE-1099 URL: https://issues.apache.org/jira/browse/HIVE-1099 Project: Hadoop Hive Issue Type: Bug Affects Versions: 0.4.0 Reporter: Paul Yang Assignee: Paul Yang The SELECT * queries in input40.q are not deterministic because the rows could be output in any order. The fix is to add a sort by clause as it is done in branch-0.5. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.