Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-16 Thread L. C. Hsieh
Based on SPIP doc (https://spark.apache.org/improvement-proposals.html), the vote passes if at least 3 +1 votes from PMC members and no -1 votes from PMC members. Also, the vote should be open for at least 72 hours. On Thu, Feb 16, 2023 at 10:34 AM Mich Talebzadeh wrote: > > How many votes are n

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-16 Thread Mich Talebzadeh
How many votes are needed for the approval state? Thanks view my Linkedin profile https://en.everybodywiki.com/Mich_Talebzadeh *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destructio

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-16 Thread kazuyuki tanimura
+1 for myself > On Feb 14, 2023, at 10:42 AM, DB Tsai wrote: > > +1 > > DB Tsai | https://www.dbtsai.com/ | PGP 42E5B25A8F7A82C1 > >> On Feb 14, 2023, at 8:29 AM, Guo Weijie wrote: >> >> +1 >> >> Yuming Wang mailto:wgy...@gmail.com>> 于2023年2月14日周二 >> 15:58写道: >> +1 >> >> On Tue, Feb

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-14 Thread DB Tsai
+1 DB Tsai | https://www.dbtsai.com/ | PGP 42E5B25A8F7A82C1 > On Feb 14, 2023, at 8:29 AM, Guo Weijie wrote: > > +1 > > Yuming Wang mailto:wgy...@gmail.com>> 于2023年2月14日周二 > 15:58写道: >> +1 >> >> On Tue, Feb 14, 2023 at 11:27 AM Prem Sahoo > > wrote: >>> +1 >

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-14 Thread Guo Weijie
+1 Yuming Wang 于2023年2月14日周二 15:58写道: > +1 > > On Tue, Feb 14, 2023 at 11:27 AM Prem Sahoo wrote: > >> +1 >> >> On Mon, Feb 13, 2023 at 8:13 PM L. C. Hsieh wrote: >> >>> +1 >>> >>> On Mon, Feb 13, 2023 at 3:49 PM Mich Talebzadeh < >>> mich.talebza...@gmail.com> wrote: >>> +1 for me >

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-13 Thread Yuming Wang
+1 On Tue, Feb 14, 2023 at 11:27 AM Prem Sahoo wrote: > +1 > > On Mon, Feb 13, 2023 at 8:13 PM L. C. Hsieh wrote: > >> +1 >> >> On Mon, Feb 13, 2023 at 3:49 PM Mich Talebzadeh < >> mich.talebza...@gmail.com> wrote: >> >>> +1 for me >>> >>> >>> >>>view my Linkedin profile >>>

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-13 Thread Prem Sahoo
+1 On Mon, Feb 13, 2023 at 8:13 PM L. C. Hsieh wrote: > +1 > > On Mon, Feb 13, 2023 at 3:49 PM Mich Talebzadeh > wrote: > >> +1 for me >> >> >> >>view my Linkedin profile >> >> >> >> https://en.everybodywiki.com/Mich_Talebzadeh >>

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-13 Thread L. C. Hsieh
+1 On Mon, Feb 13, 2023 at 3:49 PM Mich Talebzadeh wrote: > +1 for me > > > >view my Linkedin profile > > > > https://en.everybodywiki.com/Mich_Talebzadeh > > > > *Disclaimer:* Use it at your own risk. Any and all responsibility for

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-13 Thread Mich Talebzadeh
+1 for me view my Linkedin profile https://en.everybodywiki.com/Mich_Talebzadeh *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property which may arise

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-13 Thread huaxin gao
+1 On Mon, Feb 13, 2023 at 3:09 PM Dongjoon Hyun wrote: > +1 > > Dongjoon > > On 2023/02/13 22:52:59 "L. C. Hsieh" wrote: > > Hi all, > > > > I'd like to start the vote for SPIP: Lazy Materialization for Parquet > > Read Performance Improvement. > > > > The high summary of the SPIP is that it pr

Re: [VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-13 Thread Dongjoon Hyun
+1 Dongjoon On 2023/02/13 22:52:59 "L. C. Hsieh" wrote: > Hi all, > > I'd like to start the vote for SPIP: Lazy Materialization for Parquet > Read Performance Improvement. > > The high summary of the SPIP is that it proposes an improvement to the > Parquet reader with lazy materialization which

[VOTE][SPIP] Lazy Materialization for Parquet Read Performance Improvement

2023-02-13 Thread L. C. Hsieh
Hi all, I'd like to start the vote for SPIP: Lazy Materialization for Parquet Read Performance Improvement. The high summary of the SPIP is that it proposes an improvement to the Parquet reader with lazy materialization which only materializes (i.e. decompress, de-code, etc...) necessary values.