Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
JdbcConnectionUriSuite -> JDBCConnectionUriSuite
  • Loading branch information
MaxGekk committed Jul 31, 2020
commit fa2489bba78bff757cec64d6acdd959a2bbbe42c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.apache.hive.jdbc.HiveDriver

import org.apache.spark.util.Utils

class JdbcConnectionUriSuite extends HiveThriftServer2Test {
class JDBCConnectionUriSuite extends HiveThriftServer2Test {
Utils.classForName(classOf[HiveDriver].getCanonicalName)

override def mode: ServerMode.Value = ServerMode.binary
Expand Down