Skip to content

Commit 35dffb5

Browse files
committed
fix: clarify test comment — timestamps null for null-handling test, not chrono-tz
1 parent 86db76f commit 35dffb5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/codecs/src/encoding/format/parquet.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,9 +1710,8 @@ mod tests {
17101710
Value::Float(ordered_float::NotNan::new(9.81).unwrap()),
17111711
);
17121712
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.
1713+
// Timestamp/date fields intentionally left null to verify that the
1714+
// schema handles missing values correctly (nullable columns).
17161715

17171716
let mut buffer = BytesMut::new();
17181717
serializer

0 commit comments

Comments
 (0)