manuzhang opened a new pull request, #3071: URL: https://github.com/apache/iceberg-rust/pull/3071
## Which issue does this PR close? - None. ## What changes are included in this PR? SQL catalog schema detection now probes the V1-only column directly, and V0-to-V1 migration tolerates a competing catalog instance completing the same migration first. A failed DDL is accepted only after re-detection confirms that V1 is installed. This change was extracted from #2773 so the Unknown-type work can be reviewed independently. ## Are these changes tested? - Added a concurrent SQLite migration regression using two catalog pools. - `cargo test -p iceberg-catalog-sql --lib` (49 passed) - `cargo fmt --all -- --check` - `cargo clippy -p iceberg-catalog-sql --all-targets --all-features -- -D warnings` ## AI Disclosure This PR was prepared with assistance from Codex. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
