gianm opened a new pull request, #14677: URL: https://github.com/apache/druid/pull/14677
The call to createSplits(inputFormat, null) in formattableReader would use the default split hint spec, MaxSizeSplitHintSpec, which makes getObjectMetadata calls in order to compute its splits. This isn't necessary; we're just trying to unpack the files inside the input source. To fix this, use FilePerSplitHintSpec to extract files without any funny business. -- 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]
