steveloughran commented on pull request #2530: URL: https://github.com/apache/hadoop/pull/2530#issuecomment-740536282
I have a more straightforward solution to this: S3A to implement the FileSystem.getXAttr API call to return the headers. No risk to other applications; all spark will need to do is check for the header before looking for file length, swallow any exceptions raised in the API call and fall back to getFileStatus. Less than 10 lines. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
