Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kiszk committed Apr 6, 2018
1 parent 1d75cf3 commit a7665fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package org.apache.spark.sql.catalyst.expressions.codegen
import org.apache.spark.SparkFunSuite
import org.apache.spark.unsafe.types.UTF8String

class UTF8StringBufferSuite extends SparkFunSuite {
class UTF8StringBuilderSuite extends SparkFunSuite {

test("basic test") {
val sb = new UTF8StringBuilder()
Expand Down

0 comments on commit a7665fd

Please sign in to comment.