zhengruifeng opened a new pull request, #48999: URL: https://github.com/apache/spark/pull/48999
### What changes were proposed in this pull request? Skip the parameter mode check in `Call` command ### Why are the changes needed? The procedure interface requires all parameters's mode must be `IN` in a `Call` command, this is too strict, e.g. in [postgresql](https://www.postgresql.org/docs/current/sql-call.html) > Arguments must be supplied for all procedure parameters that lack defaults, including OUT parameters. However, arguments matching OUT parameters are not evaluated, so it's customary to just write NULL for them. (Writing something else for an OUT parameter might cause compatibility problems with future PostgreSQL versions.) ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no -- 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]
