You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/13 06:25:32 UTC

[GitHub] [flink] JingsongLi edited a comment on issue #10563: [FLINK-15232][table] Print match candidates to improve NoMatchingTableFactoryException

JingsongLi edited a comment on issue #10563: [FLINK-15232][table] Print match candidates to improve NoMatchingTableFactoryException
URL: https://github.com/apache/flink/pull/10563#issuecomment-565317681
 
 
   CC: @wuchong @KurtYoung @twalthr @dawidwys 
   
   The error message will be:
   
   ```
   The match candidates: 
   org.apache.flink.streaming.connectors.kafka.KafkaTableSourceSinkFactory
   Mismatched properties: 
   connector.version=universal <=> 0.10
   ```
   
   ```
   The match candidates: 
   org.apache.flink.streaming.connectors.kafka.KafkaTableSourceSinkFactory
   Missing properties: 
   connector.version=universal
   ```
   
   ```
   The match candidates: 
   org.apache.flink.streaming.connectors.kafka.KafkaTableSourceSinkFactory
   Unsupported property keys: 
   connector.unknown
   ```
   
   ```
   The match candidates: 
   org.apache.flink.table.factories.utils.TestTableFormatFactory
   Unsupported property keys: 
   format.unknown
   
   The following factories have been considered:
   org.apache.flink.table.factories.utils.TestTableFormatFactory
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services