We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0c558 commit e9f705dCopy full SHA for e9f705d
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveOptions.scala
@@ -112,7 +112,7 @@ object HiveOptions {
112
"mapkeyDelim" -> "mapkey.delim",
113
"lineDelim" -> "line.delim").map { case (k, v) => k.toLowerCase(Locale.ROOT) -> v }
114
115
- def getHiveWriteCompression(tableInfo: TableDesc, sqlConf: SQLConf): Option[(String, String)]= {
+ def getHiveWriteCompression(tableInfo: TableDesc, sqlConf: SQLConf): Option[(String, String)] = {
116
val tableProps = tableInfo.getProperties.asScala.toMap
117
tableInfo.getOutputFileFormatClassName.toLowerCase match {
118
case formatName if formatName.endsWith("parquetoutputformat") =>
0 commit comments