Hi, everyone. I’d like to start a discussion about FLIP-311: Support Call Stored Procedure [1]
Stored procedure provides a convenient way to encapsulate complex logic to perform data manipulation or administrative tasks in external storage systems. It's widely used in traditional databases and popular compute engines like Trino for it's convenience. Therefore, we propose adding support for call stored procedure in Flink to enable better integration with external storage systems. With this FLIP, Flink will allow connector developers to develop their own built-in stored procedures, and then enables users to call these predefiend stored procedures. Looking forward to your feedbacks. [1]: https://cwiki.apache.org/confluence/display/FLINK/FLIP-311%3A+Support+Call+Stored+Procedure Best regards, Yuxia