isidentical commented on code in PR #56:
URL: 
https://github.com/apache/arrow-datafusion-python/pull/56#discussion_r1001168503


##########
src/context.rs:
##########
@@ -368,4 +399,4 @@ impl PySessionContext {
         let df = PyDataFrame::new(wait_for_future(py, 
result).map_err(DataFusionError::from)?);
         Ok(df)
     }
-}
+}

Review Comment:
   FYI: you have removed the line at the very end, which is probably something 
your editor did automatically. That might be the problem with the styling.



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