aokolnychyi opened a new pull request, #7038: URL: https://github.com/apache/iceberg/pull/7038
This PR adds `ProcedureInput` to abstract away common logic for working with input to a procedure. Right now, our procedures have a lot of code to extract and parse arguments, which makes them unnecessary complicated. This PR adds a new utility class that will make our procedures simpler and will enable more code reuse. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
