Skip to content

Commit fe75d02

Browse files
committed
code review
1 parent cbcd2c6 commit fe75d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientVersions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ private[client] trait HiveClientVersions {
2222
protected val versions = if (testVersions.nonEmpty) {
2323
testVersions.get.split(",").map(_.trim).filter(_.nonEmpty).toIndexedSeq
2424
} else {
25-
IndexedSeq("4.1")
25+
IndexedSeq("4.0", "4.1")
2626
}
2727
}

0 commit comments

Comments
 (0)