devinjdangelo commented on code in PR #8854:
URL: https://github.com/apache/arrow-datafusion/pull/8854#discussion_r1452432078


##########
datafusion/sqllogictest/test_files/copy.slt:
##########
@@ -64,6 +64,25 @@ select * from validate_parquet;
 1 Foo
 2 Bar
 
+query ??
+COPY 
+(values (struct ('foo', (struct ('foo', make_array(1,2,3)))), 
make_array(timestamp '2023-01-01 01:00:01',timestamp '2023-01-01 01:00:01')), 

Review Comment:
   I pushed up a change to make the rows distinct and add an array of struct as 
#8867 is fixed after pulling main.



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

Reply via email to