yyanyy opened a new pull request, #54046: URL: https://github.com/apache/spark/pull/54046
Update the javadoc for `SupportsRuntimeV2Filtering.filter()` and `SupportsRuntimeFiltering.filter()` to reflect the changes made in [SPARK-41398](https://issues.apache.org/jira/browse/SPARK-41398), which relaxed the constraint on partition values during runtime filtering. After that change, scans can now either: - Replace partitions with no matching data with empty InputPartitions, or - Report only a subset of the original partition values (omitting those with no data) The previous documentation stated that the "overall number of partitions" must be preserved, which is no longer required. The only constraint is that new partition values not present in the original partitioning cannot be introduced. ### What changes were proposed in this pull request? A javadoc update to follow up on https://github.com/apache/spark/pull/38924 ### Why are the changes needed? To make the java doc up to date for future implementer ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? compile and checkstyle ### Was this patch authored or co-authored using generative AI tooling? Yes - Claude Opus 4.5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
