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

    https://github.com/apache/spark/pull/19322#discussion_r140503940
  
    --- Diff: 
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveCliSessionStateSuite.scala
 ---
    @@ -27,12 +28,12 @@ import org.apache.spark.sql.hive.HiveUtils
     
     class HiveCliSessionStateSuite extends SparkFunSuite {
     
    -  def withSessionClear(f: () => Unit): Unit = {
    +  def withSessionClear()(f: => Unit): Unit = {
    --- End diff --
    
    It always success before.


---

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

Reply via email to