mingmwang commented on code in PR #5322: URL: https://github.com/apache/arrow-datafusion/pull/5322#discussion_r1116789040
########## datafusion/core/src/physical_plan/memory.rs: ########## @@ -144,6 +146,25 @@ impl MemoryExec { schema, projected_schema, projection, + sort_information: None, + }) + } + /// Create a new execution plan for reading in-memory record batches + /// The provided `schema` should not have the projection applied. Also, you can specify sort + /// information on PhysicalExprs. + pub fn try_new_with_sort_information( Review Comment: 👍 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org