Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 27, 2024
1 parent 07f49bc commit 7e6f6fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,8 @@ void testAndWithInfinity() {
statsBuilder.putColumnStatistics(b, columnStatisticBuilderB.build());

Expression predicate = new And(
new GreaterThanEqual(a, new org.apache.doris.nereids.trees.expressions.literal.StringLiteral("2024-05-14")),
new GreaterThanEqual(a,
new org.apache.doris.nereids.trees.expressions.literal.StringLiteral("2024-05-14")),
new GreaterThan(b, new IntegerLiteral(0))
);

Expand Down

0 comments on commit 7e6f6fe

Please sign in to comment.