diff --git a/src/compute/sort/lex_sort.rs b/src/compute/sort/lex_sort.rs index 0ac05f8df04..7ca8b4c6c72 100644 --- a/src/compute/sort/lex_sort.rs +++ b/src/compute/sort/lex_sort.rs @@ -49,7 +49,7 @@ pub struct SortColumn<'a> { /// nulls_first: false, /// }), /// }, -/// ]).unwrap(); +/// ], None).unwrap(); /// /// let sorted = sorted_columns[0].as_any().downcast_ref::().unwrap(); /// assert_eq!(sorted.value(1), -64);