gianm commented on code in PR #19512:
URL: https://github.com/apache/druid/pull/19512#discussion_r3320971053
##########
processing/src/test/java/org/apache/druid/math/expr/VectorExprResultConsistencyTest.java:
##########
@@ -784,8 +786,10 @@ public static void testExpressionRandomizedBindings(
final int numIterations
)
{
- for (int iterations = 0; iterations < numIterations; iterations++) {
- assertEvalsMatch(expr, parsed, makeRandomizedBindings(VECTOR_SIZE,
types));
+ for (int vectorSize : VECTOR_SIZES) {
Review Comment:
Is there a `VectorExprResultConsistencyTest` for one side or the other being
100% null? Would be a good case to check for.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]