[GitHub] [drill] paul-rogers opened a new pull request #1897: DRILL-7442: Create multi-batch row set reader

2019-11-10 Thread GitBox
paul-rogers opened a new pull request #1897: DRILL-7442: Create multi-batch row set reader URL: https://github.com/apache/drill/pull/1897 Adds a ResultSetReader that works across multiple batches in a result set. Reuses the same row set and readers if schema is unchanged, creates a

[jira] [Created] (DRILL-7442) Create multi-batch row set reader

2019-11-10 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7442: -- Summary: Create multi-batch row set reader Key: DRILL-7442 URL: https://issues.apache.org/jira/browse/DRILL-7442 Project: Apache Drill Issue Type: Improvement

[GitHub] [drill] paul-rogers opened a new pull request #1896: DRILL-7441: Fix issues with fillEmpties, offset vectors

2019-11-10 Thread GitBox
paul-rogers opened a new pull request #1896: DRILL-7441: Fix issues with fillEmpties, offset vectors URL: https://github.com/apache/drill/pull/1896 Fixes subtle issues with offset vectors and "fill empties" logic. Drill has an informal standard that if a batch has no rows, then

[jira] [Created] (DRILL-7441) Fix issues with fillEmpties, offset vectors

2019-11-10 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7441: -- Summary: Fix issues with fillEmpties, offset vectors Key: DRILL-7441 URL: https://issues.apache.org/jira/browse/DRILL-7441 Project: Apache Drill Issue Type: Bug