[test](fix) fix case bug for lateral_view.groovy (#24779)

This commit is contained in:
shuke
2023-09-22 21:21:34 +08:00
committed by GitHub
parent f3062e3d74
commit 923402df71

View File

@ -83,7 +83,8 @@ suite("nereids_lateral_view") {
) example1 lateral view explode_bitmap(bitmap_from_string("1,2,3,4")) tmp1 as e1 where hour=e1 order by hour;
"""
sql """
sql """ DROP TABLE IF EXISTS test_explode_bitmap"""
sql """
CREATE TABLE `test_explode_bitmap` (
`dt` int(11) NULL COMMENT "",
`page` varchar(10) NULL COMMENT "",