TheR1sing3un opened a new pull request, #14332:
URL: https://github.com/apache/hudi/pull/14332
The previous judgment logic was a typo error.
Whether to push down depends on the `parquetFilterPushDown`, while whether
to perform a record filter at the parquet level depends on the
`parquetRecordFilterEnabled`
### Describe the issue this Pull Request addresses
minor fix
<!-- Either describe the issue inline here with motivation behind the
changes
(or) link to an issue by including `Closes #<issue-number>` for
context.
If this PR includes changes to the storage format, public APIs,
or has breaking changes, use `!` (e.g., feat!: ...) -->
### Summary and Changelog
1. push down pk filters to log file when spark enable `parquetFilterPushDown`
<!-- Short, plain-English summary of what users gain or what changed in
behavior.
Followed by a detailed log of all the changes. Highlight if any code
was copied. -->
### Impact
as above
### Risk Level
low
### Documentation Update
none
### Contributor's checklist
- [x] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [x] Enough context is provided in the sections above
- [x] Adequate tests were added if applicable
--
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]