Commit 17c9ae7
ARROW-357: Use a single RowGroup for Parquet files as default.
This is not the optimal choice, we should rather have an option to optimise for the underlying block size of the filesystem but without the infrastructure for that in ``parquet-cpp``, writing a single RowGroup is the much better choice.
Author: Uwe L. Korn <uwelk@xhochy.com>
Closes #192 from xhochy/ARROW-357 and squashes the following commits:
9eccefd [Uwe L. Korn] ARROW-357: Use a single RowGroup for Parquet files as default.1 parent 2a059bd commit 17c9ae7
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments