Skip to content

Commit

Permalink
for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Feb 6, 2025
1 parent f60679b commit eb68724
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ case class PaimonScan(
filters: Seq[Predicate],
reservedFilters: Seq[Filter],
override val pushDownLimit: Option[Int],
// no usage, just for compile compatibility
bucketedScanDisabled: Boolean = true)
extends PaimonBaseScan(table, requiredSchema, filters, reservedFilters, pushDownLimit)
with SupportsRuntimeFiltering {
Expand Down

0 comments on commit eb68724

Please sign in to comment.