Skip to content

[spark][test] Use explicit Paimon provider in feature tests - #9145

Open
Zouxxyy wants to merge 1 commit into
apache:masterfrom
Zouxxyy:xinyu/use-explicit-paimon-provider-tests
Open

[spark][test] Use explicit Paimon provider in feature tests#9145
Zouxxyy wants to merge 1 commit into
apache:masterfrom
Zouxxyy:xinyu/use-explicit-paimon-provider-tests

Conversation

@Zouxxyy

@Zouxxyy Zouxxyy commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Purpose

Use explicit USING paimon in Spark integration tests for Paimon-specific chain tables, data evolution, and multimodal tables.

This removes their dependency on Hive SerDe syntax and the session catalog's implicit table provider while preserving the dedicated Hive compatibility tests.

Tests

  • mvn spotless:apply -Pspark3
  • mvn -T 4 -pl paimon-spark/paimon-spark-ut -am -Pspark3,fast-build -DskipTests package
  • mvn -pl paimon-spark/paimon-spark-ut -am -Pspark3,fast-build -DwildcardSuites=none -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false -Dflink.forkCount=1 -Dtest=SparkChainTableITCase,SparkDataEvolutionITCase,SparkMultimodalITCase test (13 tests passed)

Make chain table, data evolution, and multimodal tests declare USING paimon instead of relying on Hive SerDe or the session catalog implicit provider.

Co-Authored-By: Claude Code <noreply@anthropic.com>
Co-Authored-By: Codex <noreply@openai.com>
AI-Model: gpt-5.6-sol
AI-Contributed/Feature: 0/0
AI-Contributed/UT: 69/69
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.

1 participant