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


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/type/IgniteTypeFactory.java:
##########
@@ -69,30 +72,27 @@ public class IgniteTypeFactory extends JavaTypeFactoryImpl {
     private static final SqlIntervalQualifier INTERVAL_QUALIFIER_DAY_TIME = 
new SqlIntervalQualifier(TimeUnit.DAY,
             TimeUnit.SECOND, SqlParserPos.ZERO);
 
+    public static final IgniteTypeFactory INSTANCE = new 
IgniteTypeFactory(IgniteTypeSystem.INSTANCE);
+
     /** Default charset. */
     private final Charset charset;
 
     /** A registry that contains custom data types. **/
     private final CustomDataTypes customDataTypes;
 
-    /** Contains java types internally mapped into appropriate rel types. */
-    private static final Map<Class<?>, Supplier<RelDataType>> 
implementedJavaTypes = new IdentityHashMap<>();
-
     {

Review Comment:
   good catch! 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to