KazydubB commented on a change in pull request #1974: DRILL-7574: Generalize 
the projection parser
URL: https://github.com/apache/drill/pull/1974#discussion_r377035722
 
 

 ##########
 File path: 
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/scan/TestFileMetadataColumnParser.java
 ##########
 @@ -236,14 +199,12 @@ public void testLegacyWildcardAndFileMetadata() {
    * As above, but include implicit columns before and after the
    * wildcard.
    */
-
   @Test
   public void testLegacyWildcardAndFileMetadataMixed() {
     Path filePath = new Path("hdfs:///w/x/y/z.csv");
     FileMetadataOptions options = standardOptions(filePath);
     options.useLegacyWildcardExpansion(true);
-    options.useLegacyExpansionLocation(false);
-    FileMetadataManager metadataManager = new FileMetadataManager(
+     FileMetadataManager metadataManager = new FileMetadataManager(
 
 Review comment:
   ```suggestion
       FileMetadataManager metadataManager = new FileMetadataManager(
   ```

----------------------------------------------------------------
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