arina-ielchiieva commented on a change in pull request #1683: DRILL-6952: Host 
compliant text reader on the row set framework
URL: https://github.com/apache/drill/pull/1683#discussion_r264042098
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/scan/file/FileMetadataManager.java
 ##########
 @@ -165,6 +196,16 @@ public void bind(ResultVectorCache vectorCache) {
     this.vectorCache = vectorCache;
   }
 
+  /**
+   * Returns the file metadata column parser that:
+   * <ul>
+   * <li>Picks out the file metadata and partition columns,</li>
+   * <li>Inserts partition columns for a wildcard query, if the
+   * option to do so is set.</li>
+   *
+   * @see {{@link #useLegacyWildcardExpansion}
 
 Review comment:
   ```suggestion
      * @see {@link #useLegacyWildcardExpansion}
   ```

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

Reply via email to