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/10 16:29:51 UTC

[GitHub] [flink] sjwiesman commented on a change in pull request #10515: [FLINK-14007][python][docs] Add documentation for how to use Java user-defined source/sink in Python API

sjwiesman commented on a change in pull request #10515: [FLINK-14007][python][docs] Add documentation for how to use Java user-defined source/sink in Python API
URL: https://github.com/apache/flink/pull/10515#discussion_r356141353
 
 

 ##########
 File path: docs/dev/table/sourceSinks.md
 ##########
 @@ -743,9 +744,25 @@ public class MySystemConnector extends ConnectorDescriptor {
   }
 }
 {% endhighlight %}
+
+The descriptor can then be used in the API as follows:
 
 Review comment:
   ?
   ```suggestion
   The descriptor can then be used to create a table in the table environment.
   ```

----------------------------------------------------------------
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