HyukjinKwon opened a new pull request, #45171:
URL: https://github.com/apache/spark/pull/45171

   ### What changes were proposed in this pull request?
   
   This PR fixes `maven_test.yml` compatible with macos-14 by fixing `script` 
command options.
   
   ### Why are the changes needed?
   
   https://github.com/apache/spark/actions/runs/7964626045/job/21742573399
   
   It fails as below:
   
   {code}
   Run # Fix for TTY related issues when launching the Ammonite REPL in tests.
   /usr/bin/script: illegal option -- c
   usage: script [-aeFkpqr] [-t time] [file [command ...]]
          script -p [-deq] [-T fmt] [file]
   Error: Process completed with exit code 1.
   {code}
   
   See https://man.freebsd.org/cgi/man.cgi?script(1)
   https://man7.org/linux/man-pages/man1/script.1.html
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, test-only.
   
   ### How was this patch tested?
   
   Manually tested in my local.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to