Closed eduramiba closed 8 years ago
Actually it's assumed that all Number
columns are sortable, but BigInteger and BigDecimal are not because the index is using fastutil Object2ObjectOpenHashMap
. This should be fixed by using Object2ObjectAVLTreeMap
(new in fastutil 7).
See https://github.com/gephi/gephi/issues/1612