Skip to content

Commit 1fc92d8

Browse files
committed
update case
1 parent 1b2141b commit 1fc92d8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

regression-test/suites/external_table_p0/hive/test_hive_orc.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ suite("test_hive_orc", "all_types,p0,external,hive,external_docker,external_dock
251251

252252
test {
253253
sql " select * from `test_hive_orc_mapping_varbinary`.`default`.`orc_all_types` as a join `test_hive_orc_mapping_varbinary`.`default`.`orc_all_types` as b on a.binary_col = b.binary_col; "
254-
exception " varbinary type could not in join equal conditions"
254+
exception " errCode = 2,"
255255
}
256256

257257
test {

regression-test/suites/external_table_p0/iceberg/test_iceberg_sys_table.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,5 +408,5 @@ suite("test_iceberg_sys_table", "p0,external,doris,external_docker,external_dock
408408
sql """use ${db_name}"""
409409

410410
order_qt_varbinary_sys_table_desc """desc test_iceberg_systable_unpartitioned\$files"""
411-
order_qt_varbinary_sys_table_select """select * from test_iceberg_systable_unpartitioned\$files;"""
411+
order_qt_varbinary_sys_table_select """select content, file_format, record_count, lower_bounds, upper_bounds from test_iceberg_systable_unpartitioned\$files;"""
412412
}

0 commit comments

Comments
 (0)