Skip to content

Commit

Permalink
fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
leoluan2009 committed Aug 11, 2020
1 parent 4ca75ba commit da76e1a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ class SparkExecuteStatementOperationSuite extends SparkFunSuite with SharedSpark
signal: Semaphore,
finalState: OperationState)
extends SparkExecuteStatementOperation(sqlContext, hiveSession, statement,
new util.HashMap, false) {
new util.HashMap, false, 0) {

override def cleanup(): Unit = {
super.cleanup()
Expand Down

0 comments on commit da76e1a

Please sign in to comment.