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

    https://github.com/apache/spark/pull/15790#discussion_r87048260
  
    --- Diff: R/run-tests.sh ---
    @@ -48,7 +48,8 @@ if [[ $FAILED != 0 || $NUM_TEST_WARNING != 0 ]]; then
     else
         # We have 2 existing NOTEs for new maintainer, attach()
         # We have one more NOTE in Jenkins due to "No repository set"
    -    if [[ $NUM_CRAN_WARNING != 0 || $NUM_CRAN_ERROR != 0 || 
$NUM_CRAN_NOTES -gt 3 ]]; then
    +    # We have one warning on ‘qpdf’ is needed for checks on size 
reduction of PDFs
    +    if [[ $NUM_CRAN_WARNING != 1 || $NUM_CRAN_ERROR != 0 || 
$NUM_CRAN_NOTES -gt 3 ]]; then
    --- End diff --
    
    I think we can remove this now. This was the cause for the latest test 
failure ?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to