mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +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>