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 2019/12/13 05:09:00 UTC

[jira] [Created] (FLINK-15232) Print match candidates to improve NoMatchingTableFactoryException

Jingsong Lee created FLINK-15232:
------------------------------------

             Summary: Print match candidates to improve NoMatchingTableFactoryException
                 Key: FLINK-15232
                 URL: https://issues.apache.org/jira/browse/FLINK-15232
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Jingsong Lee
             Fix For: 1.10.0


Currently, all the required properties should exist and match, otherwise, {{NoMatchingTableFactoryException}} will be thrown.

We can pick a best candidate to print where is wrong,  print requiredContext and supportedProperties in different formats.

In this way, users can know which property in requiredContext is lack, and which property is not allow in supportedProperties.

 



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