JingsongLi opened a new pull request, #352: URL: https://github.com/apache/paimon-rust/pull/352
## Summary Reverts `eae07614ea6f5e578bf5974214afdca703f8b496` / #346 because main CI started hanging after the object storage backend changes landed. The hang is reproducible in GitHub Actions on Ubuntu in the Vortex reader tests and the DataFusion Vortex integration test. ## Changes - Remove the newly added COS, ADLS, OBS, and GCS storage backend support from #346. - Restore the previous storage feature set, path parsing, S3 config handling, and related documentation. - Keep later main commits intact; this only reverts the object storage backend merge commit. ## Testing - [x] `cargo test -p paimon arrow::format::vortex::tests::test_vortex_read_with --all-targets --features fulltext,vortex -- --nocapture` - [x] `cargo test -p paimon-datafusion --features vortex --test vortex_tables -- --nocapture` ## Notes Main CI hangs after #346 in: - `arrow::format::vortex::tests::test_vortex_read_with_combined_predicates` - `arrow::format::vortex::tests::test_vortex_read_with_empty_projection` - `arrow::format::vortex::tests::test_vortex_read_with_eq_predicate` - `arrow::format::vortex::tests::test_vortex_read_with_gt_predicate` - `tests/vortex_tables.rs::test_vortex_file_format_sql_e2e` This revert is intended to unblock main while the Linux-specific Vortex/OpenDAL interaction is investigated separately. -- 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]
