HyukjinKwon commented on pull request #30887: URL: https://github.com/apache/spark/pull/30887#issuecomment-749974030
``` org.scalatest.exceptions.TestFailedException: transform.sql Expected "...h status 127. Error:[ /bin/bash: some_non_existent_command: command not found]", but got "...h status 127. Error:[]" Result did not match for query #2 SELECT TRANSFORM(a) USING 'some_non_existent_command' AS (a) FROM t ``` is being fixed in https://github.com/apache/spark/pull/30896#issuecomment-749954219 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
