[
https://issues.apache.org/jira/browse/BEAM-9231?focusedWorklogId=382564&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-382564
]
ASF GitHub Bot logged work on BEAM-9231:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Feb/20 22:14
Start Date: 05/Feb/20 22:14
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #10739: [BEAM-9231]
Annotate as Experimental/Internal missing classes in beam-sdks-java-core
URL: https://github.com/apache/beam/pull/10739#discussion_r375527310
##########
File path:
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
##########
@@ -53,6 +55,7 @@
* service. Note that this is a low-level API and mainly for internal use. A
user may want to use
* high-level wrapper classes rather than this one.
*/
+@Experimental(Kind.PORTABILITY)
Review comment:
I prefer to do an exception for this one because of
https://issues.apache.org/jira/browse/BEAM-8546. This class is mislocated but
nobody has cared about putting it on `sdks/java/core` where it belongs so this
is to prevent that once it is moved there the 'experimental' annotation gets
forgotten.
----------------------------------------------------------------
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: 382564)
Time Spent: 5h (was: 4h 50m)
> Annotate as Experimental/Internal missing classes in beam-sdks-java-core
> ------------------------------------------------------------------------
>
> Key: BEAM-9231
> URL: https://issues.apache.org/jira/browse/BEAM-9231
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Labels: portability
> Time Spent: 5h
> Remaining Estimate: 0h
>
> For some extra context I was studying the evolution of our APIs between
> versions in particular for beam-sdks-java-core and noticed that some parts
> were not well classified as Experimental in particular classes (and
> transforms) for portability and SplittableDoFn.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)