Skip to content

Commit

Permalink
Use 1.40.0-nightly-2019-09-25
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 26, 2019
1 parent 46a14db commit b651d7b
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion rust/arrow/src/array/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1458,5 +1458,4 @@ mod tests {
let mut builder = StructBuilder::new(fields, field_builders);
assert!(builder.field_builder::<BinaryBuilder>(0).is_none());
}

}
1 change: 0 additions & 1 deletion rust/arrow/src/bitmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,4 @@ mod tests {
assert_eq!(true, bitmap.is_set(6));
assert_eq!(false, bitmap.is_set(7));
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/execution/aggregate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1471,5 +1471,4 @@ mod tests {
ds,
)))))
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/execution/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,5 +682,4 @@ mod tests {

Ok(ctx)
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -720,5 +720,4 @@ mod tests {

Ok(())
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/execution/physical_plan/merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,4 @@ mod tests {

Ok(())
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/execution/physical_plan/projection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,4 @@ mod tests {

Ok(())
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/execution/physical_plan/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,4 @@ mod tests {

Ok(())
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/execution/projection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,4 @@ mod tests {

assert_eq!("c1", batch.schema().field(0).name());
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/execution/table_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,5 +315,4 @@ mod tests {
true,
);
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/logicalplan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,5 +641,4 @@ mod tests {
println!("plan: {:?}", plan1);
});
}

}
1 change: 0 additions & 1 deletion rust/datafusion/src/sql/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,5 +569,4 @@ mod tests {
}
}
}

}
2 changes: 1 addition & 1 deletion rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2019-07-30
nightly-2019-09-25

0 comments on commit b651d7b

Please sign in to comment.