Skip to content

Commit 5033928

Browse files
baishuoliancheng
authored andcommitted
pass check style
1 parent 2201c75 commit 5033928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ case class InsertIntoHiveTable(
301301
val fieldOIs = standardOI.getAllStructFieldRefs.map(_.getFieldObjectInspector).toArray
302302
val outputData = new Array[Any](fieldOIs.length)
303303
val defaultPartName = jobConfSer.value.get(
304-
HiveConf.ConfVars.DEFAULTPARTITIONNAME.varname, HiveConf.ConfVars.DEFAULTPARTITIONNAME.defaultVal)
304+
HiveConf.ConfVars.DEFAULTPARTITIONNAME.varname,
305+
HiveConf.ConfVars.DEFAULTPARTITIONNAME.defaultVal)
305306

306307
val partitionColumns = fileSinkConf.getTableInfo.
307308
getProperties.getProperty("partition_columns") // a String like "colname1/colname2"

0 commit comments

Comments
 (0)