derrickaw commented on code in PR #39617:
URL: https://github.com/apache/beam/pull/39617#discussion_r3723079984
##########
sdks/java/io/delta/build.gradle:
##########
@@ -115,8 +121,21 @@ task dataflowIntegrationTest(type: Test) {
outputs.upToDateWhen { false }
include '**/*IT.class'
+ exclude '**/DeltaIOS3IT.class'
Review Comment:
I was trying to in JB but couldn't due to the hadoop-aws dependency missing.
I haven't tried again. Was hoping to get this in and try again.
I have an extra step in the post commit to run the DeltaIOS3IT as a local
run.
--
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]