dongjoon-hyun commented on pull request #30876: URL: https://github.com/apache/spark/pull/30876#issuecomment-749952827
Thank you, @Ngone51 . The one failure is the following and it's fixed on the master branch at the very latest commit. - https://github.com/apache/spark/commit/ea37717f7c709a86985e006a192bf040f8958da3 ``` SQLQueryTestSuite.transform.sql 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 ``` ---------------------------------------------------------------- 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]
