[
https://issues.apache.org/jira/browse/BEAM-8561?focusedWorklogId=385991&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-385991
]
ASF GitHub Bot logged work on BEAM-8561:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Feb/20 15:39
Start Date: 12/Feb/20 15:39
Worklog Time Spent: 10m
Work Description: steveniemitz commented on pull request #10290:
[BEAM-8561] Add ThriftIO to support IO for Thrift files
URL: https://github.com/apache/beam/pull/10290#discussion_r378331613
##########
File path:
sdks/java/io/thrift/src/test/java/org/apache/beam/sdk/io/thrift/TestThriftStruct.java
##########
@@ -0,0 +1,1232 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
Review comment:
I don't think that thrift guarantees that generated code is forwards or
backwards compatible, meaning that if we upgrade libthrift here, the code might
no longer compile and need to be regenerated. I'm +1 for having this being
generated at compile time.
----------------------------------------------------------------
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: 385991)
Time Spent: 14h 20m (was: 14h 10m)
> 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: Major
> Time Spent: 14h 20m
> Remaining Estimate: 0h
>
> 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)