Skip to content

Conversation

@jidler
Copy link

@jidler jidler commented Oct 24, 2025

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project to use a custom patched version of the parquet-avro dependency (1.11.1-avro-fix) instead of the standard release version (1.11.1). The change introduces a new Maven property for the custom version and applies it to the parquet-avro dependency declaration.

Key Changes

  • Added a new Maven property parquet.fix.version set to 1.11.1-avro-fix
  • Updated the parquet-avro dependency to use the custom version property instead of the standard parquet.version

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<maven.compiler.target>1.6</maven.compiler.target>
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<parquet.version>1.11.1</parquet.version>
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment above this property explaining what issue the '-avro-fix' suffix addresses and where this custom artifact is maintained. This will help future maintainers understand why a non-standard version is being used.

Suggested change
<parquet.version>1.11.1</parquet.version>
<parquet.version>1.11.1</parquet.version>
<!--
The '-avro-fix' suffix indicates a custom build of Parquet 1.11.1 that includes a fix for Avro compatibility issues
encountered with the standard release. This custom artifact is maintained in the Pinterest fork at
https://github.com/pinterest/parquet-avro-fix and published to our internal Maven repository.
Please refer to the repository for details on the applied patch and maintenance.
-->

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants