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 03e3592 commit 688f69eCopy full SHA for 688f69e
kernel/src/transaction/mod.rs
@@ -205,7 +205,7 @@ fn nullable_restored_add_schema() -> &'static SchemaRef {
205
#[allow(clippy::panic)]
206
static NULLABLE_ADD_LOG_SCHEMA: LazyLock<SchemaRef> = LazyLock::new(|| {
207
NullableStatsTransform
208
- .transform_struct(&get_log_add_schema())
+ .transform_struct(get_log_add_schema())
209
.unwrap_or_else(|| panic!("Failed to transform nullable_restored_add_schema"))
210
.into_owned()
211
.into()
0 commit comments