andygrove opened a new pull request #8028:
URL: https://github.com/apache/arrow/pull/8028


   `TableProvider.scan()` now returns `ExecutionPlan` instead of 
`Vec<Partition>`.
   
   This is a step towards removing the `Partition` trait and passing the 
`partition_id` to `ExecutionPlan.execute()` instead.
   
   I also made some minor improvements to the unit tests to reduce duplicate 
code and use `?` instead of `unwrap()`.


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

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


Reply via email to