Skip to content

Commit a5ab68e

Browse files
committed
Revert "adding debug info"
This reverts commit 0db7ce8.
1 parent a60d680 commit a5ab68e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,6 @@ object HiveContext {
419419
case (decimal: BigDecimal, DecimalType()) =>
420420
HiveShim.createDecimal(decimal.underlying()).toString
421421
case (other, tpe) if primitiveTypes contains tpe => other.toString
422-
case (a, b) => println(a.getClass); println(b.getClass);
423-
println(a.toString + " " + b.toString);
424-
a.toString + " " + b.toString;
425422
}
426423

427424
/** Hive outputs fields of structs slightly differently than top level attributes. */

0 commit comments

Comments
 (0)