Skip to content

[spark] Format table scan support runtime filtering#7226

Merged
JingsongLi merged 2 commits intoapache:masterfrom
Zouxxyy:dev/format-table-dpp
Feb 6, 2026
Merged

[spark] Format table scan support runtime filtering#7226
JingsongLi merged 2 commits intoapache:masterfrom
Zouxxyy:dev/format-table-dpp

Conversation

@Zouxxyy
Copy link
Contributor

@Zouxxyy Zouxxyy commented Feb 6, 2026

Purpose

Introduce PaimonSupportsRuntimeFiltering for runtime filtering pushdown to distinguish between different Spark versions and support both PaimonScan and FormatTableScan.

// Spark3.4+
trait PaimonSupportsRuntimeFiltering extends BaseScan with SupportsRuntimeV2Filtering

// Spark3.2 and Spark3.3
trait PaimonSupportsRuntimeFiltering extends BaseScan with SupportsRuntimeFiltering
// Paimon table
class PaimonScan extends PaimonBaseScan with PaimonSupportsRuntimeFiltering

// Format table
class PaimonFormatTableScan extends BaseScan with PaimonSupportsRuntimeFiltering

Tests

API and Format

Documentation

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit c2729bd into apache:master Feb 6, 2026
13 checks passed
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