You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/03/14 01:16:48 UTC

[GitHub] [drill] paul-rogers commented on a change in pull request #1690: DRILL-7086: Output schema for row set mechanism

paul-rogers 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_r264990463
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/ColumnBuilder.java
 ##########
 @@ -171,6 +251,32 @@ private static ColumnState buildPrimitive(ContainerState parent, ColumnMetadata
         vectorState);
   }
 
+  private void incompatibleProjection(ProjectionType projType,
+      ColumnMetadata columnSchema) {
+    StringBuilder buf = new StringBuilder()
+      .append("Projection of type ");
+    switch (projType) {
+    case ARRAY:
 
 Review comment:
   Same comment

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services