File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2627,7 +2627,7 @@ pub struct ScanOrdering {
26272627}
26282628
26292629impl ScanOrdering {
2630- /// Attatch a preferred ordering to the scan ordering.
2630+ /// Attach a preferred ordering to the scan ordering.
26312631 /// See [`ScanOrdering`] for details on how this is used.
26322632 pub fn with_preferred_ordering ( mut self , preferred_ordering : Vec < SortExpr > ) -> Self {
26332633 self . preferred_ordering = Some ( preferred_ordering) ;
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ mod tests {
485485 ] ) ?
486486 . build ( ) ?;
487487
488- // We can succesfully rewrite the sort expression `bc1` to `b + c + 1` and push it down
488+ // We can successfully rewrite the sort expression `bc1` to `b + c + 1` and push it down
489489 assert_optimized_plan_equal ! (
490490 plan,
491491 @r"
You can’t perform that action at this time.
0 commit comments