Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2538#discussion_r18200031
  
    --- Diff: bin/pyspark ---
    @@ -87,11 +87,7 @@ export PYSPARK_SUBMIT_ARGS
     if [[ -n "$SPARK_TESTING" ]]; then
       unset YARN_CONF_DIR
       unset HADOOP_CONF_DIR
    -  if [[ -n "$PYSPARK_DOC_TEST" ]]; then
    -    exec "$PYSPARK_PYTHON" -m doctest $1
    -  else
    -    exec "$PYSPARK_PYTHON" $1
    -  fi
    +  exec "$PYSPARK_PYTHON" $1
    --- End diff --
    
    it's not necessary, it's part of refactor run-tests, do we need to create a 
separate PR for this?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to