You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "pan3793 (via GitHub)" <gi...@apache.org> on 2023/04/20 02:22:10 UTC

[GitHub] [spark] pan3793 commented on pull request #40675: [SPARK-42657][CONNECT] Support to find and transfer client-side REPL classfiles to server as artifacts

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

   > @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
   
   @zhenlineo is there some reference about such magic command? better to briefly explain the mechanism or leave a link in comments


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org