[
https://issues.apache.org/jira/browse/BEAM-9231?focusedWorklogId=382532&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-382532
]
ASF GitHub Bot logged work on BEAM-9231:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Feb/20 21:32
Start Date: 05/Feb/20 21:32
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_r375519629
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/harness/JvmInitializer.java
##########
@@ -33,6 +34,7 @@
* automate this.
*/
@Experimental
+@Internal
Review comment:
For this PR I assumed that most things were `@Internal` if the audience was
runner/harness authors instead of pipeline authors (final users). Is this class
expected to be used by the latter? otherwise it still fits the `@Internal`
definition like `DoFnInvokers` and the others, no?
----------------------------------------------------------------
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: 382532)
Time Spent: 3.5h (was: 3h 20m)
> 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: 3.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)