[GitHub] [hadoop] steveloughran commented on pull request #3633: HADOOP-17979. Add Interface EtagSource to allow FileStatus subclasses to provide etags

2021-11-23 Thread GitBox
steveloughran commented on pull request #3633: URL: https://github.com/apache/hadoop/pull/3633#issuecomment-976378443 ok, just pushed up a rebase with the checkstyle fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hadoop] steveloughran commented on pull request #3633: HADOOP-17979. Add Interface EtagSource to allow FileStatus subclasses to provide etags

2021-11-16 Thread GitBox
steveloughran commented on pull request #3633: URL: https://github.com/apache/hadoop/pull/3633#issuecomment-970156429 yetus is done. it's complaining about deprecation, but the deprecated method is only used in the s3a code in s3guard classes cut in another PR. I'm not going to fix them

[GitHub] [hadoop] steveloughran commented on pull request #3633: HADOOP-17979. Add Interface EtagSource to allow FileStatus subclasses to provide etags

2021-11-10 Thread GitBox
steveloughran commented on pull request #3633: URL: https://github.com/apache/hadoop/pull/3633#issuecomment-965421031 tested: azure cardiff. all good except failures addressed in #3641 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [hadoop] steveloughran commented on pull request #3633: HADOOP-17979. Add Interface EtagSource to allow FileStatus subclasses to provide etags

2021-11-08 Thread GitBox
steveloughran commented on pull request #3633: URL: https://github.com/apache/hadoop/pull/3633#issuecomment-963462053 + @mukund-thakur @mehakmeet @snvijaya new tests happy; regression tests in progress. note this also moves abfs listFiles and listLocatedStatus API calls into