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

    https://github.com/apache/spark/pull/14243#discussion_r71180619
  
    --- Diff: R/pkg/inst/tests/testthat/jarTest.R ---
    @@ -16,17 +16,17 @@
     #
     library(SparkR)
     
    -sparkR.session()
    +sc <- sparkR.session()
    --- End diff --
    
    If we remove `sc` then it prints a line 
    ```
    Java ref type org.apache.spark.sql.SparkSession id 1
    ```
    It doesn't matter in a test case but I wonder if we should return something 
else / print something better for users who might call 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 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