From fb3af3135d0b00937a457619c637734b3fbd74b2 Mon Sep 17 00:00:00 2001 From: JaySon Date: Tue, 15 Mar 2022 11:16:04 +0800 Subject: [PATCH] Apply suggestions from code review --- dbms/src/Storages/Page/V3/LogFile/LogFormat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dbms/src/Storages/Page/V3/LogFile/LogFormat.h b/dbms/src/Storages/Page/V3/LogFile/LogFormat.h index 10eb1c4800f..3a815a2d30d 100644 --- a/dbms/src/Storages/Page/V3/LogFile/LogFormat.h +++ b/dbms/src/Storages/Page/V3/LogFile/LogFormat.h @@ -29,7 +29,6 @@ static constexpr UInt8 MaxRecordType = RecyclableLastType; static constexpr UInt32 BLOCK_SIZE = 32 * 1024; static_assert(BLOCK_SIZE < std::numeric_limits::max()); -// CRC32 or CRC64; City128, XXH3 is not well tested for LogFile using ChecksumClass = Digest::CRC64; using ChecksumType = ChecksumClass::HashType;