!1305 remove dead variables in MemoryTableProperties

Merge pull request !1305 from i-robot/pull240
This commit is contained in:
i-robot 2021-12-13 15:18:57 +00:00 committed by Gitee
commit c19bb24c24
1 changed files with 0 additions and 3 deletions

View File

@ -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.");
}