yaostartree commented on code in PR #9245:
URL: https://github.com/apache/pinot/pull/9245#discussion_r950788258


##########
pinot-spi/src/main/java/org/apache/pinot/spi/filesystem/PinotFSFactory.java:
##########
@@ -37,6 +37,7 @@ private PinotFSFactory() {
   }
 
   public static final String LOCAL_PINOT_FS_SCHEME = "file";
+  public static final String RECURSIVE_BLOB_PREFIX = "glob:**";

Review Comment:
   Updated the code and added a test. 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to