liyafan82 commented on a change in pull request #8475:
URL: https://github.com/apache/arrow/pull/8475#discussion_r509872357
##########
File path: java/vector/src/main/codegen/templates/UnionListWriter.java
##########
@@ -224,6 +249,27 @@ public void writeBigEndianBytesToDecimal(byte[] value,
ArrowType arrowType){
writer.setPosition(writer.idx() + 1);
}
+ public void writeDecimal256(int start, ArrowBuf buffer, ArrowType arrowType)
{
+ writer.writeDecimal256(start, buffer, arrowType);
Review comment:
The type of start should be long?
----------------------------------------------------------------
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]