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


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/type/IgniteTypeFactory.java:
##########
@@ -302,6 +320,14 @@ public static NativeType relDataTypeToNative(RelDataType 
relType) {
                         : NativeTypes.blobOf(relType.getPrecision());
             case UUID:
                 return NativeTypes.UUID;
+            case ROW:

Review Comment:
   actually, vast majority of the SQL tests touches this branch. It wasn't 
because I forgot to remove `if` branch on top of the method after moving 
conversion inside switch-case. Now duplicated code is removed.



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