[
https://issues.apache.org/jira/browse/DRILL-6680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578082#comment-16578082
]
ASF GitHub Bot commented on DRILL-6680:
---------------------------------------
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]
> Expose SHOW FILES command into INFORMATION_SCHEMA
> -------------------------------------------------
>
> Key: DRILL-6680
> URL: https://issues.apache.org/jira/browse/DRILL-6680
> Project: Apache Drill
> Issue Type: New Feature
> Affects Versions: 1.14.0
> Reporter: Arina Ielchiieva
> Assignee: Arina Ielchiieva
> Priority: Major
> Labels: doc-impacting
> Fix For: 1.15.0
>
>
> Link to design document -
> https://docs.google.com/document/d/1UnvATwH4obn1-XsA83xMz3LtylbMu867eBLN9r3eV3k/edit#
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)