ygerzhedovich commented on code in PR #2912:
URL: https://github.com/apache/ignite-3/pull/2912#discussion_r1413742764


##########
modules/client-common/src/main/java/org/apache/ignite/internal/jdbc/JdbcConverterUtils.java:
##########
@@ -44,4 +45,78 @@ public static Class<?> columnTypeToJdbcClass(ColumnType 
type) {
                 return type.javaClass();
         }
     }
+
+    /**
+     * Derive value from BinaryTuple by given column number, column type and 
scale for decimal type.
+     *
+     * @param columnType Type of column in binaryTuple by index idx.
+     * @param binaryTuple BinaryTuple to extract value.
+     * @param idx Index of column in binaryTuple.
+     * @param decimalScale Scale for decimal column. If the column is of a 
different type, then the specific value does not matter.
+     * @return Derived value. The value can be {@code null}.

Review Comment:
   thanks, 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