arina-ielchiieva commented on a change in pull request #1599: DRILL-6903:
SchemaBuilder code improvements
URL: https://github.com/apache/drill/pull/1599#discussion_r245993418
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/model/MetadataProvider.java
##########
@@ -38,17 +37,16 @@
TupleMetadata tuple();
VariantMetadata variant();
- public static class VectorDescrip {
+ class VectorDescrip {
Review comment:
`MetadataProvider` is an interface. Modifiers public and static are
redundant for inner classes of interfaces.
----------------------------------------------------------------
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