Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: Add missing line - assign param S3FileIOProperties inside constructor #7559

Merged
merged 1 commit into from
May 8, 2023

Conversation

akshayakp97
Copy link
Contributor

This PR adds a line that got removed by mistake when I rebased changes for my earlier PR.

Ran integ tests in TestS3FileIOIntegration, tests passed.

@github-actions github-actions bot added the AWS label May 8, 2023
Copy link
Contributor

@jackye1995 jackye1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the fix!

@akshayakp97 akshayakp97 changed the title add missing line - assign param S3FileIOProperties inside constructor AWS: Add missing line - assign param S3FileIOProperties inside constructor May 8, 2023
@@ -120,6 +120,7 @@ public S3FileIO(SerializableSupplier<S3Client> s3) {
*/
public S3FileIO(SerializableSupplier<S3Client> s3, S3FileIOProperties s3FileIOProperties) {
this.s3 = s3;
this.s3FileIOProperties = s3FileIOProperties;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. Down the line AWS integration tests being run during CI should catch issues like this.

@jackye1995 jackye1995 merged commit bbe7a64 into apache:master May 8, 2023
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants