[
https://issues.apache.org/jira/browse/PARQUET-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325209#comment-17325209
]
Mika Ristimäki commented on PARQUET-2030:
-----------------------------------------
There is also seems to be two classes that can be used to write Parquet files
`org.apache.parquet.hadoop.ParquetRecordWriter` and
`org.apache.parquet.hadoop.ParquetWriter`. I don't know what the difference is,
but getting `org.apache.parquet.hadoop.ParquetRecordWriter` from
org.apache.parquet.hadoop.ParquetOutputFormat` uses the `Configuration` object
correctly.
But it seems that `org.apache.parquet.hadoop.ParquetWriter.Builder` does not
> Expose page size row check configurations to ParquetWriter.Builder
> ------------------------------------------------------------------
>
> Key: PARQUET-2030
> URL: https://issues.apache.org/jira/browse/PARQUET-2030
> Project: Parquet
> Issue Type: Improvement
> Reporter: Mika Ristimäki
> Priority: Minor
>
> PARQUET-1920 makes it possible to configure "page.size.row.check.max" and
> "page.size.row.check.max". But those configurations are not exposed to
> "org.apache.parquet.hadoop.ParquetWriter.Builder".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)