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_r264648156
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/ColumnBuilder.java
##########
@@ -331,7 +461,18 @@ private static ColumnState buildUnion(ContainerState
parent, ColumnMetadata colu
return new UnionColumnState(parent.loader(), writer, vectorState,
unionState);
}
- private static ColumnState buildList(ContainerState parent, ColumnMetadata
columnSchema) {
+ private ColumnState buildList(ContainerState parent, ColumnTransformer
outputCol) {
+ ProjectionType projType = outputCol.projectionType();
+ ColumnMetadata columnSchema = outputCol.outputSchema();
+
+ switch (projType) {
+ case TUPLE:
Review comment:
Same here.
----------------------------------------------------------------
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