alamb commented on code in PR #8854:
URL: https://github.com/apache/arrow-datafusion/pull/8854#discussion_r1452266731
##########
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:
Thank you. I left a comment there
Would it be possible to change the constant values of the two rows so it is
clear they are different
e.g.
```suggestion
(values (struct ('foo', (struct ('foo', make_array(10,20,30)))),
make_array(timestamp '2024-01-01 01:00:01',timestamp '2024-01-01 01:00:01')),
```
--
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]