BiteTheDDDDt commented on code in PR #21890:
URL: https://github.com/apache/doris/pull/21890#discussion_r1266097994
##########
be/src/vec/exec/scan/vscan_node.cpp:
##########
@@ -772,6 +785,11 @@ Status VScanNode::_normalize_in_and_eq_predicate(VExpr*
expr, VExprContext* expr
temp_range, reinterpret_cast<void*>(&val),
ColumnValueRange<T>::add_fixed_value_range, fn_name));
} else {
+ if (sizeof(typename PrimitiveTypeTraits<T>::CppType) !=
value.size) {
+ return Status::InternalError(
Review Comment:
yes, check invalid input
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]