Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix](paimon)paimon's field length judgment error (apache#35981)
## Proposed changes Introduced from apache#35309 `fields.length` indicates the fields we want to read. If a table has 10 fields, but we only select a few fields, then the length of `fields.length` will definitely be less than 10. So the judgment condition here should be greater than.
- Loading branch information