diff --git a/sstables/mc/writer.cc b/sstables/mc/writer.cc index df4f6ea056..e9de94ce5f 100644 --- a/sstables/mc/writer.cc +++ b/sstables/mc/writer.cc @@ -1007,7 +1007,7 @@ void writer::write_liveness_info(bytes_ostream& writer, const row_marker& marker return; } - uint64_t timestamp = marker.timestamp(); + api::timestamp_type timestamp = marker.timestamp(); _c_stats.update_timestamp(timestamp); write_delta_timestamp(writer, timestamp);