jenniferdai opened a new pull request #3556: Fixing AzurePinotFS Move API URL: https://github.com/apache/incubator-pinot/pull/3556 * Previously, we called a rename in the move method in AzurePinotFS. PinotFS assumes that the move command takes in the srcUri and that the file gets moved to dstUri. However, rename doesn't behave that way. I have changed move to be a copy and delete instead.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
