未验证 提交 ea54cdbe 编写于 作者: A alexey-milovidov 提交者: GitHub

Update CompressionCodecDoubleDelta.cpp

上级 0f407547
......@@ -38,11 +38,10 @@ Int64 getMaxValueForByteSize(UInt8 byte_size)
return std::numeric_limits<Int32>::max();
case sizeof(UInt64):
return std::numeric_limits<Int64>::max();
default:
assert(false && "only 1,2,4 and 8 data sizes are supported");
default:
assert(false && "only 1, 2, 4 and 8 data sizes are supported");
}
return std::numeric_limits<Int64>::max();
__builtin_unreachable();
}
struct WriteSpec
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册