[
https://issues.apache.org/jira/browse/BEAM-8648?focusedWorklogId=342572&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-342572
]
ASF GitHub Bot logged work on BEAM-8648:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Nov/19 12:27
Start Date: 13/Nov/19 12:27
Worklog Time Spent: 10m
Work Description: je-ik commented on pull request #10084: [BEAM-8648]
Deprecate OutputHints from Euphoria API.
URL: https://github.com/apache/beam/pull/10084#discussion_r345731487
##########
File path:
sdks/java/extensions/euphoria/src/main/java/org/apache/beam/sdk/extensions/euphoria/core/client/operator/base/Builders.java
##########
@@ -199,9 +215,25 @@ default WindowedOutputBuilderT accumulatingFiredPanes() {
* Finalizes the operator and retrieves its output dataset. Using this
output new operator
* {@link MapElements} is added to the flow to extract values from pairs.
*
- * @param outputHints output dataset description
+ * @param outputHint output dataset description
+ * @param outputHints other output dataset descriptions
+ * @return the dataset representing the new operator's output
+ * @deprecated Use {@link #output()} instead.
+ */
+ default PCollection<V> outputValues(OutputHint outputHint, OutputHint...
outputHints) {
+ LoggerFactory.getLogger(OutputValues.class)
+ .warn(
+ "OutputHints are deprecated and will be removed in next release.
Use OutputValues#output() instead.");
Review comment:
```suggestion
"OutputHints are deprecated and will be removed in next
release. Use OutputValues#outputValues() instead.");
```
----------------------------------------------------------------
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: 342572)
Time Spent: 40m (was: 0.5h)
> Euphoria: Deprecate OutputHints from public API
> -----------------------------------------------
>
> Key: BEAM-8648
> URL: https://issues.apache.org/jira/browse/BEAM-8648
> Project: Beam
> Issue Type: Improvement
> Components: dsl-euphoria
> Reporter: David Moravek
> Assignee: David Moravek
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Deprecate OutputHints as they are no longer used during translation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)