We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86db76f commit 35dffb5Copy full SHA for 35dffb5
lib/codecs/src/encoding/format/parquet.rs
@@ -1710,9 +1710,8 @@ mod tests {
1710
Value::Float(ordered_float::NotNan::new(9.81).unwrap()),
1711
);
1712
log.insert("f_utf8", "hello");
1713
- // Timestamp/date fields left null — Arrow builder doesn't support "UTC"
1714
- // timezone string without chrono-tz, so we verify schema creation works
1715
- // and null handling is correct.
+ // Timestamp/date fields intentionally left null to verify that the
+ // schema handles missing values correctly (nullable columns).
1716
1717
let mut buffer = BytesMut::new();
1718
serializer
0 commit comments