Commits


Deepak Majeti authored and Uwe L. Korn committed 074915450a5
PARQUET-1372: Add an API to allow writing RowGroups based on size I split the changes into multiple commits to ease the review. Used the example program to test the new API. I will add unit tests once we converge on the API after review. Thanks to @anatolishein for collaborating with the API design. Author: Deepak Majeti <deepak.majeti@hpe.com> Closes #484 from majetideepak/PARQUET-1372 and squashes the following commits: 143ed51 [Deepak Majeti] improve comments c10fe08 [Deepak Majeti] Add test d12b10b [Deepak Majeti] Review comments cb99b3f [Deepak Majeti] fix compiler warnings e179a4c [Deepak Majeti] add example header 710bbe0 [Deepak Majeti] clang format 9e03004 [Deepak Majeti] reorg examples 410a3af [Deepak Majeti] remove flush_on_close e148817 [Deepak Majeti] add BufferedPageWriter 26a52c1 [Deepak Majeti] clang format 20049c0 [Deepak Majeti] modify examples 9db26a2 [Deepak Majeti] Combine RowGroupWriter2 with RowGroupWriter cb7d69c [Deepak Majeti] fix compiler errors 21642b3 [Deepak Majeti] clang format 530b835 [Deepak Majeti] example for RowGroupWriter2 0fc1f5c [Deepak Majeti] Extend Column Writer to flush pages on Close f2f420d [Deepak Majeti] RowGroupWriter2, implementation that writes all columns at once Change-Id: I749cbde733780c9a6499df6738b2236124b8a9f7