lowka commented on PR #4140:
URL: https://github.com/apache/ignite-3/pull/4140#issuecomment-2252916734
Nothing is missing (these tests cases pass):
```
@Test
void dynamicLiteralsArgsIncludesAllPairs() {
checkIncludesAllNumericTypePairs(dynamicLiteralArgs());
}
@Test
void literalArgsIncludesAllPairs() {
checkIncludesAllNumericTypePairs(literalArgs());
}
@Test
void caseArgsIncludesAllPairs() {
checkIncludesAllNumericTypePairs(caseArgs());
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]