tkalkirill commented on code in PR #13543:
URL: https://github.com/apache/ignite/pull/13543#discussion_r3949638385
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/util/TypeUtils.java:
##########
@@ -94,6 +94,8 @@ public class TypeUtils {
LocalTime.class,
Duration.class,
Period.class,
+ char.class,
+ Character.class,
Review Comment:
You're right, I went too far with `char/Character` support. I've removed the
related conversions and tests from this PR.
--
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]