Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix tests
  • Loading branch information
uros-db committed Jul 14, 2024
commit d15d92aa9f0b15c879a531756f3f474264bec462
Original file line number Diff line number Diff line change
Expand Up @@ -874,11 +874,6 @@ class CollationStringExpressionsSuite
assert(collationMismatch.getErrorClass === "COLLATION_MISMATCH.EXPLICIT")
}

test("xxxx") {
checkEvaluation(
StringTrim(Literal.create(null, StringType), Literal.create(null, StringType)), null)
}

test("StringTrim* functions - unit tests for both paths (codegen and eval)") {
def evalStringTrim(src: Any, trim: Any, result: String): Unit = {
Seq("UTF8_BINARY", "UTF8_LCASE", "UNICODE", "UNICODE_CI").foreach { collation =>
Expand Down