emkornfield commented on code in PR #1851:
URL: https://github.com/apache/iceberg-rust/pull/1851#discussion_r2530699261
##########
crates/iceberg/src/spec/manifest/writer.rs:
##########
@@ -410,7 +423,11 @@ impl ManifestWriter {
// Manifest schema did not change between V2 and V3
FormatVersion::V2 | FormatVersion::V3 =>
manifest_schema_v2(&partition_type)?,
};
- let mut avro_writer = AvroWriter::new(&avro_schema, Vec::new());
+
+ // Determine compression codec using CompressionSettings
Review Comment:
unneeded comment.
--
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]