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

   ### Purpose
   
   Linked issue: close #258
   
   Add DataFusion SQL coverage for schema evolution tables generated from 
Java/Spark consistency fixtures, focusing on mixed-format reads through SQL. 
The rename coverage uses `schema_evolution_rename_column`, whose fixture 
contains parquet/orc/avro files.
   
   ### Brief change log
   
   - Add a small `assert_sql` helper for table-formatted SQL result assertions.
   - Cover SQL reads for mixed-format add column and type promotion tables.
   - Cover SQL reads for rename, drop, and reorder/move schema evolution cases 
with `SELECT`, `WHERE`, and `ORDER BY id`.
   
   ### Tests
   
   - `cargo fmt --check`: passed
   - `git diff --check`: passed
   - `cargo test -p paimon-datafusion --test read_tables schema_evolution 
--no-run`: passed
   - `cargo test -p paimon-datafusion --test read_tables schema_evolution -- 
--nocapture`: not fully runnable locally because `/tmp/paimon-warehouse` has 
not been provisioned and Docker daemon is unavailable
   
   ### API and Format
   
   No API or storage format changes.
   
   ### Documentation
   
   No documentation changes required.


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