Skip to content

Commit

Permalink
fix merge error (apache#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdpain authored and HappenLee committed Jul 13, 2021
1 parent c446fb0 commit 6a6b7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/vec/data_types/data_types_decimal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ bool DataTypeDecimal<T>::equals(const IDataType& rhs) const {
// container.back() = decimal;
//}

template <typename T>
void DataTypeDecimal<T>::serialize(const IColumn& column, PColumn* pcolumn) const {
std::ostringstream buf;
for (size_t i = 0; i < column.size(); ++i) {
Expand Down

0 comments on commit 6a6b7e3

Please sign in to comment.