JingsongLi commented 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.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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to