We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b12434 commit dfde0adCopy full SHA for dfde0ad
1 file changed
crates/data-generation/src/dataset/mod.rs
@@ -54,7 +54,6 @@ impl DatasetTable {
54
///
55
/// The batch schema must match [`schema`] (i.e. without the time column).
56
pub fn rehydrate(&self, batch: &RecordBatch) -> anyhow::Result<RecordBatch> {
57
-
58
if batch.schema() != self.schema {
59
let mut diffs = Vec::new();
60
let expected_fields = self.schema.fields();
0 commit comments