[
https://issues.apache.org/jira/browse/BEAM-10670?focusedWorklogId=484115&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-484115
]
ASF GitHub Bot logged work on BEAM-10670:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/20 17:15
Start Date: 14/Sep/20 17:15
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #12616:
URL: https://github.com/apache/beam/pull/12616#discussion_r488095723
##########
File path: runners/jet/src/main/java/org/apache/beam/runners/jet/JetRunner.java
##########
@@ -186,7 +189,15 @@ private JetInstance getJetInstance(JetPipelineOptions
options) {
}
private static List<PTransformOverride> getDefaultOverrides() {
- return Collections.emptyList();
+ return Arrays.asList(
Review comment:
There is no exhaustive list as each runner can choose to implement each
transform however they wish. We have to rely on the `@ValidatesRunner` suite of
tests for validation.
----------------------------------------------------------------
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: 484115)
Time Spent: 17h 10m (was: 17h)
> Make non-portable Splittable DoFn the only option when executing Java "Read"
> transforms
> ---------------------------------------------------------------------------------------
>
> Key: BEAM-10670
> URL: https://issues.apache.org/jira/browse/BEAM-10670
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: P2
> Time Spent: 17h 10m
> Remaining Estimate: 0h
>
> All runners seem to be capable of migrating to splittable DoFn for
> non-portable execution except for Dataflow runner v1 which will internalize
> the current primitive read implementation that is shared across runner
> implementations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)