ygerzhedovich commented on code in PR #4564:
URL: https://github.com/apache/ignite-3/pull/4564#discussion_r1800919476
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/coercion/BaseTypeCheckExecutionTest.java:
##########
@@ -134,6 +142,82 @@ private static Object
generateConstantValueByType(NativeType type) {
return generateConstantValueByType(type, "2");
}
+ private static Object generateNotZeroValueByType(NativeType nativeType) {
Review Comment:
for the next time, it will be better to introduce some sort of strategies to
generate different types of values.
--
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]