Flink 1.19 adds named parameters to SQRL functions.
https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/dev/table/functions/udfs/#named-parameters
https://cwiki.apache.org/confluence/display/FLINK/FLIP-387%3A+Support+named+parameters+for+functions+and+call+procedures
Note:
This may make our functions not backwards compatible with prior versions of flink. It appears like the ecosystem has caught up to flink 1.19, so I would suggest 1.19 being the minimum version we support.
Flink 1.19 adds named parameters to SQRL functions.
https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/dev/table/functions/udfs/#named-parameters
https://cwiki.apache.org/confluence/display/FLINK/FLIP-387%3A+Support+named+parameters+for+functions+and+call+procedures
Note:
This may make our functions not backwards compatible with prior versions of flink. It appears like the ecosystem has caught up to flink 1.19, so I would suggest 1.19 being the minimum version we support.