chenjunjiedada commented on a change in pull request #2538:
URL: https://github.com/apache/iceberg/pull/2538#discussion_r652292541



##########
File path: core/src/main/java/org/apache/iceberg/avro/ValueReaders.java
##########
@@ -748,4 +753,17 @@ public Long read(Decoder ignored, Object reuse) throws 
IOException {
       return currentPosition;
     }
   }
+
+  static class ConstantReader<C> implements ValueReader<C> {

Review comment:
       Sure,I should remove this first to track all its usage. I believe now no 
one is using it.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to