[
https://issues.apache.org/jira/browse/BEAM-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16968834#comment-16968834
]
Eugene Kirpichov commented on BEAM-8561:
----------------------------------------
Please above all make sure that this connector provides APIs compatible with
FileIO: i.e. ThriftIO.readFiles() and ThritfIO.sink().
Providing ThriftIO.read() and write() for basic use cases also makes sense, but
there's no need to make them super customizable, or to provide readAll() - all
advanced use cases can be handled by the two methods above + FileIO.
> Add ThriftIO to Support IO for Thrift Files
> -------------------------------------------
>
> Key: BEAM-8561
> URL: https://issues.apache.org/jira/browse/BEAM-8561
> Project: Beam
> Issue Type: New Feature
> Components: io-java-files
> Reporter: Chris Larsen
> Assignee: Chris Larsen
> Priority: Minor
>
> Similar to AvroIO it would be very useful to support reading and writing
> to/from Thrift files with a native connector.
> Functionality would include:
> # read() - Reading from one or more Thrift files.
> # write() - Writing to one or more Thrift files.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)