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 2021/10/29 09:02:35 UTC

[GitHub] [ignite] zstan commented on a change in pull request #9535: IGNITE-15596 : Calcite. java.lang.Integer cannot be cast to java.lang.Long with JOIN and EXISTS.

zstan commented on a change in pull request #9535:
URL: https://github.com/apache/ignite/pull/9535#discussion_r739061475



##########
File path: modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/DataTypesTest.java
##########
@@ -43,6 +43,59 @@
         qryEngine = Commons.lookupComponent(grid.context(), QueryEngine.class);
     }
 
+    /**
+     * Tests numeric types mapping on Java types.
+     */
+    @Test
+    public void testNumericTypes() {

Review comment:
       seems we need additional test cover that all numeric types have expected type from table definition?




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