[ 
https://issues.apache.org/jira/browse/BEAM-10124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208221#comment-17208221
 ] 

Luke Cwik edited comment on BEAM-10124 at 10/5/20, 5:51 PM:
------------------------------------------------------------

As discussed, [~tvalentyn] will pick up fixing the side input implementation to 
use a multimap to prevent loading all the data into memory for all files. This 
needs to be done before 2.26 or the ContextualTextIO should not be released 
(release owner can disable publishing for the module).


was (Author: lcwik):
As discussed, [~tvalentyn] will pick up fixing the side input implementation to 
use a multimap to prevent loading all the data into memory for all files. This 
needs to be done before 2.26 or the ContextualTextIO should not be released.

> ContextualTextIO - An IO that is provides metadata about the line. 
> -------------------------------------------------------------------
>
>                 Key: BEAM-10124
>                 URL: https://issues.apache.org/jira/browse/BEAM-10124
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-ideas
>            Reporter: Reza ardeshir rokni
>            Assignee: Valentyn Tymofieiev
>            Priority: P0
>             Fix For: 2.26.0
>
>   Original Estimate: 1,344h
>          Time Spent: 23h 20m
>  Remaining Estimate: 1,320h 40m
>
> There are two important Source IO's that allow for dealing with text files 
> FileIO and TextIO. When the requirements go beyond the scope of TextIO we ask 
> the end user to make use of FileIO and go it on their own.
> We want to correct this experience by creating a more feature rich TextIO 
> which can return along with each line of data contextual information about 
> the line. For example the file that it came from, and the ordinal position of 
> the line within the file.
> Another area that we would like to deal with is more formal support for CSV 
> files by allowing compliance to RFC4180 files. Specifically the RFC allows 
> for line breaks (CRLF) to be used within fields within double quotes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to