DaniilRoman commented on PR #15015: URL: https://github.com/apache/pinot/pull/15015#issuecomment-2661629962
I see now, thank you for your feedback and clarification @cyrilou242 🙏 In `/ingestFromURI` we use different PinotFS which work with different object storages and we can't simply create another one for HTTP because we, simply saying, don't support delete operations for HTTP I'd still extend `/ingestFromURI` endpoint instead of `/ingestFromFile`. But the tricky part is the test. Either we can somehow mock an external service in a tricky way or use an actual URL in tests. Would you mind sharing any tips on handling a URL in this 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]
