Skip to content

Commit 2bc86c5

Browse files
committed
Merge branch 'ThriftKVStore' of https://github.com/shahidki31/spark into ThriftKVStore
2 parents 5db0667 + f7fcc75 commit 2bc86c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerPageSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ class ThriftServerPageSuite extends SparkFunSuite with BeforeAndAfter {
6262
System.currentTimeMillis()))
6363
listener.onOtherEvent(SparkListenerThriftServerOperationClosed("id",
6464
System.currentTimeMillis()))
65-
listener.onOtherEvent(SparkListenerThriftServerSessionClosed("sessionid", System.currentTimeMillis()))
65+
listener.onOtherEvent(SparkListenerThriftServerSessionClosed("sessionid",
66+
System.currentTimeMillis()))
6667

6768
statusStore
6869
}

0 commit comments

Comments
 (0)