We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fa8fd commit 306659cCopy full SHA for 306659c
sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveOperators.scala
@@ -113,7 +113,6 @@ case class HiveTableScan(
113
}
114
115
private def unwrapHiveData(value: Any) = value match {
116
- case maybeNull: String if maybeNull.toLowerCase == "null" => null
117
case varchar: HiveVarchar => varchar.getValue
118
case decimal: HiveDecimal => BigDecimal(decimal.bigDecimalValue)
119
case other => other
0 commit comments