Skip to content

Commit

Permalink
Update InsertIntoHiveTable.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
baishuo authored and liancheng committed Oct 1, 2014
1 parent adf02f1 commit 6af73f4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ case class InsertIntoHiveTable(
}

def getDynamicPartDir(tableInfo: TableDesc, row: Row, dynamicPartNum2: Int) :String = {
println("tableInfo.class:" + tableInfo.getClass + "|row(2):" + row(2))
println(tableInfo.getProperties.getProperty("columns") + "|" + tableInfo.getProperties.getProperty("partition_columns"))
dynamicPartNum2 match {
case 0 =>""
case i => {
Expand Down

0 comments on commit 6af73f4

Please sign in to comment.