eldenmoon commented on code in PR #63192:
URL: https://github.com/apache/doris/pull/63192#discussion_r3231351903
##########
regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy:
##########
@@ -324,13 +324,10 @@ suite("test_hdfs_parquet_group0", "p0,external") {
uri = "${defaultFS}" +
"/user/doris/tvf_data/test_hdfs_parquet/group0/fixed_length_byte_array.parquet"
- test{
- sql """ select * from HDFS(
+ sql """ select * from HDFS(
"uri" = "${uri}",
"hadoop.username" = "${hdfsUserName}",
"format" = "parquet") limit 10; """
- exception "Out-of-bounds access in parquet data decoder"
- }
Review Comment:
为什么要改这里的case, 这个PR是聚焦在Variant类型
##########
regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group4.groovy:
##########
@@ -860,13 +860,10 @@ suite("test_hdfs_parquet_group4", "p0,external") {
uri = "${defaultFS}" +
"/user/doris/tvf_data/test_hdfs_parquet/group4/time-micros.parquet"
- test {
- sql """ select * from HDFS(
+ sql """ select * from HDFS(
"uri" = "${uri}",
"hadoop.username" = "${hdfsUserName}",
"format" = "parquet") limit 10; """
- exception "The column type of 'member0' is not supported"
Review Comment:
为什么要改这里的case, 这个PR是聚焦在Variant类型
--
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]