bowenli86 commented on a change in pull request #10484: [FLINK-14906][table]
create and drop temp system functions from DDL t…
URL: https://github.com/apache/flink/pull/10484#discussion_r355162107
##########
File path: flink-python/pyflink/table/catalog.py
##########
@@ -804,6 +804,13 @@ def is_temporary(self):
"""
return self._j_catalog_function.isTemporary()
+ def is_system(self):
Review comment:
no need for this in catalog function
----------------------------------------------------------------
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