martin-g commented on code in PR #3192:
URL: https://github.com/apache/avro/pull/3192#discussion_r2097613570


##########
lang/java/avro/src/main/java/org/apache/avro/file/DataFileConstants.java:
##########
@@ -27,7 +27,6 @@ private DataFileConstants() {
 
   public static final byte VERSION = 1;
   public static final byte[] MAGIC = new byte[] { (byte) 'O', (byte) 'b', 
(byte) 'j', VERSION };
-  public static final long FOOTER_BLOCK = -1;

Review Comment:
   Well, it was public, so we can't be sure...



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