Skip to content

Commit 03d900d

Browse files
committed
update
1 parent 1fc92d8 commit 03d900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -255,7 +255,7 @@ suite("test_hive_orc", "all_types,p0,external,hive,external_docker,external_dock
255255
}
256256

257257
test {
258-
sql " select * from `test_hive_orc_mapping_varbinary`.`default`.`orc_all_types` where a.binary_col = X'AB'; "
258+
sql " select * from `test_hive_orc_mapping_varbinary`.`default`.`orc_all_types` where binary_col = X'AB'; "
259259
exception " could not used in ComparisonPredicate now"
260260
}
261261

0 commit comments

Comments
 (0)