milenkovicm commented on code in PR #7183:
URL: https://github.com/apache/arrow-datafusion/pull/7183#discussion_r1282410839


##########
datafusion/core/src/dataframe.rs:
##########
@@ -707,7 +707,7 @@ impl DataFrame {
         Ok(pretty::print_batches(&results)?)
     }
 
-    fn task_ctx(&self) -> TaskContext {
+    pub fn task_ctx(&self) -> TaskContext {

Review Comment:
   copied rust doc from `context.rs`



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