You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/08/18 20:19:21 UTC

[GitHub] [beam] iemejia commented on a change in pull request #12603: [WIP][BEAM-10670] Make SparkRunner opt-out for using an SDF powered Read transform.

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:
users@infra.apache.org