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 741973c commit a27cfc1Copy full SHA for a27cfc1
sql/core/src/main/scala/org/apache/spark/sql/execution/UnsafeRowSerializer.scala
@@ -139,4 +139,4 @@ private class UnsafeRowSerializerInstance(numFields: Int) extends SerializerInst
139
throw new UnsupportedOperationException
140
override def deserialize[T: ClassTag](bytes: ByteBuffer, loader: ClassLoader): T =
141
142
-}
+}
0 commit comments