You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2020/05/26 06:34:00 UTC

[jira] [Closed] (FLINK-17896) HiveCatalog can't work with new table factory because of is_generic

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

Jingsong Lee closed FLINK-17896.
--------------------------------
    Resolution: Fixed

master: e215365a4d6081e1a6d4e85343475465485a65da

release-1.11: da1ccb9cfae8be0abda7e85d15db3d38304336d2

> HiveCatalog can't work with new table factory because of is_generic
> -------------------------------------------------------------------
>
>                 Key: FLINK-17896
>                 URL: https://issues.apache.org/jira/browse/FLINK-17896
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive, Table SQL / API
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> {code:java}
> [ERROR] Could not execute SQL statement. Reason:
> org.apache.flink.table.api.ValidationException: Unsupported options found for connector 'print'.Unsupported options:is_genericSupported options:connector
> print-identifier
> property-version
> standard-error
> {code}
> This's because HiveCatalog put is_generic property into generic tables, but the new factory will not delete it.



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