JULIELab / jcore-base

Base modules of JCoRe
BSD 2-Clause "Simplified" License
22 stars 11 forks source link

Fix a bug where half of the DBMultiplierReader IDs were not actually processed #144

Closed khituras closed 1 year ago

khituras commented 2 years ago

In the DBMultiplierReader, the hasNext method checks if the IDs of the current retriever thread are empty. This causes a new retrieval of IDs, however, that are never processed.