Copilot commented on code in PR #64822:
URL: https://github.com/apache/doris/pull/64822#discussion_r3472833724
##########
regression-test/suites/datatype_p2/complex_types/two_level_nestedtypes_with_s3data.groovy:
##########
@@ -112,7 +112,8 @@ suite("two_level_nestedtypes_with_s3data", "p2") {
"provider" = "${getS3Provider()}",
"read_json_by_line"="true") order by c1,c2; """
} else {
- order_qt_sql_s3 """select c_bool, c_double, c_decimal, c_date,
c_char from s3(
+ // Keep direct s3() smoke query scalar; nested complex values are
validated after loading into Doris.
+ order_qt_sql_s3 """select k1 from s3(
Review Comment:
Changing the non-CSV S3 smoke query to `select k1` will change the
`order_qt_sql_s3` (i.e., `-- !sql_s3 --`) golden output. In the current tree,
`regression-test/data/datatype_p2/complex_types/two_level_nestedtypes_with_s3data.out`
still contains complex nested values for this block, so the suite will fail
unless the `.out` file is regenerated/updated accordingly.
--
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]