alamb opened a new pull request, #2988: URL: https://github.com/apache/arrow-datafusion/pull/2988
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/2985 # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/2987 # Rationale for this change The duplication was confusing. However, I am not sure about this change as now the different formats are treated differently, whereas before the formats all had a uniform implementation # What changes are included in this PR? Move shared options into a `ParquetFormatOptions` shared structure # Are there any user-facing changes? This is backards compatibel for anyone who maniuplated the fields directly. If they used the builder API it will be fine. -- 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]
