Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23031#discussion_r237075228
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala 
---
    @@ -2715,4 +2715,11 @@ abstract class DDLSuite extends QueryTest with 
SQLTestUtils {
           }
         }
       }
    +
    +  test("set command rejects SparkConf entries") {
    +    val ex = intercept[AnalysisException] {
    +      sql("SET spark.task.cpus = 4")
    --- End diff --
    
    ditto


---

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

Reply via email to