apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
674 stars 159 forks source link

test: Introduce integration test framework. #581

Open liurenjie1024 opened 3 months ago

liurenjie1024 commented 3 months ago

This pr introduces an integration test framework which utilizes sqllogictest-rs to build data driven test cases.

ZENOTME commented 2 days ago

Thanks @liurenjie1024! This PR is great. After #349, I can also help to migrate our e2e test using this test framework. It's helpful for us to test using different query engines or SDKs. https://github.com/apache/iceberg-rust/pull/349#discussion_r1847748258

liurenjie1024 commented 2 days ago

Thanks @liurenjie1024! This PR is great. After #349, I can also help to migrate our e2e test using this test framework. It's helpful for us to test using different query engines or SDKs. #349 (comment)

Yeah, I'll find time to split this pr into smaller part to merge them.