This commit is contained in:
Ryan Green
2024-10-23 11:27:17 -05:00
parent 9ac7a69e4e
commit f9d0dd8523

View File

@@ -2004,7 +2004,7 @@ impl TableInternal for NativeTable {
self.dataset
.get_mut()
.await?
.add_columns(transforms, read_columns)
.add_columns(transforms, read_columns, None)
.await?;
Ok(())
}