datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Datawave 707

Open cmitchell opened this issue 2 years ago • 0 comments

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 and UniqueIterator 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 the LongRunningQueryTest

cmitchell avatar Apr 13 '22 18:04 cmitchell