shyjsarah opened a new pull request, #466:
URL: https://github.com/apache/paimon-rust/pull/466

   ## Summary
   - Generate Paimon table definitions from persisted table metadata for `SHOW 
CREATE TABLE`
   - Capture the table definition before session dynamic options are merged 
into the table used for planning/scans
   - Add regression coverage for `paimon.blob-as-descriptor=true` so it does 
not appear in `SHOW CREATE TABLE` output
   
   ## Validation
   - cargo test -p paimon-datafusion --test sql_context_tests 
test_show_create_table_excludes_session_dynamic_options
   - cargo test -p paimon-datafusion --test sql_context_tests
   - cargo test -p paimon-datafusion (fails in existing fixture-dependent table 
scan tests because `/tmp/paimon-warehouse` lacks 
`default.partitioned_log_table` / `default.multi_partitioned_log_table`)
   


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