Skip to content

Commit f66e658

Browse files
committed
compatiable with latest version
1 parent 7dc32ba commit f66e658

File tree

1 file changed

+1
-0
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/types

1 file changed

+1
-0
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/types/dataTypes.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ case object BinaryType extends DataType with PrimitiveType {
164164

165165
case class FixedLenByteArrayType( length:Int ) extends DataType with PrimitiveType {
166166
type JvmType = Array[Byte]
167+
def simpleString: String = "fixed_len_byte_array(%d)".format(length)
167168
}
168169

169170
case object BooleanType extends NativeType with PrimitiveType {

0 commit comments

Comments
 (0)