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/01/09 13:53:31 UTC

[GitHub] arina-ielchiieva commented on a change in pull request #1599: DRILL-6903: SchemaBuilder code improvements

arina-ielchiieva commented on a change in pull request #1599: DRILL-6903: SchemaBuilder code improvements
URL: https://github.com/apache/drill/pull/1599#discussion_r246049262
 
 

 ##########
 File path: exec/java-exec/src/test/java/org/apache/drill/test/rowSet/test/TestSchemaBuilder.java
 ##########
 @@ -81,7 +79,7 @@ public void testRowPreBuilt() {
 
     MaterializedField aField = MaterializedField.create("a",
         Types.optional(MinorType.VARCHAR));
-    AbstractColumnMetadata bCol = MetadataUtils.newScalar("b",
+    ColumnMetadata bCol = MetadataUtils.newScalar("b",
 
 Review comment:
   Sure, I'll add unit tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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