aokolnychyi commented on a change in pull request #1421:
URL: https://github.com/apache/iceberg/pull/1421#discussion_r492891197



##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkDataFile.java
##########
@@ -32,7 +33,7 @@
 import org.apache.spark.sql.Row;
 import org.apache.spark.sql.types.StructType;
 
-public class SparkDataFile implements DataFile {
+public class SparkDataFile implements DataFile, StructLike, Serializable {

Review comment:
       I think we won't have to make it serializable or implement `StructLike` 
if we use `SparkDataFile` as a wrapper.




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