xanderbailey commented on code in PR #3018:
URL: https://github.com/apache/iceberg-rust/pull/3018#discussion_r3812124387


##########
crates/catalog/loader/tests/table_suite.rs:
##########
@@ -325,6 +328,82 @@ async fn test_catalog_purge_table(#[case] kind: 
CatalogKind) -> Result<()> {
     Ok(())
 }
 
+#[rstest]
+#[case::glue_catalog(CatalogKind::Glue)]
+#[case::sql_catalog(CatalogKind::Sql)]
+#[case::memory_catalog(CatalogKind::Memory)]
+#[tokio::test]
+async fn test_catalog_purge_encrypted_table(#[case] kind: CatalogKind) -> 
Result<()> {

Review Comment:
   Gave it a go 
[85bc744](https://github.com/apache/iceberg-rust/pull/3018/commits/85bc744fada8218ce83212fdb230eecc906c9ec5)
 for the purge test, were there others you think I needed to include in this PR?



-- 
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]

Reply via email to