tustvold commented on code in PR #4699:
URL: https://github.com/apache/arrow-datafusion/pull/4699#discussion_r1054690436


##########
datafusion/core/tests/row.rs:
##########
@@ -84,7 +76,7 @@ async fn test_with_parquet_word_aligned() -> Result<()> {
 }
 
 async fn get_exec(
-    ctx: &SessionContext,
+    ctx: &SessionState,

Review Comment:
   Taking `SessionState` here is more correct as it allows the query to be 
executed against the same state



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