Skip to content

Commit

Permalink
pass check style
Browse files Browse the repository at this point in the history
  • Loading branch information
baishuo authored and liancheng committed Sep 17, 2014
1 parent 2201c75 commit 5033928
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ case class InsertIntoHiveTable(
val fieldOIs = standardOI.getAllStructFieldRefs.map(_.getFieldObjectInspector).toArray
val outputData = new Array[Any](fieldOIs.length)
val defaultPartName = jobConfSer.value.get(
HiveConf.ConfVars.DEFAULTPARTITIONNAME.varname, HiveConf.ConfVars.DEFAULTPARTITIONNAME.defaultVal)
HiveConf.ConfVars.DEFAULTPARTITIONNAME.varname,
HiveConf.ConfVars.DEFAULTPARTITIONNAME.defaultVal)

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

0 comments on commit 5033928

Please sign in to comment.