Skip to content

Commit

Permalink
sscalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Apr 9, 2024
1 parent d399cdb commit 8fd5440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class PartitionUtilsSuite extends AnyFunSuite {
// exp predicate for checkpoint reader pushdown
"""((column(`add`.`partitionValues_parsed`.`part1`) = 12) AND
|(column(`add`.`partitionValues_parsed`.`part3`) >= sss))"""
.stripMargin.replaceAll("\n", " "),
.stripMargin.replaceAll("\n", " ")
),
// multiple predicates on partition columns joined with OR
predicate("OR",
Expand Down

0 comments on commit 8fd5440

Please sign in to comment.