Skip to content

Commit

Permalink
Cleanup after merging "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan committed Oct 15, 2024
1 parent d6ee3be commit 020bc9f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5615,10 +5615,6 @@ public void testMatchFunctionIsNotNullable() {
);
}

private Literal nullOf(DataType dataType) {
return new Literal(Source.EMPTY, null, dataType);
}

public void testCheckPercentileFoldableSecondArgument() {
VerificationException e = expectThrows(VerificationException.class, () -> plan("""
from test
Expand Down

0 comments on commit 020bc9f

Please sign in to comment.