mattf-apache edited a comment on issue #539: HADOOP-16109. Parquet reading S3AFileSystem causes EOF URL: https://github.com/apache/hadoop/pull/539#issuecomment-469798813 @steveloughran , does Yetus perhaps try to test each commit individually? Since the file is being created in the first commit and deleted in the second commit, it might be worth squashing this PR and seeing if Yetus likes that better. [Later Edit] It looks like maybe a GitHub issue. Taking a fresh clone and doing: ``` curl -s -S https://patch-diff.githubusercontent.com/raw/apache/hadoop/pull/539.patch | git apply - ``` results in the presence of an untracked not-empty ITestS3AContractRandomSeek.java file: ``` $ git status On branch HADOOP-16109 Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractSeekTest.java modified: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AInputStream.java modified: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/contract/s3a/ITestS3AContractSeek.java Untracked files: (use "git add <file>..." to include in what will be committed) hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/contract/s3a/ITestS3AContractRandomSeek.java $ ls -l hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/contract/s3a/ITestS3AContractRandomSeek.java -rw-r--r-- 1 matt.foley staff 1274 Mar 5 14:17 hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/contract/s3a/ITestS3AContractRandomSeek.java ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
