Leonidas Fegaras created MRQL-100: ------------------------------------- Summary: Fix a bug in group-by when the group-by key is a lcollection Key: MRQL-100 URL: https://issues.apache.org/jira/browse/MRQL-100 Project: MRQL Issue Type: Bug Components: Run-Time Data Affects Versions: 0.9.8 Reporter: Leonidas Fegaras Assignee: Leonidas Fegaras
This bug was reported by Gokarna Neupane. The Bag methods compareTo and equals do not handle bags with different sizes correctly. This bug resulted in wrong results for group-by or order-by when the key is a Bag or a List. The following patch fixes this bug. -- This message was sent by Atlassian JIRA (v6.3.4#6332)