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

    https://github.com/apache/spark/pull/2887#discussion_r19261442
  
    --- Diff: 
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suite.scala
 ---
    @@ -150,10 +150,12 @@ class HiveThriftServer2Suite extends FunSuite with 
Logging {
           val dataFilePath =
             
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")
     
    -      val queries = Seq(
    -        "CREATE TABLE test(key INT, val STRING)",
    -        s"LOAD DATA LOCAL INPATH '$dataFilePath' OVERWRITE INTO TABLE 
test",
    -        "CACHE TABLE test")
    +      val queries =
    +        s"""SET spark.sql.shuffle.partitions=3;
    --- End diff --
    
    This SET command is used as a regression test of SPARK-4037.


---
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