Skip to content

Commit

Permalink
Fix linting test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Apr 29, 2024
1 parent aef72e3 commit 3471463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ private RexNode caseCall(RelBuilder b, RexNode ref, RexNode... nodes) {
// The below check on the collation currently fails because of
// https://issues.apache.org/jira/browse/CALCITE-6391. Uncomment once this issue is fixed.

//final RelCollation collation1 = RelCollations.of(new RelFieldCollation(1,
// final RelCollation collation1 = RelCollations.of(new RelFieldCollation(1,
// RelFieldCollation.Direction.DESCENDING, RelFieldCollation.NullDirection.LAST),
// new RelFieldCollation(0));
// assertTrue(relTraitSet.getTrait(1).satisfies(collation1));
Expand Down

0 comments on commit 3471463

Please sign in to comment.