twalthr commented on a change in pull request #12753:
URL: https://github.com/apache/flink/pull/12753#discussion_r444128986
##########
File path:
flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/table/api/bridge/java/BatchTableEnvironment.java
##########
@@ -442,8 +442,11 @@
* </pre>
*
* @param connectorDescriptor connector descriptor describing the
external system
+ * @deprecated this method might be refactored or dropped in the next
versions,
Review comment:
It would be nice to answer the `why?` question for users. E.g. `The SQL
{@code CREATE TABLE} DDL is richer than this part of the API. This method might
be refactored in the next versions. Please use {@link #executeSql(String)
executeSql(ddl)} to register a table instead.`
----------------------------------------------------------------
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]