Updated to call PartitionCollector regardless of if the partition completes successfully
This commit is contained in:
@@ -44,7 +44,7 @@ public class PartitionCollectorAdapterTests {
|
||||
});
|
||||
|
||||
adapter.afterChunk(null);
|
||||
adapter.afterChunk(null);
|
||||
adapter.afterChunkError(null);
|
||||
adapter.afterChunk(null);
|
||||
|
||||
assertEquals(3, dataQueue.size());
|
||||
|
||||
Reference in New Issue
Block a user