Skip to content

Commit e9f705d

Browse files
committed
Fix scala style
1 parent ee0c558 commit e9f705d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveOptions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ object HiveOptions {
112112
"mapkeyDelim" -> "mapkey.delim",
113113
"lineDelim" -> "line.delim").map { case (k, v) => k.toLowerCase(Locale.ROOT) -> v }
114114

115-
def getHiveWriteCompression(tableInfo: TableDesc, sqlConf: SQLConf): Option[(String, String)]= {
115+
def getHiveWriteCompression(tableInfo: TableDesc, sqlConf: SQLConf): Option[(String, String)] = {
116116
val tableProps = tableInfo.getProperties.asScala.toMap
117117
tableInfo.getOutputFileFormatClassName.toLowerCase match {
118118
case formatName if formatName.endsWith("parquetoutputformat") =>

0 commit comments

Comments
 (0)