zhenlineo commented on PR #40675:
URL: https://github.com/apache/spark/pull/40675#issuecomment-1515510014

   @HyukjinKwon I would not think it is flaky. It is probably the GA builds 
also missing the TTY setup in the build steps. So we need to copy the following 
changes to the steps:
   ```
         run: |
           # Fix for TTY related issues when launching the Ammonite REPL in 
tests.
           export TERM=vt100 && script -qfc 'echo exit | amm -s' && rm 
typescript
   ```
   
https://github.com/apache/spark/pull/40675/files#diff-48c0ee97c53013d18d6bbae44648f7fab9af2e0bf5b0dc1ca761e18ec5c478f2R250-R253


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