arina-ielchiieva commented on a change in pull request #1690: DRILL-7086:
Output schema for row set mechanism
URL: https://github.com/apache/drill/pull/1690#discussion_r264649328
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/ResultSetLoaderImpl.java
##########
@@ -275,6 +288,11 @@ public ResultSetLoaderImpl(BufferAllocator allocator,
ResultSetOptions options)
this.options = options;
targetRowCount = options.rowCountLimit;
writerIndex = new WriterIndexImpl(this);
+ SchemaTransformer schemaTransform = options.schemaTransformer;
Review comment:
```suggestion
SchemaTransformer schemaTransformer = options.schemaTransformer;
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services