Commits


Uwe L. Korn authored and Wes McKinney committed f3a3c69c3e5
PARQUET-833: C++: Provide API to write spaced arrays Slight performance improvement. Not so much visible as in the read path as the write performance is dominated by the dictionary appends. Author: Uwe L. Korn <uwelk@xhochy.com> Closes #220 from xhochy/PARQUET-833 and squashes the following commits: 12514cf [Uwe L. Korn] ninja format d22477d [Uwe L. Korn] Call correct statistics update 25c9747 [Uwe L. Korn] Add more unittests, remove logging from public header 0c5ce71 [Uwe L. Korn] Save the memory copy for numerical types 1ed0407 [Uwe L. Korn] PARQUET-833: C++: Provide API to write spaced arrays Change-Id: I4159be624d82a0303a2aa2ffbe847c4d13a401a9