liujiwen-up opened a new pull request, #390:
URL: https://github.com/apache/paimon-rust/pull/390

   ### Purpose
   
   Linked issue: close #258
   
   Add integration coverage for projection and filter combinations on 
mixed-format schema evolution tables.
   
   ### Brief change log
   
   - Add projected filter checks for mixed-format ADD COLUMN and INT -> BIGINT 
type promotion reads.
   - Add small projected filter checks for mixed-format rename, drop, and 
reorder schema evolution reads.
   - Reuse existing read test helpers and avoid production code changes.
   
   ### Tests
   
   - `cargo fmt --check`: passed
   - `git diff --check`: passed
   - `cargo test -p paimon-integration-tests --test read_tables 
format_schema_evolution --no-run`: passed
   - `cargo test -p paimon-integration-tests --test read_tables 
format_schema_evolution -- --nocapture`: failed locally because prepared 
warehouse tables were missing
   
   ### API and Format
   
   No API or storage format changes.
   
   ### Documentation
   
   Not required; test-only change.
   


-- 
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]

Reply via email to