Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.13.1, 1.15.0
-
None
-
None
Description
We can reproduce through a UT
Add test case in HiveDialectITCase
@Test public void testUnableToFindCommonType() { tableEnv.executeSql("create table t1 (id bigint, name string, is_normal_play boolean)"); tableEnv.executeSql("select * from t1 where (name = '111' or name = '222') and is_normal_play = 'true'"); }
Attachments
Issue Links
- is duplicated by
-
FLINK-26771 Fix incomparable exception between boolean type and numeric type in Hive dialect
- Closed