Remove obsolete FIXME

The cardinality problem has already been fixed in #149.
This commit is contained in:
Piotr Wojtczak 2021-01-14 11:55:23 +01:00 committed by Avi Kivity
parent 2c9565024f
commit 611d586981
1 changed files with 0 additions and 1 deletions

View File

@ -559,7 +559,6 @@ public class ColumnFamilyStore extends MetricsMBean implements ColumnFamilyStore
counter.getString("partition") })); // string
}
}
//FIXME: size is not the cardinality, a true value needs to be propogated
return new CompositeDataSupport(SAMPLING_RESULT, SAMPLER_NAMES, new Object[] { cardinality, result });
}
}