Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyi committed Sep 18, 2015
1 parent e5e0c8a commit 8016830
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -339,6 +339,8 @@ private[sql] object STRING extends NativeColumnType(StringType, 7, 8) {
override def copyField(from: InternalRow, fromOrdinal: Int, to: MutableRow, toOrdinal: Int) {
setField(to, toOrdinal, getField(from, fromOrdinal))
}

override def clone(v: UTF8String): UTF8String = v.clone()
}

private[sql] object DATE extends NativeColumnType(DateType, 8, 4) {
Expand Down

0 comments on commit 8016830

Please sign in to comment.