Skip to content

Commit 545fbe2

Browse files
committed
differentiate octet_length and bit_length test name
1 parent 3a07337 commit 545fbe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sql/core/src/test/scala/org/apache/spark/sql/StringFunctionsSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ class StringFunctionsSuite extends QueryTest with SharedSparkSession {
486486
)
487487
}
488488

489-
test("SPARK-36751: add octet/bit length api for scala") {
489+
test("SPARK-36751: add octet length api for scala") {
490490
// scalastyle:off
491491
// non ascii characters are not allowed in the code, so we disable the scalastyle here.
492492
val df = Seq(("123", Array[Byte](1, 2, 3, 4), 123, 2.0f, 3.015, "\ud83d\udc08"))
@@ -512,7 +512,7 @@ class StringFunctionsSuite extends QueryTest with SharedSparkSession {
512512
// scalastyle:on
513513
}
514514

515-
test("SPARK-36751: add octet/bit length api for scala") {
515+
test("SPARK-36751: add bit length api for scala") {
516516
// scalastyle:off
517517
// non ascii characters are not allowed in the code, so we disable the scalastyle here.
518518
val df = Seq(("123", Array[Byte](1, 2, 3, 4), 123, 2.0f, 3.015, "\ud83d\udc08"))

0 commit comments

Comments
 (0)