mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Java uses long, so we should use int64_t. Using uint64_t causes the wrong indexes to be calculated, and therefore, the filter to respond incorrectly to a given key. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>