leaves12138 opened a new pull request, #7936: URL: https://github.com/apache/paimon/pull/7936
### Purpose Fix a data evolution read failure when a projection contains only multiple blob/vector-store fields and no normal field. In this case, there is no normal data file in the split, so the expected row count remains unknown (`-1`). The special-field bunch should not validate its accumulated row count against this sentinel value. ### Changes - Skip the special-field row-count upper-bound check when the expected row count is unknown. - Add a regression test for reading multiple blob fields without normal fields. ### Tests - `mvn -pl paimon-core -Dtest=DataEvolutionReadTest test` -- 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]
