SteNicholas commented on a change in pull request #12770:
URL: https://github.com/apache/flink/pull/12770#discussion_r471253717



##########
File path: flink-python/pyflink/table/table_environment.py
##########
@@ -1425,7 +1426,7 @@ def _from_elements(self, elements, schema):
         :param elements: The elements to create a table from.
         :return: The result :class:`~pyflink.table.Table`.
         """
-
+        warnings.warn("Deprecated in 1.11.", DeprecationWarning)

Review comment:
       @dianfu  I just refer to API of `TableEnvironment`, which deprecates 
this method. I would like to follow your comment.




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


Reply via email to