vvysotskyi commented on a change in pull request #1430: DRILL-6680: Expose show
files command into INFORMATION_SCHEMA
URL: https://github.com/apache/drill/pull/1430#discussion_r209556134
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/Records.java
##########
@@ -543,4 +550,38 @@ public Schema(String catalog, String name, String owner,
String type, boolean is
this.IS_MUTABLE = isMutable ? "YES" : "NO";
}
}
-}
+
+ public static class File {
Review comment:
Could you please add Javadoc similar to Javadocs for other nested classes in
this class.
----------------------------------------------------------------
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