CTTY commented on code in PR #1511:
URL: https://github.com/apache/iceberg-rust/pull/1511#discussion_r2208973814


##########
crates/iceberg/src/spec/manifest/_serde.rs:
##########
@@ -96,9 +96,10 @@ impl ManifestEntryV1 {
     }
 }
 
+/// todo doc
 #[serde_as]
 #[derive(Serialize, Deserialize)]
-pub(super) struct DataFileSerde {
+pub struct DataFileSerde {

Review Comment:
   This was made public because I had to serde DataFiles from 
`IcebergWriteExec` to `IcebergCommitExec`



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to