You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/03/05 14:16:31 UTC

[GitHub] [ignite] Vladsz83 commented on a change in pull request #9826: IGNITE-16075 : Calcite engine. Support UUID data type

Vladsz83 commented on a change in pull request #9826:
URL: https://github.com/apache/ignite/pull/9826#discussion_r820108740



##########
File path: modules/calcite/src/main/codegen/includes/parserImpls.ftl
##########
@@ -114,6 +116,17 @@ SqlDataTypeSpec IntervalType() :
     }
 }
 
+SqlDataTypeSpec UUIDType() :
+{
+        final Span s;
+}
+{
+    <UUID> { s = span(); }
+    {
+        return new SqlDataTypeSpec(new IgniteSqlUUIDTypeNameSpec(s.end(this)), s.pos());

Review comment:
       Fixed




-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org