[
https://issues.apache.org/jira/browse/BEAM-5790?focusedWorklogId=164400&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-164400
]
ASF GitHub Bot logged work on BEAM-5790:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Nov/18 16:29
Start Date: 09/Nov/18 16:29
Worklog Time Spent: 10m
Work Description: mxm commented on a change in pull request #6750:
[BEAM-5790] Euphoria: Remove Dataset abstraction.
URL: https://github.com/apache/beam/pull/6750#discussion_r232311852
##########
File path: website/src/documentation/sdks/euphoria.md
##########
@@ -104,46 +97,31 @@ pipeline.run();
Euphoria API is composed from a set of operators, which allows you to
construct `Pipeline` according to your application needs.
-### Datasets
-Euphoria uses the concept of 'Datasets' to describe data pipeline between
`Operators`. This concept is similar to Beam's `PCollection` and can be
converted back and forth through:
Review comment:
Should we mention Beam's `PCollection` here or do we just assume users are
familiar with it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 164400)
Time Spent: 1h 20m (was: 1h 10m)
> Euphoria: Remove Dataset abstraction
> ------------------------------------
>
> Key: BEAM-5790
> URL: https://issues.apache.org/jira/browse/BEAM-5790
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-euphoria
> Affects Versions: Not applicable
> Reporter: David Moravek
> Assignee: David Moravek
> Priority: Major
> Fix For: 2.9.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> There is no point of having Dataset abstraction anymore. We can use
> PCollections directly and provide more seamless experience to the end user.
> Euphoria did not yet make it to any release, so this is probably the last
> chance to get rid of the Dataset abstraction, because this would introduce a
> huge breaking change.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)