[
https://issues.apache.org/jira/browse/PARQUET-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14482035#comment-14482035
]
Julien Le Dem commented on PARQUET-237:
---------------------------------------
"<init>" is the name of the constructor in the bytecode.
Added ones should not be a problem, so it looks like it's complaining about
removing:
```ParquetWriter(Path, WriteSupport, CompressionCodecName, Configuration)```
it should be easy to make one that calls this one with defaults for the other
parameters:
https://github.com/apache/incubator-parquet-mr/blob/bfb314505469afcd5ea7b5bd15121acd50425318/parquet-hadoop/src/main/java/parquet/hadoop/ParquetWriter.java#L195
> Check ParquetWriter constructor compatibility with 1.5.0
> --------------------------------------------------------
>
> Key: PARQUET-237
> URL: https://issues.apache.org/jira/browse/PARQUET-237
> Project: Parquet
> Issue Type: Bug
> Components: parquet-mr
> Affects Versions: 1.6.0
> Reporter: Ryan Blue
> Assignee: Ryan Blue
> Fix For: 1.6.0
>
>
> {{ParquetWriter}} constructors may have an incompatible change
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)