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_r356142118
 
 

 ##########
 File path: docs/dev/table/sourceSinks.md
 ##########
 @@ -714,10 +714,11 @@ connector.debug=true
 
 For a type-safe, programmatic approach with explanatory Scaladoc/Javadoc, the 
Table & SQL API offers descriptors in `org.apache.flink.table.descriptors` that 
translate into string-based properties. See the [built-in 
descriptors](connect.html) for sources, sinks, and formats as a reference.
 
-A connector for `MySystem` in our example can extend `ConnectorDescriptor` as 
shown below:
-
 <div class="codetabs" markdown="1">
 <div data-lang="java" markdown="1">
+
+A connector for `MySystem` in our example can extend `ConnectorDescriptor` as 
shown below:
 
 Review comment:
   I realize this isn't strictly part of this ticket but since you're moving 
this sentence around its a good chance to clean up another sentence in the 
docs. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to