clairemcginty commented on code in PR #1293:
URL: https://github.com/apache/parquet-mr/pull/1293#discussion_r1515171303
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetInputFormat.java:
##########
@@ -147,6 +147,8 @@ public class ParquetInputFormat<T> extends
FileInputFormat<Void, T> {
*/
public static final String OFF_HEAP_DECRYPT_BUFFER_ENABLED =
"parquet.decrypt.off-heap.buffer.enabled";
+ public static final String EAGERLY_READ_FULL_ROW_GROUP =
"parquet.read.materializerowgroup";
Review Comment:
this could also be an Integer that controls how many pages to buffer at a
time (-1 to fully materialize all pages)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]