datawave
datawave copied to clipboard
Datawave 707
This ticket implemented the same intermediate results functionality that was implemented for DATAWAVE-1400 and builds off it, but this time for unique queries. Just like in that ticket, the following was done:
- Separated the UniqueTransform into
UniqueTransform
andUniqueIterator
to make it explicitly clear when the code was executing on the client (transform) vs the server (iterator) - Moved the common code from UniqueTransform into
UniqueUtil
- Updated existing unique query test setups (but did not need to modify the actual tests)
- Added a
testLongRunningUniqueQuery
to theLongRunningQueryTest