dragosmg commented on PR #13541: URL: https://github.com/apache/arrow/pull/13541#issuecomment-1191832918
In order to avoid repetition in the unit tests, I went for a combined approach: * used `expect_output()` to check for specific pieces of information that we want / expect to be present. I tested `show_exec_plan()` * used `expect_snapshot()` to test `show_query()` and `explain()` which are just wrappers around `show_exec_plan()`. -- 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]
