You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "godfrey he (Jira)" <ji...@apache.org> on 2022/06/09 04:22:00 UTC

[jira] [Commented] (FLINK-27305) Hive Dialect support implicit conversion

    [ https://issues.apache.org/jira/browse/FLINK-27305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551955#comment-17551955 ] 

godfrey he commented on FLINK-27305:
------------------------------------

[~luoyuxia] I think maybe we should support different implicit conversion strategies for default dialect and hive dialect, because their behavior may be different.

> Hive Dialect support implicit conversion
> ----------------------------------------
>
>                 Key: FLINK-27305
>                 URL: https://issues.apache.org/jira/browse/FLINK-27305
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / Hive
>    Affects Versions: 1.13.1, 1.15.0
>            Reporter: tartarus
>            Assignee: luoyuxia
>            Priority: Major
>
> We can reproduce through a UT
> Add test case in HiveDialectITCase
> {code:java}
>     @Test
>     public void testHiveIntEqualsBoolean() {
>         tableEnv.executeSql(
>                 "create table src (x int,y string, z int) partitioned by (p_date string)");
>         tableEnv.executeSql("select * from src where x = true");
>     } {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)