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:
[email protected]
With regards,
Apache Git Services