mikemccand commented on a change in pull request #700: LUCENE-8835: Respect 
file extension when listing files form FileSwitchDirectory
URL: https://github.com/apache/lucene-solr/pull/700#discussion_r292510712
 
 

 ##########
 File path: 
lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java
 ##########
 @@ -1416,7 +1416,11 @@ private static BaseDirectoryWrapper newFSDirectory(Path 
f, LockFactory lf, boole
 
       Directory fsdir = newFSDirectoryImpl(clazz, f, lf);
       if (rarely()) {
-        fsdir = new FileSwitchDirectory(Set.of("fdt", "fdx", "tim"), fsdir, 
newFSDirectoryImpl(clazz, f, lf), true);
+        List<String> fileExtensoions =
 
 Review comment:
   `fileExtensoions` -> `fileExtensions`

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to