TheR1sing3un commented on PR #370: URL: https://github.com/apache/paimon-rust/pull/370#issuecomment-4666005811
Pushed a fix for the `integration` job: the existing `test_alter_table_add_column` (in `crates/integrations/datafusion/tests/sql_context_tests.rs`) asserted that `ALTER TABLE ... ADD COLUMN` *fails* because AddColumn was unsupported. Since this PR implements it, the test now asserts the statement succeeds and the new column is appended to the schema. Verified locally: `cargo test -p paimon-datafusion --test sql_context_tests test_alter_table` passes. -- 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]
