alamb commented on code in PR #14388:
URL: https://github.com/apache/datafusion/pull/14388#discussion_r1937751339


##########
datafusion/common/src/utils/mod.rs:
##########
@@ -769,6 +769,21 @@ pub fn set_difference<T: Borrow<usize>, S: Borrow<usize>>(
         .collect()
 }
 
+/// Checks whether the given index sequence is monotonically non-decreasing.
+#[deprecated(since = "45.0.0", note = "Use std::iterator::is_sorted instead")]

Review Comment:
   ```suggestion
   #[deprecated(since = "45.0.0", note = "Use std::Iterator::is_sorted 
instead")]
   ```
   
   I double checked and this I think is capitalized `Iterator` -- so updating 
it: 
https://doc.rust-lang.org/nightly/std/iter/trait.Iterator.html#method.is_sorted



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to