Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Normal
Description
When querying columns for CAS, we build the SortedSet with:
new NamesQueryFilter(ImmutableSortedSet.copyOf(expected.getColumnNames())
but ImmutableSortedSet.copyOf() uses the natural order of keys unless a comparator is given, which is not what we want.