-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35881/
-----------------------------------------------------------
Review request for drill and Jason Altekruse.
Bugs: DRILL-3354
https://issues.apache.org/jira/browse/DRILL-3354
Repository: drill-git
Description
-------
Unit tests can specifiy an expectedNumBatches when using the TestBuilder, these
tests will fail if they receive a different number of result batches.
I also updated TestWindowFrame to use this feature
Diffs
-----
exec/java-exec/src/test/java/org/apache/drill/DrillTestWrapper.java d4e7ed6
exec/java-exec/src/test/java/org/apache/drill/TestBuilder.java 666ecda
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/window/TestWindowFrame.java
1d6c517
Diff: https://reviews.apache.org/r/35881/diff/
Testing
-------
unit tests are passing
Thanks,
abdelhakim deneche