[GitHub] thrift pull request #1462: Add seek function to TCompactInputProtocol

2018-01-08 Thread mrwiggles
Github user mrwiggles commented on a diff in the pull request: https://github.com/apache/thrift/pull/1462#discussion_r160317863 --- Diff: lib/rs/src/protocol/compact.rs --- @@ -314,6 +315,17 @@ where } } + +impl io::Seek for TCompactInputProtocol

[GitHub] thrift pull request #1462: Add seek function to TCompactInputProtocol

2018-01-08 Thread vchekan
GitHub user vchekan opened a pull request: https://github.com/apache/thrift/pull/1462 Add seek function to TCompactInputProtocol When Thrift is used in encoding which combine manual and Thrift serialization, such as Apache Parquet then it is required to be able to position within