Sxnan commented on code in PR #183:
URL: https://github.com/apache/flink-agents/pull/183#discussion_r2366656248
##########
python/flink_agents/api/runner_context.py:
##########
@@ -65,6 +65,11 @@ def get_action_config(self) -> Dict[str, Any]:
The configuration of the action executed.
"""
+ @property
+ def action_config(self) -> Dict[str, Any]:
Review Comment:
Instead of introducing new property methods, can we rename the current get
method and make it both abstract and property method?
--
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]