A research fork of cassandra that provides causal+ consistency, read-only transaction, and write-only transaction across all the servers in each datacenter.
Original Cassandra does not provide the get_range_slices_by_time function, which you have implemented in Eiger. However, when I read the code, I found the thriftifyColumnFamilyAtTime function with comment that indicates it is still in progress, but the underlying comment codes are also fine. So does get_range_slices_by_time function works well with the underlying codes or are there still any bugs in the function?
Original Cassandra does not provide the get_range_slices_by_time function, which you have implemented in Eiger. However, when I read the code, I found the thriftifyColumnFamilyAtTime function with comment that indicates it is still in progress, but the underlying comment codes are also fine. So does get_range_slices_by_time function works well with the underlying codes or are there still any bugs in the function?