Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 3, 2024
1 parent a1bfdee commit 15c4989
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,9 @@ class CometExecSuite extends CometTestBase {
}

test("SPARK-33474: Support typed literals as partition spec values") {
withSQLConf(SESSION_LOCAL_TIMEZONE.key -> "Asia/Kathmandu",
CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
withSQLConf(
SESSION_LOCAL_TIMEZONE.key -> "Asia/Kathmandu",
CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
withTable("t1") {
val binaryStr = "Spark SQL"
val binaryHexStr = Hex.hex(UTF8String.fromString(binaryStr).getBytes).toString
Expand Down

0 comments on commit 15c4989

Please sign in to comment.