[
https://issues.apache.org/jira/browse/BEAM-2857?focusedWorklogId=238802&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238802
]
ASF GitHub Bot logged work on BEAM-2857:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/May/19 21:08
Start Date: 07/May/19 21:08
Worklog Time Spent: 10m
Work Description: pabloem commented on pull request #8394: [BEAM-2857]
Implementing WriteToFiles transform for fileio (Python)
URL: https://github.com/apache/beam/pull/8394#discussion_r281818209
##########
File path: sdks/python/apache_beam/transforms/core.py
##########
@@ -382,11 +382,12 @@ class DoFn(WithTypeHints, HasDisplayData,
urns.RunnerApiFn):
SideInputParam = _DoFnParam('SideInputParam')
TimestampParam = _DoFnParam('TimestampParam')
WindowParam = _DoFnParam('WindowParam')
+ PaneInfoParam = _DoFnParam('PaneInfoParam')
Review comment:
This is only the wiring up of some parts of it, but the actual
implementation is not yet in there (currently, pane info is not properly passed
in). I have removed its usage, and am tracking a todo to implement this.
----------------------------------------------------------------
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: 238802)
Time Spent: 2.5h (was: 2h 20m)
> Create FileIO in Python
> -----------------------
>
> Key: BEAM-2857
> URL: https://issues.apache.org/jira/browse/BEAM-2857
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-core
> Reporter: Eugene Kirpichov
> Assignee: Pablo Estrada
> Priority: Major
> Labels: gsoc, gsoc2019, mentor
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Beam Java has a FileIO with operations: match()/matchAll(), readMatches(),
> which together cover the majority of needs for general-purpose file
> ingestion. Beam Python should have something similar.
> An early design document for this: https://s.apache.org/fileio-beam-python
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)