lowka commented on code in PR #2800: URL: https://github.com/apache/ignite-3/pull/2800#discussion_r1386489031
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/TypeUtils.java: ########## @@ -226,8 +234,7 @@ private static boolean hasConvertableFields(RelDataType resultType) { } /** - * ToInternal. - * TODO Documentation https://issues.apache.org/jira/browse/IGNITE-15859 + * ToInternal. Converts the given value to its presentation used by the execution engine. Review Comment: Fixed. Removed `TypeUtils::toInternal(val)` as well since it is no longer needed. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org