Vladsz83 commented on code in PR #9923:
URL: https://github.com/apache/ignite/pull/9923#discussion_r842894707


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/jdbc/JdbcQueryTest.java:
##########
@@ -87,6 +98,62 @@
         stopAllGrids();
     }
 
+    /**
+     * @throws SQLException If failed.
+     */
+    @Test
+    public void testOtherType() throws Exception {
+        List<Object> values = new ArrayList<>();
+
+        values.add("str");
+        values.add(11);
+        values.add(101.1);
+        values.add(202.2f);

Review Comment:
   Yep. Is double now



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