gaborkaszab commented on code in PR #17127:
URL: https://github.com/apache/iceberg/pull/17127#discussion_r3536383363


##########
api/src/main/java/org/apache/iceberg/ColumnFile.java:
##########
@@ -22,7 +22,7 @@
 import org.apache.iceberg.types.Types;
 
 /** Information about a column file. */
-interface ColumnFile {
+public interface ColumnFile {

Review Comment:
   To return List<ColumnFile> from DataFile, we have to move this class to API 
and make it public.



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