Skip to content

Commit eeb1ac3

Browse files
committed
test ci impl
Signed-off-by: guo-shaoge <[email protected]>
1 parent 4cac26a commit eeb1ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbms/src/Columns/ColumnDecimal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ int ColumnDecimal<T>::compareAt(size_t n, size_t m, const IColumn & rhs_, int) c
5656
return decimalLess<T>(b, a, other.scale, scale) ? 1 : (decimalLess<T>(a, b, scale, other.scale) ? -1 : 0);
5757
}
5858

59-
ALWAYS_INLINE inline size_t getDecimal256BytesSize(const Decimal256 & val)
59+
ALWAYS_INLINE inline size_t getDecimal256BytesSize(const Decimal256 &)
6060
{
6161
// return sizeof(bool) + sizeof(size_t) + val.value.backend().size() * sizeof(boost::multiprecision::limb_type);
6262
return sizeof(Decimal256);

0 commit comments

Comments
 (0)