You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Bowen Li (Jira)" <ji...@apache.org> on 2019/12/14 00:08:00 UTC

[jira] [Assigned] (FLINK-15259) HiveInspector.toInspectors() should convert Flink constant to Hive constant

     [ https://issues.apache.org/jira/browse/FLINK-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bowen Li reassigned FLINK-15259:
--------------------------------

    Assignee: Rui Li  (was: Bowen Li)

> HiveInspector.toInspectors() should convert Flink constant to Hive constant 
> ----------------------------------------------------------------------------
>
>                 Key: FLINK-15259
>                 URL: https://issues.apache.org/jira/browse/FLINK-15259
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive
>            Reporter: Bowen Li
>            Assignee: Rui Li
>            Priority: Major
>             Fix For: 1.10.0, 1.11.0
>
>
> repro test: 
> {code:java}
> public class HiveModuleITCase {
> 	@Test
> 	public void test() {
> 		TableEnvironment tEnv = HiveTestUtils.createTableEnvWithBlinkPlannerBatchMode();
> 		tEnv.unloadModule("core");
> 		tEnv.loadModule("hive", new HiveModule("2.3.4"));
> 		tEnv.sqlQuery("select concat('an', 'bn')");
> 	}
> }
> {code}
> seems that currently HiveInspector.toInspectors() didn't convert Flink constant to Hive constant before calling hiveShim.getObjectInspectorForConstant



--
This message was sent by Atlassian Jira
(v8.3.4#803005)