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


##########
crates/catalog/loader/tests/table_suite.rs:
##########
@@ -325,6 +326,93 @@ async fn test_catalog_purge_table(#[case] kind: 
CatalogKind) -> Result<()> {
     Ok(())
 }
 
+#[rstest]
+#[case::glue_plain(CatalogKind::Glue, TableMode::Plain)]

Review Comment:
   Ah sorry I missed Hms and S3Tables, REST purges server-side so this isn't 
supported yet 



##########
crates/catalog/loader/tests/table_suite.rs:
##########
@@ -325,6 +326,93 @@ async fn test_catalog_purge_table(#[case] kind: 
CatalogKind) -> Result<()> {
     Ok(())
 }
 
+#[rstest]
+#[case::glue_plain(CatalogKind::Glue, TableMode::Plain)]

Review Comment:
   Ah sorry I missed Hms and S3Tables, REST purges server-side so this isn't 
supported yet for encryption



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