paul-rogers opened a new pull request #2077: URL: https://github.com/apache/drill/pull/2077
# [DRILL-7734](https://issues.apache.org/jira/browse/DRILL-7734): Revise the result set reader ## Description The "result set reader" uses the column accessors to iterate over rows from multiple batches, similar to how the "result set loader" creates batches in a scan. This PR refactors the code to clarify the two ways that the reader is used. First, the "pull" reader in one operator reads ("pulls") batches from an upstream operator. To implement JSON streaming, we need a second model, a "push" version where a caller provides batches. ## Documentation N/A ## Testing Added tests. Reran all unit tests. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
