CTTY commented on code in PR #1977:
URL: https://github.com/apache/iceberg-rust/pull/1977#discussion_r2658513197


##########
crates/integrations/datafusion/tests/integration_datafusion_test.rs:
##########
@@ -943,3 +943,64 @@ async fn test_insert_into_partitioned() -> Result<()> {
 
     Ok(())
 }
+
+#[tokio::test]
+async fn test_child_namespace_crud() -> Result<()> {

Review Comment:
   We are trying to migrate off the rust datafusion integration tests to 
sqllogictests. Do you think we can rewrite this test in slt? Some examples can 
be found here: 
https://github.com/apache/iceberg-rust/tree/main/crates/sqllogictest/testdata/slts/df_test



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