jduo commented on code in PR #39681:
URL: https://github.com/apache/arrow/pull/39681#discussion_r1462376980


##########
java/vector/src/main/codegen/templates/UnionReader.java:
##########
@@ -39,7 +39,7 @@
 @SuppressWarnings("unused")
 public class UnionReader extends AbstractFieldReader {
 
-  private BaseReader[] readers = new BaseReader[45];
+  private BaseReader[] readers = new BaseReader[46];

Review Comment:
   It'd be good if this constant was given a name.



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