dongjoon-hyun edited a comment on issue #24769: [SPARK-27920][SQL][TEST] Add `interceptParseException` test utility function URL: https://github.com/apache/spark/pull/24769#issuecomment-498097331 Thank you for review and approval, @HyukjinKwon ! For `comparePlans`, there is only one exception in `PlanResolutionSuite`. ``` private def parseResolveCompare(query: String, expected: LogicalPlan): Unit = comparePlans(parseAndResolve(query), expected, checkAnalysis = true) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
