Xuanwo commented on code in PR #428: URL: https://github.com/apache/iceberg-rust/pull/428#discussion_r1663450908
########## crates/catalog/glue/tests/glue_catalog_test.rs: ########## @@ -92,6 +96,24 @@ async fn set_test_fixture(func: &str) -> TestFixture { } } +async fn lazy_reuse_dc() -> Arc<TestFixture> { Review Comment: Note: The `lazy_reuse_dc` is merely an implementation detail of our test fixture. How about using `get_test_fixture` for clearer expression? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org