Re: [jira] [Commented] (THRIFT-5443) add support for partial deserialization of Thrift

2021-11-19 Thread Bhalchandra Pandit
> ] > > Jens Geyer commented on THRIFT-5443: > > > Thank you, merged! > > > add support for partial deserialization of Thrift > > - > > > > Key: THRIFT-54

[jira] [Commented] (THRIFT-5443) add support for partial deserialization of Thrift

2021-11-19 Thread Jens Geyer (Jira)
ry >Reporter: Bhalchandra Pandit >Assignee: Bhalchandra Pandit >Priority: Major > Fix For: 0.16.0 > > Time Spent: 5.5h > Remaining Estimate: 0h > > I work for Pinterest. I developed a technique for partial deserialization of

[jira] [Resolved] (THRIFT-5443) add support for partial deserialization of Thrift

2021-11-19 Thread Jens Geyer (Jira)
add support for partial deserialization of Thrift > - > > Key: THRIFT-5443 > URL: https://issues.apache.org/jira/browse/THRIFT-5443 > Project: Thrift > Issue Type: Epic > Co

Re: partial deserialization of Thrift

2021-09-04 Thread Jens Geyer
Can Celasun ; yuxuan.w...@reddit.com Subject: Re: partial deserialization of Thrift I would like to know if there are any changes that anyone would like to suggest for the pull request that adds support for partial Thrift deserialization. Is there something I can do from my side to make

Re: partial deserialization of Thrift

2021-09-03 Thread Bhalchandra Pandit
I would like to know if there are any changes that anyone would like to suggest for the pull request <https://github.com/apache/thrift/pull/2439> that adds support for partial Thrift deserialization. Is there something I can do from my side to make progress on this request? On Sun, Aug 29

Re: partial deserialization of Thrift

2021-08-29 Thread Bhalchandra Pandit
üngliche Nachricht- >> From: Bhalchandra Pandit >> Sent: Tuesday, August 24, 2021 4:25 AM >> To: dev@thrift.apache.org ; Jens Geyer >> Subject: Re: partial deserialization of Thrift >> >> I would like to know if there are any changes that anyone would like to >

Re: partial deserialization of Thrift

2021-08-25 Thread Bhalchandra Pandit
sday, August 24, 2021 4:25 AM > To: dev@thrift.apache.org ; Jens Geyer > Subject: Re: partial deserialization of Thrift > > I would like to know if there are any changes that anyone would like to > suggest for the pull request <https://github.com/apache/thrift/pull/2439> > that adds

Re: partial deserialization of Thrift

2021-08-25 Thread Jens Geyer
@thrift.apache.org ; Jens Geyer Subject: Re: partial deserialization of Thrift I would like to know if there are any changes that anyone would like to suggest for the pull request <https://github.com/apache/thrift/pull/2439> that adds support for partial Thrift deserialization. On Mon, Aug 16

Re: partial deserialization of Thrift

2021-08-23 Thread Bhalchandra Pandit
I would like to know if there are any changes that anyone would like to suggest for the pull request <https://github.com/apache/thrift/pull/2439> that adds support for partial Thrift deserialization. On Mon, Aug 16, 2021 at 12:37 PM Bhalchandra Pandit wrote: > I created a pul

Re: partial deserialization of Thrift

2021-08-16 Thread Bhalchandra Pandit
I created a pull request for this change: https://github.com/apache/thrift/pull/2439 I have also added a README.md file that provides technical details of partial Thrift deserialization so that it is easier to understand the Java implementation. It will be also useful if this support

[jira] [Commented] (THRIFT-5443) add support for partial deserialization of Thrift

2021-08-16 Thread Bhalchandra Pandit (Jira)
://github.com/apache/thrift/pull/2439] I have also added a README.md file that provides technical details of partial Thrift deserialization so that it is easier to understand the Java implementation. It will be also useful if this support is to be added for other languages. > add supp

Re: partial deserialization of Thrift

2021-08-04 Thread Jens Geyer
sense. Have fun, JensG -Ursprüngliche Nachricht- From: Bhalchandra Pandit Sent: Wednesday, August 4, 2021 3:33 AM To: dev@thrift.apache.org Subject: Re: partial deserialization of Thrift I have added basic set of files at the location below. Currently they are unchanged from

Re: partial deserialization of Thrift

2021-08-03 Thread Bhalchandra Pandit
t;> > > > 3: optional Type3 field3, >> > > > ... >> > > > } >> > > > >> > > > // Slim struct >> > > > struct SlimPayload { >> > > > 1: optional Type1 field1, >> > > > // fiel

[jira] [Commented] (THRIFT-5443) add support for partial deserialization of Thrift

2021-08-03 Thread Bhalchandra Pandit (Jira)
/org/apache/thrift/partial] cc: [~dcelasun], [~wangyuxuan] > add support for partial deserialization of Thrift > - > > Key: THRIFT-5443 > URL: https://issues.apache.org/jira/browse/THRIFT-5443 >

[jira] [Commented] (THRIFT-5443) add support for partial deserialization of Thrift

2021-08-02 Thread Bhalchandra Pandit (Jira)
: [https://github.com/apache/thrift/pull/2427#issue-701862450] The main goal was to get familiarized with the contribution process. > add support for partial deserialization of Thrift > - > > Key: THRIFT-5443 >

[jira] [Commented] (THRIFT-5443) add support for partial deserialization of Thrift

2021-07-28 Thread Bhalchandra Pandit (Jira)
ort for partial deserialization of Thrift > - > > Key: THRIFT-5443 > URL: https://issues.apache.org/jira/browse/THRIFT-5443 > Project: Thrift > Issue Type: Epic > Co

Re: partial deserialization of Thrift

2021-07-28 Thread Bhalchandra Pandit
> > > struct SlimPayload { > > > > 1: optional Type1 field1, > > > > // field2 removed because we don't care about it in this use case > > > > 3: optional SlimType3 field3, > > > > ... > > > > } > > > > >

[jira] [Created] (THRIFT-5443) add support for partial deserialization of Thrift

2021-07-28 Thread Bhalchandra Pandit (Jira)
Bhalchandra Pandit created THRIFT-5443: -- Summary: add support for partial deserialization of Thrift Key: THRIFT-5443 URL: https://issues.apache.org/jira/browse/THRIFT-5443 Project: Thrift

Re: partial deserialization of Thrift

2021-07-13 Thread Duru Can Celasun
> > > } > > > > > > But of course it's hard to keep SlimPayload in sync with the original > > > Payload so I can see there are some values to have some helpers to help > > > that, but as long as you don't make breaking changes into Payload "keep

Re: partial deserialization of Thrift

2021-07-12 Thread Bhalchandra Pandit
eep SlimPayload in sync with the original > > Payload so I can see there are some values to have some helpers to help > > that, but as long as you don't make breaking changes into Payload "keep > > them in sync" is a false problem. > > > > On Mon, Jul

Re: partial deserialization of Thrift

2021-07-12 Thread Duru Can Celasun
;keep > them in sync" is a false problem. > > On Mon, Jul 12, 2021 at 12:56 PM Bhalchandra Pandit > wrote: > > > Hi All, > > I work for Pinterest. I developed a technique for partial deserialization > > of Thrift that has been very useful in signi

Re: partial deserialization of Thrift

2021-07-12 Thread Yuxuan Wang
> https://medium.com/pinterest-engineering/improving-data-processing-efficiency-using-partial-deserialization-of-thrift-16bc3a4a38b4 > > I would like to know if any of you are interested in helping with > contributing this work to the main branch. > > Kumar >

partial deserialization of Thrift

2021-07-12 Thread Bhalchandra Pandit
Hi All, I work for Pinterest. I developed a technique for partial deserialization of Thrift that has been very useful in significantly improving efficiency of the data processing at Pinterest. I would like to contribute that feature to Apache Thrift. More details on this technique are available