You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/05/10 09:47:13 UTC

[beam] 02/03: Enable UsesSchema tests on ValidatesRunner

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch spark-runner_structured-streaming
in repository https://gitbox.apache.org/repos/asf/beam.git

commit be79a86181f91d3e9b201bc3eafd412833a8cc72
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri May 10 11:45:59 2019 +0200

    Enable UsesSchema tests on ValidatesRunner
---
 runners/spark/build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/runners/spark/build.gradle b/runners/spark/build.gradle
index 02dfac7..46e5c25 100644
--- a/runners/spark/build.gradle
+++ b/runners/spark/build.gradle
@@ -207,8 +207,6 @@ task validatesStructuredStreamingRunnerBatch(type: Test) {
     // Portability
     excludeCategories 'org.apache.beam.sdk.testing.UsesImpulse'
     excludeCategories 'org.apache.beam.sdk.testing.UsesCrossLanguageTransforms'
-    // Schema
-    excludeCategories 'org.apache.beam.sdk.testing.UsesSchema'
   }
 }