killzoner commented on code in PR #1450:
URL: 
https://github.com/apache/datafusion-ballista/pull/1450#discussion_r2792148234


##########
ballista/client/tests/context_unsupported.rs:
##########
@@ -96,4 +96,51 @@ mod unsupported {
 
         assert_batches_eq!(expected, &result);
     }
+
+    #[rstest]
+    #[case::standalone(standalone_context())]
+    #[case::remote(remote_context())]
+    #[tokio::test]
+
+    async fn should_execute_sql_collect_from_arrow(

Review Comment:
   ```suggestion
       async fn should_execute_sql_collect_from_arrow_file(
   ```
   nit : to me arrow is memory, so it's not 100% clear at first sight that 
we're talking about serialized arrow file



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to