korlov42 commented on code in PR #2431:
URL: https://github.com/apache/ignite-3/pull/2431#discussion_r1300031572


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/row/BaseTypeSpec.java:
##########
@@ -37,8 +37,6 @@ public class BaseTypeSpec extends TypeSpec {
     /** Creates a basic type with the given nullability. */
     public BaseTypeSpec(NativeType nativeType, boolean nullable) {
         super(nullable);
-        // TODO Uncomment his check after 
https://issues.apache.org/jira/browse/IGNITE-19096 is fixed

Review Comment:
   it's better to replace link with 
https://issues.apache.org/jira/browse/IGNITE-20163



-- 
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]

Reply via email to