iemejia commented on a change in pull request #12603:
URL: https://github.com/apache/beam/pull/12603#discussion_r472315544
##########
File path: runners/spark/build.gradle
##########
@@ -220,13 +220,12 @@ task validatesStructuredStreamingRunnerBatch(type: Test) {
// Metrics
excludeCategories 'org.apache.beam.sdk.testing.UsesCommittedMetrics'
excludeCategories 'org.apache.beam.sdk.testing.UsesSystemMetrics'
- // SDF
- excludeCategories
'org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo'
+ // Bundle finalization
+ excludeCategories 'org.apache.beam.sdk.testing.UsesBundleFinalizer'
// Portability
- excludeCategories 'org.apache.beam.sdk.testing.UsesImpulse'
excludeCategories 'org.apache.beam.sdk.testing.UsesCrossLanguageTransforms'
+ // BEAM-8894: Unsupported
Review comment:
:+1:
----------------------------------------------------------------
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]