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 0fe945f commit e99c8abCopy full SHA for e99c8ab
crates/iceberg/src/arrow/record_batch_transformer.rs
@@ -83,6 +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.
87
return Err(Error::new(
88
ErrorKind::Unexpected,
89
format!(
0 commit comments