raoraoxiong commented on code in PR #28638:
URL: https://github.com/apache/flink/pull/28638#discussion_r3871751581


##########
flink-python/pyflink/table/tests/test_udf.py:
##########
@@ -926,6 +926,85 @@ def test_create_and_drop_function(self):
         self.assertTrue('add_one_func' not in 
t_env.list_user_defined_functions())
         self.assertTrue('subtract_one_func' not in 
t_env.list_user_defined_functions())
 
+    def test_python_local_ref_reuse(self):

Review Comment:
   Removed it. One note for your call: that test asserted the observable 
runtime behaviour (a UUID suffix proved whether a call was actually evaluated 
once), which plan tests can't cover. Happy to leave it out, but let me know if 
you'd prefer keeping some end-to-end coverage.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to