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


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

Review Comment:
   This one is a bit duplicated with 
https://github.com/killzoner/datafusion-ballista/blob/8d0f8421df3391479153b018da6d9e879cd60124/ballista/client/tests/context_unsupported.rs#L67,
 however the previous one will still be useful when we want to test the user 
level caching strategy later



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