Github user ppadma commented on a diff in the pull request:
https://github.com/apache/drill/pull/1218#discussion_r182922226
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/test/rowSet/RowSetWriterImpl.java
---
@@ -158,4 +159,10 @@ public SingleRowSet done() {
public int lastWriteIndex() {
return writerIndex.vectorIndex();
}
+
+ @Override
+ public ColumnMetadata schema() {
+ // No column schema for the row as a whole.
--- End diff --
same comment as above---
