jenniferdai commented on issue #4804: Revert "Fix controller download segment api on non-local PinotFS." URL: https://github.com/apache/incubator-pinot/pull/4804#issuecomment-552022063 @chenboat I think **final URI segmentFileURI = URIUtils.getUri(provider.getBaseDataDirURI().toString(), tableName, segmentName);** is the problematic line because when I change it to **File segmentFile2 = new File(provider.getBaseDataDir(), String.join(File.separator, tableName, segmentName)); URI segmentFileURI = segmentFile2.toURI();** tests begin to pass again.
---------------------------------------------------------------- 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]
