milenkovicm commented on code in PR #1651:
URL:
https://github.com/apache/datafusion-ballista/pull/1651#discussion_r3202872644
##########
ballista/client/tests/context_checks.rs:
##########
@@ -39,6 +39,28 @@ mod supported {
crate::common::example_test_data()
}
+ /// Concatenate the `plan` column of an EXPLAIN result into a single
+ /// string for substring assertions.
+ fn plan_text(batches: &[RecordBatch]) -> String {
Review Comment:
Can we use standard batch assertion instead of bringing this function?
--
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]