xingfanx opened a new pull request, #4990:
URL: https://github.com/apache/iceberg/pull/4990

   ```
   BasePageIterator.java:166: warning: [NonCanonicalType] The type 
`BasePageIterator.NullIntIterator` was referred to by the non-canonical name 
`PageIterator.NullIntIterator`. This may be misleading.
           return new PageIterator.NullIntIterator();
                                  ^
       (see https://errorprone.info/bugpattern/NonCanonicalType)
     Did you mean 'return new NullIntIterator();'?
   ```
   Fix  reference of non canonical subclass as noted in this warning


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


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

Reply via email to