We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99c8ab commit d85c7fcCopy full SHA for d85c7fc
crates/iceberg/src/arrow/record_batch_transformer.rs
@@ -83,7 +83,7 @@ fn constants_map(
83
// Handle both None (null) and Some(Literal::Primitive) cases
84
match &partition_data[pos] {
85
None => {
86
- // TODO: Add support for null datum values.
+ // TODO (https://github.com/apache/iceberg-rust/issues/1914): Add support for null datum values.
87
return Err(Error::new(
88
ErrorKind::Unexpected,
89
format!(
0 commit comments