[
https://issues.apache.org/jira/browse/FLINK-17896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee updated FLINK-17896:
---------------------------------
Description:
{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.
> HiveCatalog can 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
> Priority: Blocker
> 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)