!1305 remove dead variables in MemoryTableProperties
Merge pull request !1305 from i-robot/pull240
This commit is contained in:
commit
c19bb24c24
|
|
@ -140,9 +140,6 @@ public class MemoryTableProperties
|
|||
name = name.substring(0, name.length() - 4).trim();
|
||||
}
|
||||
else if (lower.endsWith(" DESC")) {
|
||||
name = name.substring(0, name.length() - 5).trim();
|
||||
order = SortOrder.DESC_NULLS_LAST;
|
||||
|
||||
// TODO: support DESC
|
||||
throw new UnsupportedOperationException("DESC sort is not supported yet.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue