mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
add Distinct test with integer data, and because one of the records had a null value (and was in a shard by itself), it uncovered this issue. I added a special error type if a view or fragment is not found when so that we can match against it and ignore it when calculating the results for a query. I also added an implementation within executeCount to handle the SignedRow case, but discovered that handlePrecalls always dumps the negative data and that will be a bigger thing to fix |
||
|---|---|---|
| .. | ||
| cluster.go | ||
| field.go | ||
| handler.go | ||
| holder.go | ||
| index.go | ||
| logger.go | ||
| pilosa.go | ||
| pilosa_test.go | ||
| transaction.go | ||