alamb commented on code in PR #9190:
URL: https://github.com/apache/arrow-datafusion/pull/9190#discussion_r1485193253


##########
datafusion/core/src/datasource/memory.rs:
##########
@@ -58,6 +60,9 @@ pub struct MemTable {
     pub(crate) batches: Vec<PartitionData>,
     constraints: Constraints,
     column_defaults: HashMap<String, Expr>,
+    /// Optional pre-known sort order(s). Must be `SortExpr`s.

Review Comment:
   I needed this feature to write a test that ran with sorted aggregates



-- 
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]

Reply via email to