You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by srowen <gi...@git.apache.org> on 2018/10/24 16:54:39 UTC

[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

GitHub user srowen opened a pull request:

    https://github.com/apache/spark/pull/22815

    [SPARK-25821][SQL] Remove SQLContext methods deprecated in 1.4

    ## What changes were proposed in this pull request?
    
    Remove SQLContext methods deprecated in 1.4
    
    ## How was this patch tested?
    
    Existing tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srowen/spark SPARK-25821

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22815.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22815
    
----
commit c42212e626a5f532cd0f460a9857522534a8ba65
Author: Sean Owen <se...@...>
Date:   2018-10-24T16:50:47Z

    Remove SQLContext methods deprecated in 1.4

----


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #98100 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98100/testReport)** for PR 22815 at commit [`10e403a`](https://github.com/apache/spark/commit/10e403a3bd852cbaf9b3f1d1845a55f06f5ad07a).


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4481/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4445/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #98065 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98065/testReport)** for PR 22815 at commit [`8199362`](https://github.com/apache/spark/commit/81993625218818a2b9444e5ba11588713eda557f).


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    LGTM.
    
    On a related note, we should probably deprecate the entire SQLContext.


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by HyukjinKwon <gi...@git.apache.org>.
Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r228376272
  
    --- Diff: R/pkg/R/SQLContext.R ---
    @@ -434,6 +388,7 @@ read.orc <- function(path, ...) {
     #' Loads a Parquet file, returning the result as a SparkDataFrame.
     #'
     #' @param path path of file to read. A vector of multiple paths is allowed.
    +#' @param ... additional external data source specific named properties.
    --- End diff --
    
    Yeam actually I opened a PR .. https://github.com/srowen/spark/pull/2


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4451/
    Test PASSed.


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r228594291
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala ---
    @@ -54,6 +54,7 @@ import org.apache.spark.sql.util.ExecutionListenerManager
      * @groupname Ungrouped Support functions for language integrated queries
      * @since 1.0.0
      */
    +@deprecated("Use SparkSession instead", "3.0.0")
    --- End diff --
    
    Yea I wouldn't deprecate it now ... the data source API v1 still depends on it. 
    
    Actually now I think about it, we should not be deprecate SQLContext until dsv2 is stable. Otherwise we have a stable API dsv1 depending on a deprecated API.
    



---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #98100 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98100/testReport)** for PR 22815 at commit [`10e403a`](https://github.com/apache/spark/commit/10e403a3bd852cbaf9b3f1d1845a55f06f5ad07a).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #98025 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98025/testReport)** for PR 22815 at commit [`92dda99`](https://github.com/apache/spark/commit/92dda9942dca13a71bc363981fb689f21f61a7c2).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by HyukjinKwon <gi...@git.apache.org>.
Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    BTW, should we update migration guide too?


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Because it was in L457 - multiple function doc blob merged together and CRAN checks for the final version for missing param
    
    Thx for catching
    
    ________________________________
    



---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #97988 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97988/testReport)** for PR 22815 at commit [`98ef77e`](https://github.com/apache/spark/commit/98ef77ef115e9c2835a04c38c10687c3112033d7).
     * This patch **fails SparkR unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #97981 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97981/testReport)** for PR 22815 at commit [`c42212e`](https://github.com/apache/spark/commit/c42212e626a5f532cd0f460a9857522534a8ba65).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/98025/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #98065 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98065/testReport)** for PR 22815 at commit [`8199362`](https://github.com/apache/spark/commit/81993625218818a2b9444e5ba11588713eda557f).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4544/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #97988 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97988/testReport)** for PR 22815 at commit [`98ef77e`](https://github.com/apache/spark/commit/98ef77ef115e9c2835a04c38c10687c3112033d7).


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4521/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/98065/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r227972751
  
    --- Diff: R/pkg/R/SQLContext.R ---
    @@ -343,7 +343,6 @@ setMethod("toDF", signature(x = "RDD"),
     #' path <- "path/to/file.json"
     #' df <- read.json(path)
     #' df <- read.json(path, multiLine = TRUE)
    -#' df <- jsonFile(path)
    --- End diff --
    
    @felixcheung maybe you can check my work here. Is this the right amount of stuff to delete from SparkR when removing these deprecated SQLContext methods?


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r228232993
  
    --- Diff: R/pkg/R/SQLContext.R ---
    @@ -434,6 +388,7 @@ read.orc <- function(path, ...) {
     #' Loads a Parquet file, returning the result as a SparkDataFrame.
     #'
     #' @param path path of file to read. A vector of multiple paths is allowed.
    +#' @param ... additional external data source specific named properties.
    --- End diff --
    
    @felixcheung I got this CRAN doc error on the last run:
    
    ```
    * checking for code/documentation mismatches ... OK
    * checking Rd \usage sections ... WARNING
    Undocumented arguments in documentation object 'read.parquet'
      '...'
    ```
    
    I guess this is what it wants, but not sure why it didn't come up before?


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/98100/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r228554831
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala ---
    @@ -54,6 +54,7 @@ import org.apache.spark.sql.util.ExecutionListenerManager
      * @groupname Ungrouped Support functions for language integrated queries
      * @since 1.0.0
      */
    +@deprecated("Use SparkSession instead", "3.0.0")
    --- End diff --
    
    One more very late question for 2.4 -- @rxin is it even better to deprecate this right now in 2.4.0? and in Python, R?


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r228045893
  
    --- Diff: R/pkg/R/SQLContext.R ---
    @@ -343,7 +343,6 @@ setMethod("toDF", signature(x = "RDD"),
     #' path <- "path/to/file.json"
     #' df <- read.json(path)
     #' df <- read.json(path, multiLine = TRUE)
    -#' df <- jsonFile(path)
    --- End diff --
    
    yes, that's part of it, I want to remove other deprecated methods also


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #98025 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98025/testReport)** for PR 22815 at commit [`92dda99`](https://github.com/apache/spark/commit/92dda9942dca13a71bc363981fb689f21f61a7c2).


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/97981/
    Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/97988/
    Test FAILed.


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/22815


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r228396856
  
    --- Diff: R/pkg/R/SQLContext.R ---
    @@ -434,6 +388,7 @@ read.orc <- function(path, ...) {
     #' Loads a Parquet file, returning the result as a SparkDataFrame.
     #'
     #' @param path path of file to read. A vector of multiple paths is allowed.
    +#' @param ... additional external data source specific named properties.
    --- End diff --
    
    Oops, I missed that, sorry. I'll incorporate both changes.


---

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


[GitHub] spark pull request #22815: [SPARK-25821][SQL] Remove SQLContext methods depr...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22815#discussion_r228233269
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala ---
    @@ -54,6 +54,7 @@ import org.apache.spark.sql.util.ExecutionListenerManager
      * @groupname Ungrouped Support functions for language integrated queries
      * @since 1.0.0
      */
    +@deprecated("Use SparkSession instead", "3.0.0")
    --- End diff --
    
    Adding a deprecation notice per @rxin 


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    **[Test build #97981 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97981/testReport)** for PR 22815 at commit [`c42212e`](https://github.com/apache/spark/commit/c42212e626a5f532cd0f460a9857522534a8ba65).


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged to master


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22815: [SPARK-25821][SQL] Remove SQLContext methods deprecated ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22815
  
    Merged build finished. Test FAILed.


---

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