Skip to content

[core] Add file format provider SPI#8292

Draft
tchivs wants to merge 10 commits into
apache:masterfrom
tchivs:paimon-no-hadoop-format-spi
Draft

[core] Add file format provider SPI#8292
tchivs wants to merge 10 commits into
apache:masterfrom
tchivs:paimon-no-hadoop-format-spi

Conversation

@tchivs

@tchivs tchivs commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Purpose

Add an experimental FileFormatProvider SPI so engines can supply ORC/Parquet
format implementations at runtime.

The built-in FileFormatFactory lookup remains the default fallback. Catalog
table-runtime.* options can inject providers without persisting them to table
schemas.

Tests

  • mvn -pl paimon-common,paimon-core,paimon-format -am -Pfast-build -DfailIfNoTests=false -Dtest=CoreOptionsTest,FileFormatProviderTest,FormatProviderNoHadoopTest test
  • mvn -pl paimon-bundle -am -Pfast-build -DskipTests install
  • mvn -pl paimon-api,paimon-common,paimon-core -am -DskipTests spotless:check
  • git diff --check apache/master...HEAD
  • mvn -N org.apache.rat:apache-rat-plugin:0.15:check

@tchivs tchivs changed the title [core] Introduce file format provider boundary for no-Hadoop engines [core] Add file format provider SPI Jun 19, 2026
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