alamb commented on issue #1118:
URL: 
https://github.com/apache/arrow-datafusion/issues/1118#issuecomment-944517507


   > By using assert_batches_eq! isnt that comparing the final record batch 
output? And couldnt you have that same output regardless of whether an 
optimization was used? Or was the idea to just add that as an additional 
assertion?
   
   I was thinking of using `assesrt_batches_eq!` on the output of an `EXPLAIN 
...` query (it is more convenient for test updates, I have found, than the 
tests in filter pushdown that use a multi-line literal string)


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