Skip to content

Commit 491c7d0

Browse files
baishuoliancheng
authored andcommitted
Update InsertIntoHiveTable.scala
1 parent a2374a8 commit 491c7d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ case class InsertIntoHiveTable(
160160
}
161161

162162
def getDynamicPartDir(tableInfo: TableDesc, row: Row, dynamicPartNum2: Int) :String = {
163-
println("tableInfo.class:" + tableInfo.getClass + "|row(2):" + row(2))
164-
println(tableInfo.getProperties.getProperty("columns") + "|" + tableInfo.getProperties.getProperty("partition_columns"))
165163
dynamicPartNum2 match {
166164
case 0 =>""
167165
case i => {

0 commit comments

Comments
 (0)