Skip to content

Commit d85c7fc

Browse files
committed
Reference issue in TODO
1 parent e99c8ab commit d85c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/arrow/record_batch_transformer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +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.
86+
// TODO (https://github.com/apache/iceberg-rust/issues/1914): Add support for null datum values.
8787
return Err(Error::new(
8888
ErrorKind::Unexpected,
8989
format!(

0 commit comments

Comments
 (0)