[
https://issues.apache.org/jira/browse/BEAM-6683?focusedWorklogId=243554&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-243554
]
ASF GitHub Bot logged work on BEAM-6683:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/May/19 18:36
Start Date: 16/May/19 18:36
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #8174:
[BEAM-6683] add createCrossLanguageValidatesRunner task
URL: https://github.com/apache/beam/pull/8174#discussion_r284840403
##########
File path: sdks/python/apache_beam/runners/worker/sdk_worker_main.py
##########
@@ -197,6 +198,19 @@ def _get_worker_count(pipeline_options):
return 12
+def _load_avro_coder(pipeline_options):
+ experiments = pipeline_options.view_as(DebugOptions).experiments
+
+ experiments = experiments if experiments else []
+
+ for experiment in experiments:
+ # There should only be 1 match so returning from the loop
+ if re.match(r'xlang_test', experiment):
Review comment:
I think having to do logic specific to a test in sdk_worker_main.py is
pretty hacky.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 243554)
> Add an integration test suite for cross-language transforms for Flink runner
> ----------------------------------------------------------------------------
>
> Key: BEAM-6683
> URL: https://issues.apache.org/jira/browse/BEAM-6683
> Project: Beam
> Issue Type: Test
> Components: testing
> Reporter: Chamikara Jayalath
> Assignee: Heejong Lee
> Priority: Major
> Time Spent: 7h 20m
> Remaining Estimate: 0h
>
> We should add an integration test suite that covers following.
> (1) Currently available Java IO connectors that do not use UDFs work for
> Python SDK on Flink runner.
> (2) Currently available Python IO connectors that do not use UDFs work for
> Java SDK on Flink runner.
> (3) Currently available Java/Python pipelines work in a scalable manner for
> cross-language pipelines (for example, try 10GB, 100GB input for
> textio/avroio for Java and Python).
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)