ygerzhedovich commented on a change in pull request #123:
URL: https://github.com/apache/ignite-3/pull/123#discussion_r631866673



##########
File path: 
modules/schema/src/main/java/org/apache/ignite/internal/schema/Row.java
##########
@@ -228,6 +229,11 @@ public Double doubleValueBoxed(int col) throws 
InvalidTypeException {
         return off < 0 ? null : readDouble(offset(off));
     }
 
+    public BigDecimal decimalValue(int idx) {
+        // TODO: decimal support

Review comment:
       ```suggestion
           // TODO: IGNITE-13668 decimal support
   ```




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

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


Reply via email to