kyle-mccarthy commented on a change in pull request #7371:
URL: https://github.com/apache/arrow/pull/7371#discussion_r437013853



##########
File path: rust/datafusion/src/execution/table_impl.rs
##########
@@ -131,6 +132,11 @@ impl Table for TableImpl {
     ) -> Result<Vec<RecordBatch>> {
         ctx.collect_plan(&self.plan.clone(), batch_size)
     }
+
+    /// Returns the schema from the logical plan
+    fn schema(&self) -> &Box<Schema> {

Review comment:
       So I was able to get the ref of the boxed value using `as_ref` -- let me 
know if that is what you were intending. 




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