Skip to content

Commit 9e225cc

Browse files
EnmkCopilot
andauthored
Fixed error message
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9c8d94c commit 9e225cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ std::ostream& operator<<(std::ostream& ostr, const ItemView& item_view) {
441441
ostr << item_view.get<Int128>();
442442
}
443443
else {
444-
throw std::runtime_error("Invalid data size of ItemView of type DateTime64");
444+
throw std::runtime_error("Invalid data size of ItemView of type Decimal");
445445
}
446446
}
447447
break;

0 commit comments

Comments
 (0)