Peng-Lei opened a new pull request #33618:
URL: https://github.com/apache/spark/pull/33618


   ### What changes were proposed in this pull request?
   Add the Resolver to `checkColumnNotExists` to check name exist in case 
sensitive.
   
   ### Why are the changes needed?
   At now the resolver is `_ == _` of `findNestedField`  called by 
`checkColumnNotExists`
   Add `alter.conf.resolver` to it.
   [SPARK-36381](https://issues.apache.org/jira/browse/SPARK-36381)
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Add ut tests


-- 
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]

Reply via email to