DaniilRoman commented on PR #15015: URL: https://github.com/apache/pinot/pull/15015#issuecomment-2648829002
Hey @cyrilou242 👋 I was taking a second look at `PinotIngestionRestletResource` and I realized that this class already has this functionality 😅 This class contains 2 methods/endpoints `ingestFromFile` and `ingestFromURI`, so in order to download a file from URI, one would need to use `/ingestFromURI` endpoint instead of `ingestFromFile` 🙌 So, I guess we can close both the PR and the issue -- 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]
