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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org