Skip to content

Commit e99c8ab

Browse files
committed
Add TODO
1 parent 0fe945f commit e99c8ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/iceberg/src/arrow/record_batch_transformer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ fn constants_map(
8383
// Handle both None (null) and Some(Literal::Primitive) cases
8484
match &partition_data[pos] {
8585
None => {
86+
// TODO: Add support for null datum values.
8687
return Err(Error::new(
8788
ErrorKind::Unexpected,
8889
format!(

0 commit comments

Comments
 (0)