zstan commented on code in PR #5145:
URL: https://github.com/apache/ignite-3/pull/5145#discussion_r1942352372
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/TypeUtils.java:
##########
@@ -715,16 +717,22 @@ private static TypeSpec convertToTypeSpec(RelDataType
type) {
* <br>
* 2) If one or more of the rightmost M-L characters of V are not
space(s), then an
* exception condition is raised: data exception — string data, right
truncation.
+ * <br>
+ * 3) If the declared type of T is binary string and the length in octets
of V is greater than the
Review Comment:
good catch, really i have read not related part (( fixed
--
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]