cloud-fan commented on code in PR #52744:
URL: https://github.com/apache/spark/pull/52744#discussion_r2469085196
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/parameters.scala:
##########
@@ -173,19 +173,6 @@ object MoveParameterizedQueriesDown extends
Rule[LogicalPlan] {
* from the user-specified arguments.
*/
object BindParameters extends Rule[LogicalPlan] with QueryErrorsBase {
- private def checkArgs(args: Iterable[(String, Expression)]): Unit = {
Review Comment:
can we unify the code between this and
`SparkSession#resolveAndValidateParameters`?
--
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]