Github user anubhav100 commented on the issue:
https://github.com/apache/carbondata/pull/1940
In this PR we have removed CarbonDataRecordset,
CarbonDataRecordSetProvider, and CarbonDataRecordCursor classes because now our
column vectors are filled in CarbonDataPageSource, so there is no need to
iterate on the record using recordcursor ---
