comphead commented on code in PR #2375:
URL: https://github.com/apache/datafusion-comet/pull/2375#discussion_r2342592238


##########
native/core/src/execution/operators/scan.rs:
##########
@@ -434,6 +434,19 @@ impl ScanExec {
 
         Ok(selection_indices_arrays)
     }
+
+    pub fn with_ordering(mut self, input_sorted: Vec<PhysicalSortExpr>) -> 
Self {

Review Comment:
   ```suggestion
       pub(crate) fn with_ordering(mut self, input_sorted: 
Vec<PhysicalSortExpr>) -> Self {
   ```
   ?



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to