Skip to content

Commit

Permalink
refactor: spotless :(
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Nov 3, 2023
1 parent 4756edd commit 417308f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public void switchExpression() {
new RexExpressionConverter(
CASE, new ScalarFunctionConverter(extensions.scalarFunctions(), typeFactory)));

// cannot roundtrip test switchExpression because Calcite simplifies the representation
assertExpressionEquality(
// cannot roundtrip test switchExpression because Calcite simplifies the representation
assertExpressionEquality(
b.ifThen(
List.of(
b.ifClause(b.equal(b.fieldReference(commonTable, 0), b.i32(5)), b.i32(1)),
Expand Down

0 comments on commit 417308f

Please sign in to comment.