Skip to content

Fix: Exlude parquet 1.13.1 from spark-sql in paimon-spark-ut to avoid overwriting parquet 1.15.1. #5814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HannanKan
Copy link
Contributor

@HannanKan HannanKan commented Jun 29, 2025

Purpose

Fix: Exlude parquet 1.13.1 from spark-sql in paimon-spark-ut to avoid overwriting parquet 1.15.1.

bugfix: when running org.apache.paimon.spark.sql.BucketedTableQueryTest, got following error message:
image

root cause: Importing spark-sql in test scope will improt parquet 1.13.1 too. However, Paimon uses parquet 1.15.1 and there are some new functions in 1.15.1 called by Paimon.

After exluding, tests case run successfully.

Linked issue: close #xxx

Tests

API and Format

Documentation

@JingsongLi JingsongLi closed this Jun 30, 2025
@JingsongLi JingsongLi reopened this Jun 30, 2025
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