RussellSpitzer commented on a change in pull request #1421:
URL: https://github.com/apache/iceberg/pull/1421#discussion_r499679763
##########
File path: core/src/main/java/org/apache/iceberg/DeleteFileIndex.java
##########
@@ -62,7 +62,7 @@
* Use {@link #builderFor(FileIO, Iterable)} to construct an index, and {@link
#forDataFile(long, DataFile)} or
* {@link #forEntry(ManifestEntry)} to get the the delete files to apply to a
given data file.
*/
-class DeleteFileIndex {
+public class DeleteFileIndex {
Review comment:
Public again because we need to access this class from the Spark package
in order to do our planning
----------------------------------------------------------------
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]