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 01122e3 commit 340e0b6Copy full SHA for 340e0b6
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScanExec.scala
@@ -132,7 +132,7 @@ case class HiveTableScanExec(
132
tableDesc.getDeserializerClass.getConstructor().newInstance()
133
}
134
deserializer.initialize(hiveConf, tableDesc.getProperties)
135
-
+
136
// Specifies types and object inspectors of columns to be scanned.
137
val structOI = ObjectInspectorUtils
138
.getStandardObjectInspector(
0 commit comments