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


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

Review Comment:
   I think this makes sense, I'll work on adding sqllogictests for `INSERT 
INTO` overall. 
   
   This test case still has its value as it validates the inserted data files 
are put under the partitioned path correctly. I'll create a tracking issue as a 
follow up



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