caicancai commented on code in PR #4009:
URL: https://github.com/apache/calcite/pull/4009#discussion_r1812876111


##########
arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowData.java:
##########
@@ -59,18 +66,57 @@ public class ArrowData {
 
   private final int batchSize;
   private final int entries;
+  private byte  tinyIntValue;
+  private short smallIntValue;
   private int intValue;
   private int stringValue;
   private float floatValue;
   private long longValue;
+  private double doubleValue;
+  private boolean booleanValue;
+  private int decimalValue;

Review Comment:
   fix. change to BigDecimal



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