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 d2ebd72 commit 87b13cfCopy full SHA for 87b13cf
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformation.scala
@@ -167,7 +167,8 @@ case class ScriptTransformation(
167
168
outputStream.write(data)
169
} else {
170
- val writable = inputSerde.serialize(row.asInstanceOf[GenericRow].values, inputSoi)
+ val writable = inputSerde.serialize(
171
+ row.asInstanceOf[GenericInternalRow].values, inputSoi)
172
prepareWritable(writable).write(dataOutputStream)
173
}
174
0 commit comments