[ 
https://issues.apache.org/jira/browse/BEAM-4793?focusedWorklogId=129386&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-129386
 ]

ASF GitHub Bot logged work on BEAM-4793:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Jul/18 17:20
            Start Date: 31/Jul/18 17:20
    Worklog Time Spent: 10m 
      Work Description: reuvenlax closed pull request #6103: [BEAM-4793] Enable 
schemas for Dataflow runner.
URL: https://github.com/apache/beam/pull/6103
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/runners/google-cloud-dataflow-java/build.gradle 
b/runners/google-cloud-dataflow-java/build.gradle
index 98535fa7436..9682e94604a 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -36,7 +36,7 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '7',
     'dataflow.fnapi_environment_major_version' : '7',
-    'dataflow.container_version' : 'beam-master-20180710'
+    'dataflow.container_version' : 'beam-master-20180730'
   ]
 }
 
@@ -122,7 +122,6 @@ task validatesRunnerTest(type: Test) {
     excludeCategories 'org.apache.beam.sdk.testing.UsesGaugeMetrics'
     excludeCategories 'org.apache.beam.sdk.testing.UsesSetState'
     excludeCategories 'org.apache.beam.sdk.testing.UsesMapState'
-    excludeCategories 'org.apache.beam.sdk.testing.UsesSchema'
     excludeCategories 
'org.apache.beam.sdk.testing.UsesSplittableParDoWithWindowedSideInputs'
     excludeCategories 'org.apache.beam.sdk.testing.UsesUnboundedPCollections'
     excludeCategories 'org.apache.beam.sdk.testing.UsesTestStream'


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 129386)
    Time Spent: 1.5h  (was: 1h 20m)

> Enable schemas for all runners
> ------------------------------
>
>                 Key: BEAM-4793
>                 URL: https://issues.apache.org/jira/browse/BEAM-4793
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Assignee: Reuven Lax
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently schemas are only enabled in the direct runner.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to