Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
The free-form query specification need to be revised. The current design can return incorrect results. For example, if the user specified a query of the form: SELECT .... FROM .... WHERE $CONDITIONS OR myOtherCondition, then the same record can be read by multiple RecordReaders resulting in duplicate records processed by the job. A possible way of correcting this behavior is to use a nested query.